options.toml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. apr_cbo.aec_filed = [
  2. { text = "001", value = "001" },
  3. { text = "010", value = "010" },
  4. { text = "011", value = "011" },
  5. { text = "100", value = "100" },
  6. { text = "101", value = "101" },
  7. { text = "110", value = "110" },
  8. { text = "111", value = "111" },
  9. ]
  10. apr_cbo.aec_film = [
  11. { text = "0", value = 0 },
  12. { text = "1", value = 1 },
  13. { text = "2", value = 2 },
  14. ]
  15. apr_cbo.compression_force = [
  16. { text = "2", value = 2 },
  17. { text = "5", value = 5 },
  18. { text = "8", value = 8 },
  19. { text = "10", value = 10 },
  20. { text = "15", value = 15 },
  21. ]
  22. apr_cbo.dose = [
  23. { text = "2", value = 2 },
  24. { text = "2.5", value = 2.5 },
  25. ]
  26. apr_cbo.exp_correction = [
  27. { text = "0", value = 0 },
  28. { text = "1", value = 1 },
  29. ]
  30. apr_cbo.exposure_mode = [
  31. { text = "3 pt", value = 0 },
  32. { text = "2 pt", value = 1 },
  33. { text = "AEC", value = 2 },
  34. { text = "AEC2P", value = 3 },
  35. { text = "1 pt", value = 4 },
  36. { text = "1pt with ext.exp", value = 5 },
  37. ]
  38. apr_cbo.focus = [
  39. { text = "Small Focus", value = 0 },
  40. { text = "Large Focus", value = 1 },
  41. ]
  42. apr_cbo.grid_type = [
  43. { text = "0", value = 0 },
  44. { text = "150", value = 2 },
  45. { text = "180", value = 3 },
  46. ]
  47. apr_cbo.patient_size = [
  48. { text = "Large", value = "Large" },
  49. { text = "Medium", value = "Medium" },
  50. { text = "Small", value = "Small" },
  51. { text = "Custom", value = "Custom" },
  52. { text = "All", value = "All" },
  53. ]
  54. apr_cbo.tube_load = [
  55. { text = "80%", value = 0.8 },
  56. { text = "100%", value = 1 },
  57. ]
  58. apr_cbo.kv = [
  59. { text = "50", value = 50 },
  60. { text = "55", value = 55 },
  61. { text = "65", value = 65 },
  62. { text = "70", value = 70 },
  63. { text = "75", value = 75 },
  64. { text = "80", value = 80 },
  65. { text = "85", value = 85 },
  66. { text = "90", value = 90 },
  67. { text = "95", value = 95 },
  68. { text = "100", value = 100 },
  69. { text = "110", value = 110 },
  70. { text = "120", value = 120 }
  71. ]
  72. apr_cbo.ma = [
  73. { text = "10", value = 10 },
  74. { text = "12.5", value = 12.5 },
  75. { text = "16", value = 16 },
  76. { text = "20", value = 20 },
  77. { text = "25", value = 25 },
  78. { text = "32", value = 32 },
  79. { text = "40", value = 40 },
  80. { text = "50", value = 50 },
  81. { text = "64", value = 64 },
  82. { text = "80", value = 80 },
  83. { text = "100", value = 100 },
  84. { text = "125", value = 125 },
  85. { text = "160", value = 160 },
  86. { text = "200", value = 200 },
  87. { text = "250", value = 250 },
  88. { text = "320", value = 320 },
  89. { text = "640", value = 640 },
  90. { text = "800", value = 800 },
  91. { text = "1000", value = 1000 }
  92. ]
  93. apr_cbo.mas = [
  94. { text = "0.5", value = 0.5 },
  95. { text = "1", value = 1 },
  96. { text = "1.6", value = 1.6 },
  97. { text = "2", value = 2 },
  98. { text = "2.4", value = 2.4 },
  99. { text = "2.5", value = 2.5 },
  100. { text = "3.2", value = 3.2 },
  101. { text = "4", value = 4 },
  102. { text = "5", value = 5 },
  103. { text = "6.3", value = 6.3 },
  104. { text = "6.4", value = 6.4 },
  105. { text = "8", value = 8 },
  106. { text = "10", value = 10 },
  107. { text = "12.5", value = 12.5 },
  108. { text = "12.8", value = 12.8 },
  109. { text = "16", value = 16 },
  110. { text = "20", value = 20 },
  111. { text = "25", value = 25 },
  112. { text = "25.6", value = 25.6 },
  113. { text = "32", value = 32 },
  114. { text = "40", value = 40 },
  115. { text = "50", value = 50 },
  116. { text = "64", value = 64 },
  117. { text = "80", value = 80 },
  118. { text = "100", value = 100 }
  119. ]
  120. apr_cbo.ms = [
  121. { text = "2.5", value = 2.5 },
  122. { text = "10", value = 10 },
  123. { text = "12", value = 12 },
  124. { text = "12.5", value = 12.5 },
  125. { text = "16", value = 16 },
  126. { text = "20", value = 20 },
  127. { text = "25", value = 25 },
  128. { text = "32", value = 32 },
  129. { text = "40", value = 40 },
  130. { text = "50", value = 50 },
  131. { text = "64", value = 64 },
  132. { text = "80", value = 80 },
  133. { text = "100", value = 100 },
  134. { text = "160", value = 160 },
  135. { text = "200", value = 200 },
  136. { text = "250", value = 250 },
  137. { text = "320", value = 320 },
  138. { text = "640", value = 640 },
  139. { text = "800", value = 800 },
  140. { text = "1000", value = 1000 },
  141. { text = "1250", value = 1250 },
  142. { text = "1600", value = 1600 },
  143. { text = "2500", value = 2500 },
  144. { text = "3200", value = 3200 },
  145. ]
  146. rad_images.auto_filming = [
  147. { text = "Off", value = 0 },
  148. { text = "When study is closed", value = 1 },
  149. ]
  150. rad_images.auto_sending = [
  151. { text = "Off", value = 0 },
  152. { text = "When study is closed", value = 1 },
  153. ]
  154. hardware_cbo.baud = [
  155. { text = "75", value = 75 },
  156. { text = "110", value = 110 },
  157. { text = "134", value = 134 },
  158. { text = "150", value = 150 },
  159. { text = "300", value = 300 },
  160. { text = "600", value = 600 },
  161. { text = "1200", value = 1200 },
  162. { text = "1800", value = 1800 },
  163. { text = "2400", value = 2400 },
  164. { text = "4800", value = 4800 },
  165. { text = "7200", value = 7200 },
  166. { text = "9600", value = 9600 },
  167. { text = "14400", value = 14400 },
  168. { text = "19200", value = 19200 },
  169. { text = "38400", value = 38400 },
  170. { text = "57600", value = 57600 },
  171. { text = "115200", value = 115200 },
  172. { text = "128000", value = 128000 }
  173. ]
  174. hardware_cbo.byte_size = [
  175. { text = "1", value = 1 },
  176. { text = "2", value = 2 },
  177. { text = "3", value = 3 },
  178. { text = "4", value = 4 },
  179. { text = "5", value = 5 },
  180. ]
  181. hardware_cbo.calibration_mode = [
  182. ]
  183. hardware_cbo.collimator_type = [
  184. ]
  185. hardware_cbo.control_level = [
  186. ]
  187. hardware_cbo.default_rotation = [
  188. ]
  189. hardware_cbo.detector_type = [
  190. ]
  191. hardware_cbo.generator_type = [
  192. ]
  193. hardware_cbo.mechanical_type = [
  194. ]
  195. hardware_cbo.panel_exp_window_mode = [
  196. ]
  197. hardware_cbo.panel_flag = [
  198. ]
  199. hardware_cbo.panel_num = [
  200. ]
  201. hardware_cbo.parity = [
  202. ]
  203. hardware_cbo.read_filter = [
  204. ]
  205. hardware_cbo.read_order = [
  206. ]
  207. hardware_cbo.rotation_direction = [
  208. ]
  209. hardware_cbo.save_raw_data_mode = [
  210. ]
  211. hardware_cbo.stop_bits = [
  212. ]
  213. hardware_cbo.stop_sign = [
  214. ]
  215. hardware_cbo.syn_number = [
  216. ]
  217. hardware_cbo.syn_type = [
  218. ]
  219. hardware_cbo.xray_tube_vendor = [
  220. ]
  221. image_display_item_types = [
  222. ]
  223. img_proc.brightness_offset = [
  224. ]
  225. img_proc.contrast_offset = [
  226. ]
  227. lut_curve_type = [
  228. ]
  229. labeling = [
  230. ]
  231. length_unit = [
  232. ]
  233. network_cbo.print_size = [
  234. ]
  235. patient.category_option = [
  236. ]
  237. patient.list_mode = [
  238. ]
  239. patient.size_measure_style = [
  240. ]
  241. patient.size_option = [
  242. ]
  243. protocol_cbo.anatomic_region = [
  244. ]
  245. protocol_cbo.collimator_center = [
  246. ]
  247. protocol_cbo.collimator_filter = [
  248. ]
  249. protocol_cbo.collimator_size = [
  250. ]
  251. protocol_cbo.curve_type = [
  252. ]
  253. protocol_cbo.film_orientation = [
  254. ]
  255. protocol_cbo.film_size = [
  256. ]
  257. protocol_cbo.image_laterality = [
  258. ]
  259. protocol_cbo.image_rotate = [
  260. ]
  261. protocol_cbo.label_position = [
  262. ]
  263. protocol_cbo.label_style = [
  264. ]
  265. protocol_cbo.orientation_column = [
  266. ]
  267. protocol_cbo.print_format = [
  268. ]
  269. protocol_cbo.stand_pos = [
  270. ]
  271. protocol_cbo.user_level = [
  272. ]
  273. protocol_cbo.view_position = [
  274. ]
  275. protocol_cbo.work_station = [
  276. ]
  277. protocol.procedure_view_mark_position = [
  278. ]
  279. protocol.process_image_function = [
  280. ]
  281. protocol.process_image_style = [
  282. ]
  283. sex_full_option = [
  284. ]
  285. sex_option = [
  286. ]
  287. sex_neuterted_option = [
  288. ]
  289. thickness_unit = [
  290. ]
  291. weight_unit = [
  292. ]
  293. workflow_cbo.crop_mode = [
  294. ]
  295. workflow_cbo.lut_type = [
  296. ]
  297. workflow_cbo.mark_zoom_mode = [
  298. ]
  299. workflow_cbo.shutter_shape = [
  300. ]
  301. workflow_cbo.tag_location = [
  302. ]
  303. workflow_cbo.x_shutter_offset = [
  304. ]