123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- apr_cbo.aec_filed = [
- { text = "001", value = "001" },
- { text = "010", value = "010" },
- { text = "011", value = "011" },
- { text = "100", value = "100" },
- { text = "101", value = "101" },
- { text = "110", value = "110" },
- { text = "111", value = "111" },
- ]
- apr_cbo.aec_film = [
- { text = "0", value = 0 },
- { text = "1", value = 1 },
- { text = "2", value = 2 },
- ]
- apr_cbo.compression_force = [
- { text = "2", value = 2 },
- { text = "5", value = 5 },
- { text = "8", value = 8 },
- { text = "10", value = 10 },
- { text = "15", value = 15 },
- ]
- apr_cbo.dose = [
- { text = "2", value = 2 },
- { text = "2.5", value = 2.5 },
- ]
- apr_cbo.exp_correction = [
- { text = "0", value = 0 },
- { text = "1", value = 1 },
- ]
- apr_cbo.exposure_mode = [
- { text = "Time", value = "Time" },
- { text = "mAs", value = "mAs" },
- { text = "AEC", value = "AEC" },
- { text = "AEC2P", value = "AEC2P" },
- { text = "AEC1P", value = "AEC1P" },
- { text = "AECreduceMA", value = "AECreduceMA" },
- { text = "Time Mode", value = "Time_Mode" },
- { text = "mAs Mode", value = "mAs_Mode" },
- { text = "AEC_Time Mode", value = "AEC_Time_Mode" },
- { text = "AEC_mAs Mode", value = "AEC_mAs_Mode" },
- { text = "AEC Mode", value = "AEC_Mode" },
- ]
- apr_cbo.focus = [
- { text = "Small Focus", value = 0 },
- { text = "Large Focus", value = 1 },
- ]
- apr_cbo.grid_type = [
- { text = "No Grid", value = 0 },
- { text = "115", value = 1 },
- { text = "Universal", value = 2 },
- { text = "180", value = 3 },
- ]
- apr_cbo.kv = [
- { text = "50", value = 50 },
- { text = "60", value = 60 },
- ]
- apr_cbo.ma = [
- { text = "10", value = 10 },
- { text = "12.5", value = 12.5 },
- { text = "16", value = 16 },
- { text = "20", value = 20 },
- { text = "25", value = 25 },
- { text = "32", value = 32 },
- { text = "40", value = 40 },
- { text = "50", value = 50 },
- { text = "64", value = 64 },
- { text = "80", value = 80 },
- { text = "100", value = 100 },
- { text = "125", value = 125 },
- { text = "160", value = 160 },
- { text = "200", value = 200 },
- { text = "250", value = 250 },
- { text = "320", value = 320 },
- { text = "640", value = 640 },
- { text = "800", value = 800 },
- { text = "1000", value = 1000 }
- ]
- apr_cbo.mas = [
- { text = "2.5", value = 2.5 },
- { text = "12.5", value = 12.5 },
- ]
- apr_cbo.ms = [
- { text = "10", value = 10 },
- { text = "12", value = 12 },
- { text = "12.5", value = 12.5 },
- { text = "16", value = 16 },
- { text = "20", value = 20 },
- { text = "25", value = 25 },
- { text = "32", value = 32 },
- { text = "40", value = 40 },
- { text = "50", value = 50 },
- { text = "64", value = 64 },
- { text = "80", value = 80 },
- { text = "100", value = 100 },
- { text = "160", value = 160 },
- { text = "200", value = 200 },
- { text = "250", value = 250 },
- { text = "320", value = 320 },
- { text = "640", value = 640 },
- { text = "800", value = 800 },
- { text = "1000", value = 1000 },
- { text = "1250", value = 1250 },
- { text = "1600", value = 1600 },
- { text = "2500", value = 2500 },
- { text = "3200", value = 3200 },
- ]
- apr_cbo.patient_size = [
- { text = "Large", value = "Large" },
- { text = "Medium", value = "Medium" },
- { text = "Small", value = "Small" },
- { text = "Custom", value = "Custom" },
- { text = "All", value = "All" },
- ]
- apr_cbo.tube_load = [
- { text = "80%", value = 0.8 },
- { text = "100%", value = 1 },
- ]
- hardware_cbo.baud = [
- { text = "75", value = 75 },
- { text = "110", value = 110 },
- { text = "134", value = 134 },
- { text = "150", value = 150 },
- { text = "300", value = 300 },
- { text = "600", value = 600 },
- { text = "1200", value = 1200 },
- { text = "1800", value = 1800 },
- { text = "2400", value = 2400 },
- { text = "4800", value = 4800 },
- { text = "7200", value = 7200 },
- { text = "9600", value = 9600 },
- { text = "14400", value = 14400 },
- { text = "19200", value = 19200 },
- { text = "38400", value = 38400 },
- { text = "57600", value = 57600 },
- { text = "115200", value = 115200 },
- { text = "128000", value = 128000 }
- ]
- hardware_cbo.byte_size = [
- { text = "4", value = 4 },
- { text = "5", value = 5 },
- { text = "6", value = 6 },
- { text = "7", value = 7 },
- { text = "8", value = 8 },
- ]
- hardware_cbo.calibration_mode = [
- ]
- hardware_cbo.collimator_type = [
- ]
- hardware_cbo.control_level = [
- ]
- handware_cbo.dap_type = [
- ]
- hardware_cbo.default_rotation = [
- ]
- hardware_cbo.detector_type = [
- ]
- hardware_cbo.generator_type = [
- ]
- hardware_cbo.mechanical_type = [
- ]
- hardware_cbo.panel_exp_window_mode = [
- ]
- hardware_cbo.panel_flag = [
- ]
- hardware_cbo.panel_num = [
- ]
- hardware_cbo.parity = [
- ]
- hardware_cbo.read_filter = [
- ]
- hardware_cbo.read_order = [
- ]
- hardware_cbo.rotation_direction = [
- ]
- hardware_cbo.save_raw_data_mode = [
- ]
- hardware_cbo.stop_bits = [
- ]
- hardware_cbo.stop_sign = [
- ]
- hardware_cbo.syn_number = [
- ]
- hardware_cbo.syn_type = [
- ]
- hardware_cbo.xray_tube_vendor = [
- ]
- patient.category_option = [
- ]
- patient.list_mode = [
- ]
- patient.size_measure_style = [
- ]
- patient.size_option = [
- ]
- protocol_cbo.anatomic_region = [
- ]
- protocol_cbo.collimator_center = [
- ]
- protocol_cbo.collimator_filter = [
- ]
- protocol_cbo.collimator_size = [
- ]
- protocol_cbo.film_orientation = [
- ]
- protocol_cbo.image_laterality = [
- ]
- protocol_cbo.image_rotate = [
- ]
- protocol_cbo.label_position = [
- ]
- protocol_cbo.label_style = [
- ]
- protocol_cbo.orientation_column = [
- ]
- protocol_cbo.print_format = [
- ]
- protocol_cbo.stand_pos = [
- ]
- protocol_cbo.user_level = [
- ]
- protocol_cbo.view_position = [
- ]
- protocol_cbo.work_station = [
- ]
- protocol.procedure_view_mark_position = [
- ]
- protocol.process_image_function = [
- ]
- protocol.process_image_style = [
- ]
- workflow_cbo.crop_mode = [
- ]
- workflow_cbo.lut_type = [
- ]
- workflow_cbo.mark_zoom_mode = [
- ]
- workflow_cbo.shutter_shape = [
- ]
- workflow_cbo.tag_location = [
- ]
- workflow_cbo.xshutter_offset = [
- ]
|