aimsdata  5.0.5
Neuroimaging data handling
ge_imageFileOffsets.h File Reference

Go to the source code of this file.

Macros

#define _IH_img_magic   0x0 /* 0 - int - magic number */
 
#define _IH_img_hdr_length   0x4 /* 4 - int - a byte displacement to the <pixel data area> */
 
#define _IH_img_width   0x8 /* 8 - int - width (pixels) of image */
 
#define _IH_img_height   0xc /* 12 - int - height (pixels) of image */
 
#define _IH_img_depth   0x10 /* 16 - int - depth (1, 8, 16, or 24 bits) of */
 
#define _IH_img_compress   0x14 /* 20 - int - type of compression; see IC_* below */
 
#define IC_AsIs   0 /* No image transformation */
 
#define IC_RECT   1 /* image is width*height*depth/8 bytes */
 
#define IC_PACKED   2 /* image is CT line mapped packed */
 
#define IC_COMPRESSED   3 /* image is compressed */
 
#define IC_COMPACK   4 /* image is compressed and packed */
 
#define _IH_img_dwindow   0x18 /* 24 - int - default window setting */
 
#define _IH_img_dlevel   0x1c /* 28 - int - default level setting */
 
#define _IH_img_bgshade   0x20 /* 32 - int - background shade to use for non-image */
 
#define _IH_img_ovrflow   0x24 /* 36 - int - overflow value */
 
#define _IH_img_undflow   0x28 /* 40 - int - underflow value */
 
#define _IH_img_top_offset   0x2c /* 44 - int - number of blank lines at image top */
 
#define _IH_img_bot_offset   0x30 /* 48 - int - number of blank lines at image bottom */
 
#define _IH_img_version   0x34 /* 52 - short - version of the header structure */
 
#define _IH_img_checksum   0x36 /* 54 - u_short - 16 bit end_around_carry sum of pixels */
 
#define _IH_img_p_id   0x38 /* 56 - int - a byte disp to unique image identifier */
 
#define _IH_img_l_id   0x3c /* 60 - int - byte length of unique image identifier */
 
#define _IH_img_p_unpack   0x40 /* 64 - int - a byte disp to <unpack control> */
 
#define _IH_img_l_unpack   0x44 /* 68 - int - byte length of <unpack control> */
 
#define _IH_img_p_compress   0x48 /* 72 - int - a byte disp to <compression control> */
 
#define _IH_img_l_compress   0x4c /* 76 - int - byte length of <compression control> */
 
#define _IH_img_p_histo   0x50 /* 80 - int - a byte disp to <histogram control> */
 
#define _IH_img_l_histo   0x54 /* 84 - int - byte length of <histogram control> */
 
#define _IH_img_p_text   0x58 /* 88 - int - a byte disp to <text plane data> */
 
#define _IH_img_l_text   0x5c /* 92 - int - byte length of <text plane data> */
 
#define _IH_img_p_graphics   0x60 /* 96 - int - a byte disp to <graphics plane data> */
 
#define _IH_img_l_graphics   0x64 /* 100 - int - byte length of <graphics plane data> */
 
#define _IH_img_p_dbHdr   0x68 /* 104 - int - a byte disp to <data base header data> */
 
#define _IH_img_l_dbHdr   0x6c /* 108 - int - byte length of <data base header data> */
 
#define _IH_img_levelOffset   0x70 /* 112 - int - value to add to stored Pixel Data values */
 
#define _IH_img_p_user   0x74 /* 116 - int - byte displacement to user defined data */
 
#define _IH_img_l_user   0x78 /* 120 - int - byte length of user defined data */
 
#define _IH_img_p_suite   0x7c /* 124 - int - byte displacement to <suite> header data */
 
#define _IH_img_l_suite   0x80 /* 128 - int - byte length of <suite> header data */
 
#define _IH_img_p_exam   0x84 /* 132 - int - byte displacement to <exam> header data */
 
#define _IH_img_l_exam   0x88 /* 136 - int - byte length of <exam> header data */
 
#define _IH_img_p_series   0x8c /* 140 - int - byte displacement to <series> header data */
 
#define _IH_img_l_series   0x90 /* 144 - int - byte length of <series> header data */
 
#define _IH_img_p_image   0x94 /* 148 - int - byte displacement to <image> header data */
 
#define _IH_img_l_image   0x98 /* 152 - int - byte length of <image> header data */
 
#define _IH_sizeof   0x9c /* 156 - sizeof ImgHdr */
 
#define _HS_hs_version   0x0 /* 0 - int - version of the histogram structure */
 
#define _HS_hs_sd   0x4 /* 4 - float - standard deviation of pixel data value */
 
#define _HS_hs_mean   0x8 /* 8 - short - rounded mean pixel data value */
 
#define _HS_hs_min   0xa /* 10 - short - minimum pixel data value */
 
#define _HS_hs_max   0xc /* 12 - short - maximum pixel data value */
 
#define _HS_hs_first   0xe /* 14 - short - first histogram entry used for <hs_sd> */
 
#define _HS_hs_region   0x10 /* 16 - short - region entries used for <hs_sd> */
 
#define _HS_hs_length   0x12 /* 18 - short - number of bins in the histogram area */
 
#define _HS_hs_bins   0x814 /* 2068 - u_short[1024] - histogram bins */
 
#define _SU_su_id   0x0 /* 0 - char[4] - Suite ID */
 
#define _SU_su_uniq   0x4 /* 4 - short - Make Unique Flag */
 
#define _SU_su_diskid   0x6 /* 6 - char[1] - Disk ID */
 
#define _SU_prodid   0x7 /* 7 - char[13] - Product ID */
 
#define _SU_su_verscre   0x14 /* 20 - char[2] - Original Version of Record */
 
#define _SU_su_verscur   0x16 /* 22 - char[2] - Current Version of Record */
 
#define _SU_su_checksum   0x18 /* 24 - u_int - Suite Record Checksum */
 
#define _SU_su_padding   0x1c /* 28 - char[85] - Spare Space */
 
#define _SU_sizeof   0x72 /* 114 - sizeof SUITEDATATYPE */
 
#define _EX_ex_suid   0x0 /* 0 - char[4] - Suite ID for this Exam */
 
#define _EX_ex_uniq   0x4 /* 4 - short - Make-Unique Flag */
 
#define _EX_ex_diskid   0x6 /* 6 - char - Disk ID for this Exam */
 
#define _EX_ex_no   0x8 /* 8 - u_short - Exam Number */
 
#define _EX_hospname   0xa /* 10 - char[33] - Hospital Name */
 
#define _EX_detect   0x2c /* 44 - short - Detector Type */
 
#define _EX_numcells   0x2e /* 46 - int - Number of cells in det */
 
#define _EX_zerocell   0x32 /* 50 - float - Cell number at theta */
 
#define _EX_cellspace   0x36 /* 54 - float - Cell spacing */
 
#define _EX_srctodet   0x3a /* 58 - float - Distance from source to detector */
 
#define _EX_srctoiso   0x3e /* 62 - float - Distance from source to iso */
 
#define _EX_tubetyp   0x42 /* 66 - short - Tube type */
 
#define _EX_dastyp   0x44 /* 68 - int - DAS type */
 
#define _EX_num_dcnk   0x46 /* 70 - short - Number of Decon Kernals */
 
#define _EX_dcn_len   0x48 /* 72 - short - Number of elements in a Decon Kernal */
 
#define _EX_dcn_density   0x4a /* 74 - short - Decon Kernal density */
 
#define _EX_dcn_stepsize   0x4c /* 76 - short - Decon Kernal stepsize */
 
#define _EX_dcn_shiftcnt   0x4e /* 78 - short - Decon Kernal Shift Count */
 
#define _EX_magstrength   0x50 /* 80 - int - Magnet strength (in gauss) */
 
#define _EX_patid   0x54 /* 84 - char[13] - Patient ID for this Exam */
 
#define _EX_patname   0x61 /* 97 - char[25] - Patient Name */
 
#define _EX_patage   0x7a /* 122 - short - Patient Age (years, months or days) */
 
#define _EX_patian   0x7c /* 124 - short - Patient Age Notation */
 
#define _EX_patsex   0x7e /* 126 - short - Patient Sex */
 
#define _EX_patweight   0x80 /* 128 - int - Patient Weight */
 
#define _EX_trauma   0x84 /* 132 - short - Trauma Flag */
 
#define _EX_hist   0x86 /* 134 - char[61] - Patient History */
 
#define _EX_reqnum   0xc3 /* 195 - char[13] - Requisition Number */
 
#define _EX_ex_datetime   0xd0 /* 208 - int - Exam date/time stamp */
 
#define _EX_refphy   0xd4 /* 212 - char[33] - Referring Physician */
 
#define _EX_diagrad   0xf5 /* 245 - char[33] - Diagnostician/Radiologist */
 
#define _EX_op   0x116 /* 278 - char[4] - Operator */
 
#define _EX_ex_desc   0x11a /* 282 - char[23] - Exam Description */
 
#define _EX_ex_typ   0x131 /* 305 - char[3] - Exam Type */
 
#define _EX_ex_format   0x134 /* 308 - short - Exam Format */
 
#define _EX_firstaxtime   0x136 /* 310 - double - Start time(secs) of first axial in exam */
 
#define _EX_ex_sysid   0x13e /* 318 - char[9] - Creator Suite and Host */
 
#define _EX_ex_lastmod   0x148 /* 328 - int - Date/Time of Last Change */
 
#define _EX_protocolflag   0x14c /* 332 - short - Non-Zero indicates Protocol Exam */
 
#define _EX_ex_alloc_key   0x14e /* 334 - char[13] - Process that allocated this record */
 
#define _EX_ex_delta_cnt   0x15c /* 348 - int - Indicates number of updates to header */
 
#define _EX_ex_verscre   0x160 /* 352 - char[2] - Version - Created */
 
#define _EX_ex_verscur   0x162 /* 354 - char[2] - Version - Now */
 
#define _EX_ex_checksum   0x164 /* 356 - u_int - Exam Record Checksum */
 
#define _EX_ex_complete   0x168 /* 360 - int - Exam Complete Flag */
 
#define _EX_ex_seriesct   0x16c /* 364 - int - Last Series Number Used */
 
#define _EX_ex_numarch   0x170 /* 368 - int - Number of Series Archived */
 
#define _EX_ex_numseries   0x174 /* 372 - int - Number of Series Existing */
 
#define _EX_ex_series   0x178 /* 376 - VARTYPE - Series Keys for this Exam */
 
#define _EX_ex_numunser   0x180 /* 384 - int - Number of Unstored Series */
 
#define _EX_ex_unseries   0x184 /* 388 - VARTYPE - Unstored Series Keys for this Exam */
 
#define _EX_ex_toarchcnt   0x18c /* 396 - int - Number of Unarchived Series */
 
#define _EX_ex_toarchive   0x190 /* 400 - VARTYPE - Unarchived Series Keys for this Exam */
 
#define _EX_ex_prospcnt   0x198 /* 408 - int - Number of Prospective/Scout Series */
 
#define _EX_ex_prosp   0x19c /* 412 - VARTYPE - Prospective/Scout Series Keys for this Exam */
 
#define _EX_ex_modelnum   0x1a4 /* 420 - int - Last Model Number used */
 
#define _EX_ex_modelcnt   0x1a8 /* 424 - int - Number of ThreeD Models */
 
#define _EX_ex_models   0x1ac /* 428 - VARTYPE - ThreeD Model Keys for Exam */
 
#define _EX_ex_stat   0x1b4 /* 436 - short - Patient Status */
 
#define _EX_uniq_sys_id   0x1b6 /* 438 - char[16] - Unique System ID */
 
#define _EX_service_id   0x1c6 /* 454 - char[16] - Unique Service ID */
 
#define _EX_mobile_loc   0x1d6 /* 470 - char[4] - Mobile Location Number */
 
#define _EX_study_uid   0x1da /* 474 - char[32] - Study Entity Unique ID */
 
#define _EX_ex_padding   0x1fc /* 508 - char[518] - Spare Space */
 
#define _EX_sizeof   0x400 /* 1024 - sizeof EXAMDATATYPE */
 
#define _SE_se_suid   0x0 /* 0 - char[4] - Suite ID for this Series */
 
#define _SE_se_uniq   0x4 /* 4 - short - The Make-Unique Flag */
 
#define _SE_se_diskid   0x6 /* 6 - char[1] - Disk ID for this Series */
 
#define _SE_se_exno   0x8 /* 8 - u_short - Exam Number */
 
#define _SE_se_no   0xa /* 10 - short - Series Number */
 
#define _SE_se_datetime   0xc /* 12 - int - Allocation Series Data/Time stamp */
 
#define _SE_se_actual_dt   0x10 /* 16 - int - Actual Series Data/Time stamp */
 
#define _SE_se_desc   0x14 /* 20 - char[30] - Series Description */
 
#define _SE_pr_sysid   0x32 /* 50 - char[9] - Primary Receiver Suite and Host */
 
#define _SE_pansysid   0x3b /* 59 - char[9] - Archiver Suite and Host */
 
#define _SE_se_typ   0x44 /* 68 - short - Series Type */
 
#define _SE_se_source   0x46 /* 70 - short - Series from which prescribed */
 
#define _SE_se_plane   0x48 /* 72 - short - Most-like Plane (for L/S) */
 
#define _SE_scan_type   0x4a /* 74 - short - Scout or Axial (for CT) */
 
#define _SE_position   0x4c /* 76 - int - Patient Position */
 
#define _SE_entry   0x50 /* 80 - int - Patient Entry */
 
#define _SE_anref   0x54 /* 84 - char[3] - Anatomical reference */
 
#define _SE_lmhor   0x58 /* 88 - float - Horizontal Landmark */
 
#define _SE_prtcl   0x5c /* 92 - char[25] - Scan Protocol Name */
 
#define _SE_se_contrast   0x76 /* 118 - short - Non-zero if > 0 image used contrast(L/S) */
 
#define _SE_start_ras   0x78 /* 120 - char[1] - RAS letter for first scan location (L/S) */
 
#define _SE_start_loc   0x7a /* 122 - float - First scan location (L/S) */
 
#define _SE_end_ras   0x7e /* 126 - char[1] - RAS letter for last scan location (L/S) */
 
#define _SE_end_loc   0x80 /* 128 - float - Last scan location (L/S) */
 
#define _SE_se_pseq   0x84 /* 132 - short - Last Pulse Sequence Used (L/S) */
 
#define _SE_se_sortorder   0x86 /* 134 - short - Image Sort Order (L/S) */
 
#define _SE_se_lndmrkcnt   0x88 /* 136 - int - Landmark Counter */
 
#define _SE_se_nacq   0x8c /* 140 - short - Number of Acquisitions */
 
#define _SE_xbasest   0x8e /* 142 - short - Starting number for baselines */
 
#define _SE_xbaseend   0x90 /* 144 - short - Ending number for baselines */
 
#define _SE_xenhst   0x92 /* 146 - short - Starting number for enhanced scans */
 
#define _SE_xenhend   0x94 /* 148 - short - Ending number for enhanced scans */
 
#define _SE_se_lastmod   0x96 /* 150 - int - Date/Time of Last Change */
 
#define _SE_se_alloc_key   0x9a /* 154 - char[13] - Process that allocated this record */
 
#define _SE_se_delta_cnt   0xa8 /* 168 - int - Indicates number of updates to header */
 
#define _SE_se_verscre   0xac /* 172 - char[2] - Genesis Version - Created */
 
#define _SE_se_verscur   0xae /* 174 - char[2] - Genesis Version - Now */
 
#define _SE_se_pds_a   0xb0 /* 176 - float - PixelData size - as stored */
 
#define _SE_se_pds_c   0xb4 /* 180 - float - PixelData size - Compressed */
 
#define _SE_se_pds_u   0xb8 /* 184 - float - PixelData size - UnCompressed */
 
#define _SE_se_checksum   0xbc /* 188 - u_int - Series Record checksum */
 
#define _SE_se_complete   0xc0 /* 192 - int - Series Complete Flag */
 
#define _SE_se_numarch   0xc4 /* 196 - int - Number of Images Archived */
 
#define _SE_se_imagect   0xc8 /* 200 - int - Last Image Number Used */
 
#define _SE_se_numimages   0xcc /* 204 - int - Number of Images Existing */
 
#define _SE_se_images   0xd0 /* 208 - VARTYPE - Image Keys for this Series */
 
#define _SE_se_numunimg   0xd8 /* 216 - int - Number of Unstored Images */
 
#define _SE_se_unimages   0xdc /* 220 - VARTYPE - Unstored Image Keys for this Series */
 
#define _SE_se_toarchcnt   0xe4 /* 228 - int - Number of Unarchived Images */
 
#define _SE_se_toarchive   0xe8 /* 232 - VARTYPE - Unarchived Image Keys for this Series */
 
#define _SE_echo1_alpha   0xf0 /* 240 - float - Echo 1 Alpha Value */
 
#define _SE_echo1_beta   0xf4 /* 244 - float - Echo 1 Beta Value */
 
#define _SE_echo1_window   0xf8 /* 248 - u_short - Echo 1 Window Value */
 
#define _SE_echo1_level   0xfa /* 250 - short - Echo 1 Level Value */
 
#define _SE_echo2_alpha   0xfc /* 252 - float - Echo 2 Alpha Value */
 
#define _SE_echo2_beta   0x100 /* 256 - float - Echo 2 Beta Value */
 
#define _SE_echo2_window   0x104 /* 260 - u_short - Echo 2 Window Value */
 
#define _SE_echo2_level   0x106 /* 262 - short - Echo 2 Level Value */
 
#define _SE_echo3_alpha   0x108 /* 264 - float - Echo 3 Alpha Value */
 
#define _SE_echo3_beta   0x10c /* 268 - float - Echo 3 Beta Value */
 
#define _SE_echo3_window   0x110 /* 272 - u_short - Echo 3 Window Value */
 
#define _SE_echo3_level   0x112 /* 274 - short - Echo 3 Level Value */
 
#define _SE_echo4_alpha   0x114 /* 276 - float - Echo 4 Alpha Value */
 
#define _SE_echo4_beta   0x118 /* 280 - float - Echo 4 Beta Value */
 
#define _SE_echo4_window   0x11c /* 284 - u_short - Echo 4 Window Value */
 
#define _SE_echo4_level   0x11e /* 286 - short - Echo 4 Level Value */
 
#define _SE_echo5_alpha   0x120 /* 288 - float - Echo 5 Alpha Value */
 
#define _SE_echo5_beta   0x124 /* 292 - float - Echo 5 Beta Value */
 
#define _SE_echo5_window   0x128 /* 296 - u_short - Echo 5 Window Value */
 
#define _SE_echo5_level   0x12a /* 298 - short - Echo 5 Level Value */
 
#define _SE_echo6_alpha   0x12c /* 300 - float - Echo 6 Alpha Value */
 
#define _SE_echo6_beta   0x130 /* 304 - float - Echo 6 Beta Value */
 
#define _SE_echo6_window   0x134 /* 308 - u_short - Echo 6 Window Value */
 
#define _SE_echo6_level   0x136 /* 310 - short - Echo 6 Level Value */
 
#define _SE_echo7_alpha   0x138 /* 312 - float - Echo 7 Alpha Value */
 
#define _SE_echo7_beta   0x13c /* 316 - float - Echo 7 Beta Value */
 
#define _SE_echo7_window   0x140 /* 320 - u_short - Echo 7 Window Value */
 
#define _SE_echo7_level   0x142 /* 322 - short - Echo 7 Level Value */
 
#define _SE_echo8_alpha   0x144 /* 324 - float - Echo 8 Alpha Value */
 
#define _SE_echo8_beta   0x148 /* 328 - float - Echo 8 Beta Value */
 
#define _SE_echo8_window   0x14c /* 332 - u_short - Echo 8 Window Value */
 
#define _SE_echo8_level   0x14e /* 334 - short - Echo 8 Level Value */
 
#define _SE_series_uid   0x150 /* 336 - char[32] - Series Entity Unique ID */
 
#define _SE_landmark_uid   0x170 /* 368 - char[32] - Landmark Unique ID */
 
#define _SE_equipmnt_uid   0x190 /* 400 - char[32] - Equipment Unique ID */
 
#define _SE_se_padding   0x1b0 /* 432 - char[588] - Spare Space */
 
#define _SE_sizeof   0x3fc /* 1020 - sizeof SERIESDATATYPE */
 
#define _CT_im_suid   0x0 /* 0 - char[4] - Suite id for this image */
 
#define _CT_im_uniq   0x4 /* 4 - short - The Make-Unique Flag */
 
#define _CT_im_diskid   0x6 /* 6 - char[1] - Disk ID for this Image */
 
#define _CT_im_exno   0x8 /* 8 - u_short - Exam number for this image */
 
#define _CT_im_seno   0xa /* 10 - short - Series Number for this image */
 
#define _CT_im_no   0xc /* 12 - short - Image Number */
 
#define _CT_im_datetime   0xe /* 14 - int - Allocation Image date/time stamp */
 
#define _CT_im_actual_dt   0x12 /* 18 - int - Actual Image date/time stamp */
 
#define _CT_sctime   0x16 /* 22 - float - Duration of scan (secs) */
 
#define _CT_slthick   0x1a /* 26 - float - Slice Thickness (mm) */
 
#define _CT_imatrix_X   0x1e /* 30 - short - Image matrix size - X */
 
#define _CT_imatrix_Y   0x20 /* 32 - short - Image matrix size - Y */
 
#define _CT_dfov   0x22 /* 34 - float - Display field of view - X */
 
#define _CT_dfov_rect   0x26 /* 38 - float - Display field of view - Y */
 
#define _CT_dim_X   0x2a /* 42 - float - Image dimension - X */
 
#define _CT_dim_Y   0x2e /* 46 - float - Image dimension - Y */
 
#define _CT_pixsize_X   0x32 /* 50 - float - Image pixel size - X */
 
#define _CT_pixsize_Y   0x36 /* 54 - float - Image pixel size - Y */
 
#define _CT_pdid   0x3a /* 58 - char[14] - Pixel Data ID */
 
#define _CT_contrastIV   0x48 /* 72 - char[17] - IV Contrast Agent */
 
#define _CT_contrastOral   0x59 /* 89 - char[17] - Oral Contrast Agent */
 
#define _CT_contmode   0x6a /* 106 - short - Image Contrast Mode */
 
#define _CT_serrx   0x6c /* 108 - short - Series from which prescribed */
 
#define _CT_imgrx   0x6e /* 110 - short - Image from which prescribed */
 
#define _CT_screenformat   0x70 /* 112 - short - Screen Format(8/16 bit) */
 
#define _CT_plane   0x72 /* 114 - short - Plane Type */
 
#define _CT_scanspacing   0x74 /* 116 - float - Spacing between scans (mm?) */
 
#define _CT_im_compress   0x78 /* 120 - short - Image compression type for allocation */
 
#define _CT_im_scouttype   0x7a /* 122 - short - Scout Type (AP or lateral) */
 
#define _CT_loc_ras   0x7c /* 124 - char[1] - RAS letter of image location */
 
#define _CT_loc   0x7e /* 126 - float - Image location */
 
#define _CT_ctr_R   0x82 /* 130 - float - Center R coord of plane image */
 
#define _CT_ctr_A   0x86 /* 134 - float - Center A coord of plane image */
 
#define _CT_ctr_S   0x8a /* 138 - float - Center S coord of plane image */
 
#define _CT_norm_R   0x8e /* 142 - float - Normal R coord */
 
#define _CT_norm_A   0x92 /* 146 - float - Normal A coord */
 
#define _CT_norm_S   0x96 /* 150 - float - Normal S coord */
 
#define _CT_tlhc_R   0x9a /* 154 - float - R Coord of Top Left Hand */
 
#define _CT_tlhc_A   0x9e /* 158 - float - A Coord of Top Left Hand */
 
#define _CT_tlhc_S   0xa2 /* 162 - float - S Coord of Top Left Hand */
 
#define _CT_trhc_R   0xa6 /* 166 - float - R Coord of Top Right Hand */
 
#define _CT_trhc_A   0xaa /* 170 - float - A Coord of Top Right Hand */
 
#define _CT_trhc_S   0xae /* 174 - float - S Coord of Top Right Hand */
 
#define _CT_brhc_R   0xb2 /* 178 - float - R Coord of Bottom Right Hand */
 
#define _CT_brhc_A   0xb6 /* 182 - float - A Coord of Bottom Right Hand */
 
#define _CT_brhc_S   0xba /* 186 - float - S Coord of Bottom Right Hand */
 
#define _CT_forimgrev   0xbe /* 190 - char[4] - Foreign Image Revision */
 
#define _CT_sctstr   0xc2 /* 194 - float - Table Start Location */
 
#define _CT_sctend   0xc6 /* 198 - float - Table End Location */
 
#define _CT_tblspd   0xca /* 202 - float - Table Speed (mm/sec) */
 
#define _CT_tblht   0xce /* 206 - float - Table Height */
 
#define _CT_midstime   0xd2 /* 210 - float - Mid Scan Time */
 
#define _CT_midsflag   0xd6 /* 214 - short - MidScan flag - does midstime apply */
 
#define _CT_kvolt   0xd8 /* 216 - int - KVolt generator setting */
 
#define _CT_mamp   0xdc /* 220 - int - MAmp generator setting */
 
#define _CT_gantilt   0xe0 /* 224 - float - Gantry Tilt (degrees) */
 
#define _CT_azimuth   0xe4 /* 228 - int - Degrees of Azimuth */
 
#define _CT_ganvel   0xe8 /* 232 - float - Gantry Velocity */
 
#define _CT_ganfilt   0xec /* 236 - int - Gantry Filter Position */
 
#define _CT_trigon   0xf0 /* 240 - float - Trigger on Position */
 
#define _CT_degrot   0xf4 /* 244 - float - Degrees of rotation */
 
#define _CT_xrayon   0xf8 /* 248 - float - X-Ray On Position */
 
#define _CT_xrayoff   0xfc /* 252 - float - X-Ray Off Position */
 
#define _CT_numtrig   0x100 /* 256 - int - Number of Triggers */
 
#define _CT_inviews   0x104 /* 260 - short - Total input views */
 
#define _CT_view1ang   0x106 /* 262 - float - Angle of first view */
 
#define _CT_trigfreq   0x10a /* 266 - float - Trigger frequency */
 
#define _CT_trigsrc   0x10e /* 270 - int - DAS trigger source */
 
#define _CT_fpagain   0x112 /* 274 - int - DAS fpa gain */
 
#define _CT_scanopmode   0x116 /* 278 - int - Scan Type */
 
#define _CT_outsrc   0x11a /* 282 - int - DAS output source */
 
#define _CT_adin   0x11e /* 286 - int - DAS ad input */
 
#define _CT_calmode   0x122 /* 290 - int - DAS cal mode */
 
#define _CT_calfreq   0x126 /* 294 - int - DAS cal frequency */
 
#define _CT_regxm   0x12a /* 298 - int - DAS reg xm */
 
#define _CT_autozero   0x12e /* 302 - int - DAS auto zero */
 
#define _CT_sfovtyp   0x132 /* 306 - short - Axial Type */
 
#define _CT_phantsize   0x134 /* 308 - short - Calibration phantom size */
 
#define _CT_phanttyp   0x136 /* 310 - short - Calibration phantom type */
 
#define _CT_filttyp   0x138 /* 312 - short - Calibration filter type */
 
#define _CT_reconalg   0x13a /* 314 - short - Recon Algorithm */
 
#define _CT_perisflag   0x13c /* 316 - short - Perstaltic flag */
 
#define _CT_iboneflag   0x13e /* 318 - short - IterBone flag */
 
#define _CT_statflag   0x140 /* 320 - short - Stat Recon flag */
 
#define _CT_computetyp   0x142 /* 322 - short - Compute Type */
 
#define _CT_segnum   0x144 /* 324 - short - Segment Number */
 
#define _CT_segstotal   0x146 /* 326 - short - Total Number of Segments Requested */
 
#define _CT_isd   0x148 /* 328 - float - Inter scan delay (secs) */
 
#define _CT_sfovmm   0x14c /* 332 - float - Scan field of view (mm) */
 
#define _CT_scannum   0x150 /* 336 - short - Scan Number */
 
#define _CT_viewstrtchan   0x152 /* 338 - short - Starting Channel of View */
 
#define _CT_viewcompfctr   0x154 /* 340 - short - View Compression Factor */
 
#define _CT_outviews   0x156 /* 342 - short - Total Output Views */
 
#define _CT_overranges   0x158 /* 344 - short - Number of Overranges */
 
#define _CT_totrefchan   0x15a /* 346 - short - Total Number of Ref Channels */
 
#define _CT_scdatasize   0x15c /* 348 - int - data size for scan data */
 
#define _CT_refchan1   0x160 /* 352 - short - z or q channel */
 
#define _CT_refchan2   0x162 /* 354 - short - Reference channel 1 */
 
#define _CT_refchan3   0x164 /* 356 - short - Reference channel 2 */
 
#define _CT_refchan4   0x166 /* 358 - short - Reference channel 3 */
 
#define _CT_refchan5   0x168 /* 360 - short - Reference channel 4 */
 
#define _CT_refchan6   0x16a /* 362 - short - Reference channel 5 */
 
#define _CT_postproc   0x16c /* 364 - short - Recon post processing flag */
 
#define _CT_xmpat   0x16e /* 366 - int - DAS xm pattern */
 
#define _CT_rottyp   0x172 /* 370 - short - Prescribed rotation type */
 
#define _CT_rawdataflag   0x174 /* 372 - short - Save Raw Data Flag */
 
#define _CT_ct_scalefact   0x176 /* 374 - float - IBH Image scale factors */
 
#define _CT_ct_water_num   0x17a /* 378 - short - CT Water Number */
 
#define _CT_ct_bone_num   0x17c /* 380 - short - CT Bone Number */
 
#define _CT_bbh_coef1   0x17e /* 382 - float - BBH coefficient 1 */
 
#define _CT_bbh_coef2   0x182 /* 386 - float - BBH coefficient 2 */
 
#define _CT_bbh_coef3   0x186 /* 390 - float - BBH coefficient 3 */
 
#define _CT_bbh_numblend   0x18a /* 394 - short - Num of BBH channels to blend */
 
#define _CT_firstchan   0x18c /* 396 - int - Starting channel */
 
#define _CT_numchan   0x190 /* 400 - int - Number of channels (1..512) */
 
#define _CT_chaninc   0x194 /* 404 - int - Increment between channels */
 
#define _CT_firstview   0x198 /* 408 - int - Starting view */
 
#define _CT_numview   0x19c /* 412 - int - Number of views */
 
#define _CT_viewinc   0x1a0 /* 416 - int - Increment between views */
 
#define _CT_windowrange   0x1a4 /* 420 - int - Window Range (0..4095) */
 
#define _CT_scalemin   0x1a8 /* 424 - float - Scaling value of the image data */
 
#define _CT_scalemax   0x1ac /* 428 - float - Scaling value of the image data */
 
#define _CT_datamod   0x1b0 /* 432 - int - Amount of processing that will be */
 
#define _CT_qcalfile   0x1b4 /* 436 - char[13] - Source of the qcal vectors */
 
#define _CT_calmodfile   0x1c1 /* 449 - char[13] - Source of the cal vectors */
 
#define _CT_wordsperview   0x1ce /* 462 - short - Number of words per view */
 
#define _CT_rl_ras   0x1d0 /* 464 - char[1] - RAS letter for side of image */
 
#define _CT_ap_ras   0x1d1 /* 465 - char[1] - RAS letter for anterior/posterior */
 
#define _CT_sctstr_ras   0x1d2 /* 466 - char[1] - RAS letter for scout start loc */
 
#define _CT_sctend_ras   0x1d3 /* 467 - char[1] - RAS letter for scout end loc */
 
#define _CT_sct_anref   0x1d4 /* 468 - char[3] - Anatomical reference for scout */
 
#define _CT_pps_scalwin   0x1d8 /* 472 - short - PpScan window range for output Scaling */
 
#define _CT_pps_qcalflag   0x1da /* 474 - short - PpScan Qcal modification flag */
 
#define _CT_pps_pcalflag   0x1dc /* 476 - short - PpScan Pcal modification flag */
 
#define _CT_pps_thetafix   0x1de /* 478 - short - PpScan Theta Fix (Angle Correction) */
 
#define _CT_pps_bhflag   0x1e0 /* 480 - short - PpScan Beam Hardening Flag */
 
#define _CT_spot_size   0x1e2 /* 482 - short - tube focal spot size */
 
#define _CT_spot_pos   0x1e4 /* 484 - short - tube focal spot position */
 
#define _CT_recondataset   0x1e6 /* 486 - short - Dependent on #views processed */
 
#define _CT_ndetcellsfov   0x1e8 /* 488 - short - Field of view in detector cells */
 
#define _CT_strtscantime   0x1ea /* 490 - double - Start time(secs) of this scan */
 
#define _CT_gandir   0x1f2 /* 498 - short - Gantry Rotation Direction */
 
#define _CT_rotorspeed   0x1f4 /* 500 - short - Tube Rotor Speed */
 
#define _CT_trigmode   0x1f6 /* 502 - short - TGGC Trigger Mode */
 
#define _CT_sitilt   0x1f8 /* 504 - float - Rxd gantry tilt - not annotated */
 
#define _CT_targcen_R   0x1fc /* 508 - float - R/L coordinate for target recon center */
 
#define _CT_targcen_A   0x200 /* 512 - float - A/P coordinate for target recon center */
 
#define _CT_backprojflag   0x204 /* 516 - short - Value of Back Projection button */
 
#define _CT_fatqestflag   0x206 /* 518 - short - Set if fatq estimates were used */
 
#define _CT_zavg   0x208 /* 520 - float - Z chan avg over views */
 
#define _CT_leftrefavg   0x20c /* 524 - float - avg of left ref chans over */
 
#define _CT_leftrefmax   0x210 /* 528 - float - max left chan value over views */
 
#define _CT_rightrefavg   0x214 /* 532 - float - avg of right ref chans over */
 
#define _CT_rightrefmax   0x218 /* 536 - float - max right chan value over views */
 
#define _CT_im_alloc_key   0x21c /* 540 - char[13] - */
 
#define _CT_im_lastmod   0x22a /* 554 - int - Date/Time of Last Change */
 
#define _CT_im_verscre   0x22e /* 558 - char[2] - Genesis Version - Created */
 
#define _CT_im_verscur   0x230 /* 560 - char[2] - Genesis Version - Now */
 
#define _CT_im_pds_a   0x232 /* 562 - int - PixelData size - as stored */
 
#define _CT_im_pds_c   0x236 /* 566 - int - PixelData size - Compressed */
 
#define _CT_im_pds_u   0x23a /* 570 - int - PixelData size - UnCompressed */
 
#define _CT_im_checksum   0x23e /* 574 - u_int - AcqRecon record checksum */
 
#define _CT_im_archived   0x242 /* 578 - int - Image Archive Flag */
 
#define _CT_im_complete   0x246 /* 582 - int - Image Complete Flag */
 
#define _CT_biop_pos   0x24a /* 586 - short - Biopsy Position */
 
#define _CT_biop_tloc   0x24c /* 588 - float - Biopsy T Location */
 
#define _CT_biop_refloc   0x250 /* 592 - float - Biopsy Ref Location */
 
#define _CT_ref_chan   0x254 /* 596 - short - Reference Channel Used */
 
#define _CT_bp_coef   0x256 /* 598 - float - Back Projector Coefficient */
 
#define _CT_psc   0x25a /* 602 - short - Primary Speed Correction Used */
 
#define _CT_overrng_corr   0x25c /* 604 - short - Overrange Correction Used */
 
#define _CT_dyn_z_alpha   0x25e /* 606 - float - Dynamic Z Alpha Value */
 
#define _CT_ref_img   0x262 /* 610 - char[1] - Reference Image Field */
 
#define _CT_sum_img   0x263 /* 611 - char[1] - Summary Image Field */
 
#define _CT_img_window   0x264 /* 612 - u_short - Window Value */
 
#define _CT_img_level   0x266 /* 614 - short - Level Value */
 
#define _CT_slop_int_1   0x268 /* 616 - int - Integer Slop Field 1 */
 
#define _CT_slop_int_2   0x26c /* 620 - int - Integer Slop Field 2 */
 
#define _CT_slop_int_3   0x270 /* 624 - int - Integer Slop Field 3 */
 
#define _CT_slop_int_4   0x274 /* 628 - int - Integer Slop Field 4 */
 
#define _CT_slop_int_5   0x278 /* 632 - int - Integer Slop Field 5 */
 
#define _CT_slop_float_1   0x27c /* 636 - float - Float Slop Field 1 */
 
#define _CT_slop_float_2   0x280 /* 640 - float - Float Slop Field 2 */
 
#define _CT_slop_float_3   0x284 /* 644 - float - Float Slop Field 3 */
 
#define _CT_slop_float_4   0x288 /* 648 - float - Float Slop Field 4 */
 
#define _CT_slop_float_5   0x28c /* 652 - float - Float Slop Field 5 */
 
#define _CT_slop_str_1   0x290 /* 656 - char[16] - String Slop Field 1 */
 
#define _CT_slop_str_2   0x2a0 /* 672 - char[16] - String Slop Field 2 */
 
#define _CT_deltastart   0x2b0 /* 688 - float - Delta Start Time */
 
#define _CT_maxOverrange   0x2b4 /* 692 - int - Max Overranges In A View */
 
#define _CT_avgOverrange   0x2b8 /* 696 - float - Avg Overranges All Views */
 
#define _CT_afterglow   0x2bc /* 700 - short - Corrected Afterglow Terms */
 
#define _CT_z_blocked   0x2be /* 702 - Unsign short - No Views z Channel Blocked */
 
#define _CT_ref1_blocked   0x2c0 /* 704 - Unsign short - No Views Ref1 Channel Blocked */
 
#define _CT_ref2_blocked   0x2c2 /* 706 - Unsign short - No Views Ref2 Channel Blocked */
 
#define _CT_ref3_blocked   0x2c4 /* 708 - Unsign short - No Views Ref3 Channel Blocked */
 
#define _CT_ref4_blocked   0x2c6 /* 710 - Unsign short - No Views Ref4 Channel Blocked */
 
#define _CT_ref5_blocked   0x2c8 /* 712 - Unsign short - No Views Ref5 Channel Blocked */
 
#define _CT_integrity   0x2ca /* 714 - short - GE Image Integrity */
 
#define _CT_pitchRatio   0x2cc /* 716 - char[8] - Scan Pitch Ratio */
 
#define _CT_image_uid   0x2d4 /* 724 - char[32] - Image Unique ID */
 
#define _CT_sop_uid   0x2f4 /* 756 - char[32] - Service Obj Class Unique ID */
 
#define _CT_xraydelay   0x314 /* 788 - float - Start Scan To Xray On Delay */
 
#define _CT_xrayduration   0x318 /* 792 - float - Duration Of Xray On */
 
#define _CT_ct_padding   0x32c /* 812 - char[223] - Spare Space */
 
#define _CT_CTIMAGEDATATYPE   0x3fc /* 1020 - sizeof - sizeof CTIMAGEDATATYPE */
 
#define _MR_im_suid   0x0 /* 0 - char[4] - Suite id for this image */
 
#define _MR_im_uniq   0x4 /* 4 - short - The Make-Unique Flag */
 
#define _MR_im_diskid   0x6 /* 6 - char[1] - Disk ID for this Image */
 
#define _MR_im_exno   0x8 /* 8 - u_short - Exam number for this image */
 
#define _MR_im_seno   0xa /* 10 - short - Series Number for this image */
 
#define _MR_im_no   0xc /* 12 - short - Image Number */
 
#define _MR_im_datetime   0xe /* 14 - int - Allocation Image date/time stamp */
 
#define _MR_im_actual_dt   0x12 /* 18 - int - Actual Image date/time stamp */
 
#define _MR_sctime   0x16 /* 22 - float - Duration of scan (secs) */
 
#define _MR_slthick   0x1a /* 26 - float - Slice Thickness (mm) */
 
#define _MR_imatrix_X   0x1e /* 30 - short - Image matrix size - X */
 
#define _MR_imatrix_Y   0x20 /* 32 - short - Image matrix size - Y */
 
#define _MR_dfov   0x22 /* 34 - float - Display field of view - X (mm) */
 
#define _MR_dfov_rect   0x26 /* 38 - float - Display field of view - Y (if different) */
 
#define _MR_dim_X   0x2a /* 42 - float - Image dimension - X */
 
#define _MR_dim_Y   0x2e /* 46 - float - Image dimension - Y */
 
#define _MR_pixsize_X   0x32 /* 50 - float - Image pixel size - X */
 
#define _MR_pixsize_Y   0x36 /* 54 - float - Image pixel size - Y */
 
#define _MR_pdid   0x3a /* 58 - char[14] - Pixel Data ID */
 
#define _MR_contrastIV   0x48 /* 72 - char[17] - IV Contrast Agent */
 
#define _MR_contrastOral   0x59 /* 89 - char[17] - Oral Contrast Agent */
 
#define _MR_contmode   0x6a /* 106 - short - Image Contrast Mode */
 
#define _MR_serrx   0x6c /* 108 - short - Series from which prescribed */
 
#define _MR_imgrx   0x6e /* 110 - short - Image from which prescribed */
 
#define _MR_screenformat   0x70 /* 112 - short - Screen Format(8/16 bit) */
 
#define _MR_plane   0x72 /* 114 - short - Plane Type */
 
#define _MR_scanspacing   0x74 /* 116 - float - Spacing between scans (mm?) */
 
#define _MR_im_compress   0x78 /* 120 - short - Image compression type for allocation */
 
#define _MR_im_scouttype   0x7a /* 122 - short - Scout Type (AP or lateral) */
 
#define _MR_loc_ras   0x7c /* 124 - char[] - RAS letter of image location */
 
#define _MR_loc   0x7e /* 126 - float - Image location */
 
#define _MR_ctr_R   0x82 /* 130 - float - Center R coord of plane image */
 
#define _MR_ctr_A   0x86 /* 134 - float - Center A coord of plane image */
 
#define _MR_ctr_S   0x8a /* 138 - float - Center S coord of plane image */
 
#define _MR_norm_R   0x8e /* 142 - float - Normal R coord */
 
#define _MR_norm_A   0x92 /* 146 - float - Normal A coord */
 
#define _MR_norm_S   0x96 /* 150 - float - Normal S coord */
 
#define _MR_tlhc_R   0x9a /* 154 - float - R Coord of Top Left Hand Corner */
 
#define _MR_tlhc_A   0x9e /* 158 - float - A Coord of Top Left Hand Corner */
 
#define _MR_tlhc_S   0xa2 /* 162 - float - S Coord of Top Left Hand Corner */
 
#define _MR_trhc_R   0xa6 /* 166 - float - R Coord of Top Right Hand Corner */
 
#define _MR_trhc_A   0xaa /* 170 - float - A Coord of Top Right Hand Corner */
 
#define _MR_trhc_S   0xae /* 174 - float - S Coord of Top Right Hand Corner */
 
#define _MR_brhc_R   0xb2 /* 178 - float - R Coord of Bottom Right Hand Corner */
 
#define _MR_brhc_A   0xb6 /* 182 - float - A Coord of Bottom Right Hand Corner */
 
#define _MR_brhc_S   0xba /* 186 - float - S Coord of Bottom Right Hand Corner */
 
#define _MR_forimgrev   0xbe /* 190 - char[4] - Foreign Image Revision */
 
#define _MR_tr   0xc2 /* 194 - int - Pulse repetition time(usec) */
 
#define _MR_ti   0xc6 /* 198 - int - Pulse inversion time(usec) */
 
#define _MR_te   0xca /* 202 - int - Pulse echo time(usec) */
 
#define _MR_te2   0xce /* 206 - int - Second echo echo (usec) */
 
#define _MR_numecho   0xd2 /* 210 - short - Number of echoes */
 
#define _MR_echonum   0xd4 /* 212 - short - Echo Number */
 
#define _MR_tbldlta   0xd6 /* 214 - float - Table Delta */
 
#define _MR_nex   0xda /* 218 - float - Number of Excitations */
 
#define _MR_contig   0xde /* 222 - short - Continuous Slices Flag */
 
#define _MR_hrtrate   0xe0 /* 224 - short - Cardiac Heart Rate (bpm) */
 
#define _MR_tdel   0xe2 /* 226 - int - Delay time after trigger (msec) */
 
#define _MR_saravg   0xe6 /* 230 - float - Average SAR */
 
#define _MR_sarpeak   0xea /* 234 - float - Peak SAR */
 
#define _MR_monsar   0xee /* 238 - short - Monitor SAR flag */
 
#define _MR_trgwindow   0xf0 /* 240 - short - Trigger window (% of R-R interval) */
 
#define _MR_reptime   0xf2 /* 242 - float - Cardiac repetition time */
 
#define _MR_imgpcyc   0xf6 /* 246 - short - Images per cardiac cycle */
 
#define _MR_xmtgain   0xf8 /* 248 - short - Actual Transmit Gain (.1 db) */
 
#define _MR_rcvgain1   0xfa /* 250 - short - Actual Receive Gain Analog (.1 db) */
 
#define _MR_rcvgain2   0xfc /* 252 - short - Actual Receive Gain Digital (.1 db) */
 
#define _MR_mr_flip   0xfe /* 254 - short - Flip Angle for GRASS scans (deg.) */
 
#define _MR_mindat   0x100 /* 256 - int - Minimum Delay after Trigger (uSec) */
 
#define _MR_cphase   0x104 /* 260 - short - Total Cardiac Phase prescribed */
 
#define _MR_swappf   0x106 /* 262 - short - Swap Phase/Frequency Axis */
 
#define _MR_pauseint   0x108 /* 264 - short - Pause Interval (slices) */
 
#define _MR_pausetime   0x10a /* 266 - float - Pause Time */
 
#define _MR_obplane   0x10e /* 270 - int - Oblique Plane */
 
#define _MR_slocfov   0x112 /* 274 - int - Slice Offsets on Freq axis */
 
#define _MR_xmtfreq   0x116 /* 278 - int - Center Frequency (0.1 Hz) */
 
#define _MR_autoxmtfreq   0x11a /* 282 - int - Auto Center Frequency (0.1 Hz) */
 
#define _MR_autoxmtgain   0x11e /* 286 - short - Auto Transmit Gain (0.1 dB) */
 
#define _MR_prescan_r1   0x120 /* 288 - short - PreScan R1 - Analog */
 
#define _MR_prescan_r2   0x122 /* 290 - short - PreScan R2 - Digital */
 
#define _MR_user_bitmap   0x124 /* 292 - int - Bitmap defining user CVs */
 
#define _MR_cenfreq   0x128 /* 296 - short - Center Frequency Method */
 
#define _MR_imode   0x12a /* 298 - short - Imaging Mode */
 
#define _MR_iopt   0x12c /* 300 - int - Imaging Options */
 
#define _MR_pseq   0x130 /* 304 - short - Pulse Sequence */
 
#define _MR_pseqmode   0x132 /* 306 - short - Pulse Sequence Mode */
 
#define _MR_psdname   0x134 /* 308 - char[33] - Pulse Sequence Name */
 
#define _MR_psd_datetime   0x156 /* 342 - int - PSD Creation Date and Time */
 
#define _MR_psd_iname   0x15a /* 346 - char[13] - PSD name from inside PSD */
 
#define _MR_ctyp   0x168 /* 360 - short - Coil Type */
 
#define _MR_cname   0x16a /* 362 - char[17] - Coil Name */
 
#define _MR_surfctyp   0x17c /* 380 - short - Surface Coil Type */
 
#define _MR_surfcext   0x17e /* 382 - short - Extremity Coil Flag */
 
#define _MR_rawrunnum   0x180 /* 384 - int - RawData Run Number */
 
#define _MR_cal_fldstr   0x184 /* 388 - u_int - Calibrated Field Strength (x10 uGauss) */
 
#define _MR_supp_tech   0x188 /* 392 - short - SAT fat/water/none */
 
#define _MR_vbw   0x18a /* 394 - float - Variable Bandwidth (Hz) */
 
#define _MR_slquant   0x18e /* 398 - short - Number of slices in this scan group */
 
#define _MR_gpre   0x190 /* 400 - short - Graphically prescribed */
 
#define _MR_intr_del   0x192 /* 402 - int - Interimage/interloc delay (uSec) */
 
#define _MR_user0   0x196 /* 406 - float - User Variable 0 */
 
#define _MR_user1   0x19a /* 410 - float - User Variable 1 */
 
#define _MR_user2   0x19e /* 414 - float - User Variable 2 */
 
#define _MR_user3   0x1a2 /* 418 - float - User Variable 3 */
 
#define _MR_user4   0x1a6 /* 422 - float - User Variable 4 */
 
#define _MR_user5   0x1aa /* 426 - float - User Variable 5 */
 
#define _MR_user6   0x1ae /* 430 - float - User Variable 6 */
 
#define _MR_user7   0x1b2 /* 434 - float - User Variable 7 */
 
#define _MR_user8   0x1b6 /* 438 - float - User Variable 8 */
 
#define _MR_user9   0x1ba /* 442 - float - User Variable 9 */
 
#define _MR_user10   0x1be /* 446 - float - User Variable 10 */
 
#define _MR_user11   0x1c2 /* 450 - float - User Variable 11 */
 
#define _MR_user12   0x1c6 /* 454 - float - User Variable 12 */
 
#define _MR_user13   0x1ca /* 458 - float - User Variable 13 */
 
#define _MR_user14   0x1ce /* 462 - float - User Variable 14 */
 
#define _MR_user15   0x1d2 /* 466 - float - User Variable 15 */
 
#define _MR_user16   0x1d6 /* 470 - float - User Variable 16 */
 
#define _MR_user17   0x1da /* 474 - float - User Variable 17 */
 
#define _MR_user18   0x1de /* 478 - float - User Variable 18 */
 
#define _MR_user19   0x1e2 /* 482 - float - User Variable 19 */
 
#define _MR_user20   0x1e6 /* 486 - float - User Variable 20 */
 
#define _MR_user21   0x1ea /* 490 - float - User Variable 21 */
 
#define _MR_user22   0x1ee /* 494 - float - User Variable 22 */
 
#define _MR_user23   0x1f2 /* 498 - float - Projection Angle */
 
#define _MR_user24   0x1f6 /* 502 - float - Concat Sat Type Flag */
 
#define _MR_im_alloc_key   0x1fa /* 506 - char[13] - */
 
#define _MR_im_lastmod   0x208 /* 520 - int - Date/Time of Last Change */
 
#define _MR_im_verscre   0x20c /* 524 - char[2] - Genesis Version - Created */
 
#define _MR_im_verscur   0x20e /* 526 - char[2] - Genesis Version - Now */
 
#define _MR_im_pds_a   0x210 /* 528 - int - PixelData size - as stored */
 
#define _MR_im_pds_c   0x214 /* 532 - int - PixelData size - Compressed */
 
#define _MR_im_pds_u   0x218 /* 536 - int - PixelData size - UnCompressed */
 
#define _MR_im_checksum   0x21c /* 540 - u_int - AcqRecon record checksum */
 
#define _MR_im_archived   0x220 /* 544 - int - Image Archive Flag */
 
#define _MR_im_complete   0x224 /* 548 - int - Image Complete Flag */
 
#define _MR_satbits   0x228 /* 552 - short - Bitmap of SAT selections */
 
#define _MR_scic   0x22a /* 554 - short - Surface Coil Intensity Correction Flag */
 
#define _MR_satxloc1   0x22c /* 556 - short - R-side SAT pulse loc rel to lndmrk */
 
#define _MR_satxloc2   0x22e /* 558 - short - L-side SAT pulse loc rel to lndmrk */
 
#define _MR_satyloc1   0x230 /* 560 - short - A-side SAT pulse loc rel to lndmrk */
 
#define _MR_satyloc2   0x232 /* 562 - short - P-side SAT pulse loc rel to lndmrk */
 
#define _MR_satzloc1   0x234 /* 564 - short - S-side SAT pulse loc rel to lndmrk */
 
#define _MR_satzloc2   0x236 /* 566 - short - I-side SAT pulse loc rel to lndmrk */
 
#define _MR_satxthick   0x238 /* 568 - short - Thickness of X-axis SAT pulse */
 
#define _MR_satythick   0x23a /* 570 - short - Thickness of Y-axis SAT pulse */
 
#define _MR_satzthick   0x23c /* 572 - short - Thickness of Z-axis SAT pulse */
 
#define _MR_flax   0x23e /* 574 - short - Phase contrast flow axis */
 
#define _MR_venc   0x240 /* 576 - short - Phase contrast velocity encoding */
 
#define _MR_thk_disclmr   0x242 /* 578 - short - Slice Thickness */
 
#define _MR_ps_flag   0x244 /* 580 - short - Auto/Manual Prescan flag */
 
#define _MR_ps_status   0x246 /* 582 - short - Bitmap of changed values */
 
#define _MR_image_type   0x248 /* 584 - short - Magnitude, Phase, Imaginary, or Real */
 
#define _MR_vas_collapse   0x24a /* 586 - short - Collapse Image */
 
#define _MR_user23n   0x24c /* 588 - float - User Variable 23 */
 
#define _MR_user24n   0x250 /* 592 - float - User Variable 24 */
 
#define _MR_proj_alg   0x254 /* 596 - short - Projection Algorithm */
 
#define _MR_proj_name   0x256 /* 598 - char[13] - Projection Algorithm Name */
 
#define _MR_x_axis_rot   0x264 /* 612 - float - X Axis Rotation */
 
#define _MR_y_axis_rot   0x268 /* 616 - float - Y Axis Rotation */
 
#define _MR_z_axis_rot   0x26c /* 620 - float - Z Axis Rotation */
 
#define _MR_thresh_min1   0x270 /* 624 - int - Lower Range of Pixels 1 */
 
#define _MR_thresh_max1   0x274 /* 628 - int - Upper Range of Pixels 1 */
 
#define _MR_thresh_min2   0x278 /* 632 - int - Lower Range of Pixels 2 */
 
#define _MR_thresh_max2   0x27c /* 636 - int - Upper Range of Pixels 2 */
 
#define _MR_echo_trn_len   0x280 /* 640 - short - Echo Train Length for Fast Spin Echo */
 
#define _MR_frac_echo   0x282 /* 642 - short - Fractional Echo - Effective TE Flag */
 
#define _MR_prep_pulse   0x284 /* 644 - short - Preporatory Pulse Option */
 
#define _MR_cphasenum   0x286 /* 646 - short - Cardiac Phase Number */
 
#define _MR_var_echo   0x288 /* 648 - short - Variable Echo Flag */
 
#define _MR_ref_img   0x28a /* 650 - char[1] - Reference Image Field */
 
#define _MR_sum_img   0x28b /* 651 - char[1] - Summary Image Field */
 
#define _MR_img_window   0x28c /* 652 - u_short - Window Value */
 
#define _MR_img_level   0x28e /* 654 - short - Level Value */
 
#define _MR_slop_int_1   0x290 /* 656 - int - Integer Slop Field 1 */
 
#define _MR_slop_int_2   0x294 /* 660 - int - Integer Slop Field 2 */
 
#define _MR_slop_int_3   0x298 /* 664 - int - Integer Slop Field 3 */
 
#define _MR_slop_int_4   0x29c /* 668 - int - Integer Slop Field 4 */
 
#define _MR_slop_int_5   0x2a0 /* 672 - int - Integer Slop Field 5 */
 
#define _MR_slop_float_1   0x2a4 /* 676 - float - Float Slop Field 1 */
 
#define _MR_slop_float_2   0x2a8 /* 680 - float - Float Slop Field 2 */
 
#define _MR_slop_float_3   0x2ac /* 684 - float - Float Slop Field 3 */
 
#define _MR_slop_float_4   0x2b0 /* 688 - float - Float Slop Field 4 */
 
#define _MR_slop_float_5   0x2b4 /* 692 - float - Float Slop Field 5 */
 
#define _MR_slop_str_1   0x2b8 /* 696 - char[16] - String Slop Field 1 */
 
#define _MR_slop_str_2   0x2c8 /* 712 - char[16] - String Slop Field 2 */
 
#define _MR_scanactno   0x2d8 /* 728 - short - Scan Acquisition Number */
 
#define _MR_vasflags   0x2da /* 730 - short - Magnitude Weighting Flag */
 
#define _MR_vencscale   0x2dc /* 732 - float - Scale Weighted Venc */
 
#define _MR_integrity   0x2e0 /* 736 - short - GE Image Integrity */
 
#define _MR_fphase   0x2e2 /* 738 - int - Number Of Phases */
 
#define _MR_freq_dir   0x2e6 /* 742 - short - Frequency Direction */
 
#define _MR_vas_mode   0x2e8 /* 744 - short - Vascular Mode */
 
#define _MR_image_uid   0x2ea /* 746 - char[32] - Image Unique ID */
 
#define _MR_sop_uid   0x30a /* 778 - char[32] - Service Obj Class Unique ID */
 
#define _MR_mr_padding   0x35a /* 858 - char[212] - Spare Space */
 
#define _MR_MRIMAGEDATATYPE   0x3fe /* 1022 - sizeof - sizeof MRIMAGEDATATYPE */
 

Macro Definition Documentation

◆ _CT_adin

#define _CT_adin   0x11e /* 286 - int - DAS ad input */

Definition at line 347 of file ge_imageFileOffsets.h.

◆ _CT_afterglow

#define _CT_afterglow   0x2bc /* 700 - short - Corrected Afterglow Terms */

Definition at line 467 of file ge_imageFileOffsets.h.

◆ _CT_ap_ras

#define _CT_ap_ras   0x1d1 /* 465 - char[1] - RAS letter for anterior/posterior */

Definition at line 403 of file ge_imageFileOffsets.h.

◆ _CT_autozero

#define _CT_autozero   0x12e /* 302 - int - DAS auto zero */

Definition at line 351 of file ge_imageFileOffsets.h.

◆ _CT_avgOverrange

#define _CT_avgOverrange   0x2b8 /* 696 - float - Avg Overranges All Views */

Definition at line 466 of file ge_imageFileOffsets.h.

◆ _CT_azimuth

#define _CT_azimuth   0xe4 /* 228 - int - Degrees of Azimuth */

Definition at line 332 of file ge_imageFileOffsets.h.

◆ _CT_backprojflag

#define _CT_backprojflag   0x204 /* 516 - short - Value of Back Projection button */

Definition at line 423 of file ge_imageFileOffsets.h.

◆ _CT_bbh_coef1

#define _CT_bbh_coef1   0x17e /* 382 - float - BBH coefficient 1 */

Definition at line 385 of file ge_imageFileOffsets.h.

◆ _CT_bbh_coef2

#define _CT_bbh_coef2   0x182 /* 386 - float - BBH coefficient 2 */

Definition at line 386 of file ge_imageFileOffsets.h.

◆ _CT_bbh_coef3

#define _CT_bbh_coef3   0x186 /* 390 - float - BBH coefficient 3 */

Definition at line 387 of file ge_imageFileOffsets.h.

◆ _CT_bbh_numblend

#define _CT_bbh_numblend   0x18a /* 394 - short - Num of BBH channels to blend */

Definition at line 388 of file ge_imageFileOffsets.h.

◆ _CT_biop_pos

#define _CT_biop_pos   0x24a /* 586 - short - Biopsy Position */

Definition at line 440 of file ge_imageFileOffsets.h.

◆ _CT_biop_refloc

#define _CT_biop_refloc   0x250 /* 592 - float - Biopsy Ref Location */

Definition at line 442 of file ge_imageFileOffsets.h.

◆ _CT_biop_tloc

#define _CT_biop_tloc   0x24c /* 588 - float - Biopsy T Location */

Definition at line 441 of file ge_imageFileOffsets.h.

◆ _CT_bp_coef

#define _CT_bp_coef   0x256 /* 598 - float - Back Projector Coefficient */

Definition at line 444 of file ge_imageFileOffsets.h.

◆ _CT_brhc_A

#define _CT_brhc_A   0xb6 /* 182 - float - A Coord of Bottom Right Hand */

Definition at line 320 of file ge_imageFileOffsets.h.

◆ _CT_brhc_R

#define _CT_brhc_R   0xb2 /* 178 - float - R Coord of Bottom Right Hand */

Definition at line 319 of file ge_imageFileOffsets.h.

◆ _CT_brhc_S

#define _CT_brhc_S   0xba /* 186 - float - S Coord of Bottom Right Hand */

Definition at line 321 of file ge_imageFileOffsets.h.

◆ _CT_calfreq

#define _CT_calfreq   0x126 /* 294 - int - DAS cal frequency */

Definition at line 349 of file ge_imageFileOffsets.h.

◆ _CT_calmode

#define _CT_calmode   0x122 /* 290 - int - DAS cal mode */

Definition at line 348 of file ge_imageFileOffsets.h.

◆ _CT_calmodfile

#define _CT_calmodfile   0x1c1 /* 449 - char[13] - Source of the cal vectors */

Definition at line 400 of file ge_imageFileOffsets.h.

◆ _CT_chaninc

#define _CT_chaninc   0x194 /* 404 - int - Increment between channels */

Definition at line 391 of file ge_imageFileOffsets.h.

◆ _CT_computetyp

#define _CT_computetyp   0x142 /* 322 - short - Compute Type */

Definition at line 360 of file ge_imageFileOffsets.h.

◆ _CT_contmode

#define _CT_contmode   0x6a /* 106 - short - Image Contrast Mode */

Definition at line 297 of file ge_imageFileOffsets.h.

◆ _CT_contrastIV

#define _CT_contrastIV   0x48 /* 72 - char[17] - IV Contrast Agent */

Definition at line 295 of file ge_imageFileOffsets.h.

◆ _CT_contrastOral

#define _CT_contrastOral   0x59 /* 89 - char[17] - Oral Contrast Agent */

Definition at line 296 of file ge_imageFileOffsets.h.

◆ _CT_ct_bone_num

#define _CT_ct_bone_num   0x17c /* 380 - short - CT Bone Number */

Definition at line 384 of file ge_imageFileOffsets.h.

◆ _CT_ct_padding

#define _CT_ct_padding   0x32c /* 812 - char[223] - Spare Space */

Definition at line 480 of file ge_imageFileOffsets.h.

◆ _CT_ct_scalefact

#define _CT_ct_scalefact   0x176 /* 374 - float - IBH Image scale factors */

Definition at line 382 of file ge_imageFileOffsets.h.

◆ _CT_ct_water_num

#define _CT_ct_water_num   0x17a /* 378 - short - CT Water Number */

Definition at line 383 of file ge_imageFileOffsets.h.

◆ _CT_CTIMAGEDATATYPE

#define _CT_CTIMAGEDATATYPE   0x3fc /* 1020 - sizeof - sizeof CTIMAGEDATATYPE */

Definition at line 481 of file ge_imageFileOffsets.h.

◆ _CT_ctr_A

#define _CT_ctr_A   0x86 /* 134 - float - Center A coord of plane image */

Definition at line 308 of file ge_imageFileOffsets.h.

◆ _CT_ctr_R

#define _CT_ctr_R   0x82 /* 130 - float - Center R coord of plane image */

Definition at line 307 of file ge_imageFileOffsets.h.

◆ _CT_ctr_S

#define _CT_ctr_S   0x8a /* 138 - float - Center S coord of plane image */

Definition at line 309 of file ge_imageFileOffsets.h.

◆ _CT_datamod

#define _CT_datamod   0x1b0 /* 432 - int - Amount of processing that will be */

Definition at line 398 of file ge_imageFileOffsets.h.

◆ _CT_degrot

#define _CT_degrot   0xf4 /* 244 - float - Degrees of rotation */

Definition at line 336 of file ge_imageFileOffsets.h.

◆ _CT_deltastart

#define _CT_deltastart   0x2b0 /* 688 - float - Delta Start Time */

Definition at line 464 of file ge_imageFileOffsets.h.

◆ _CT_dfov

#define _CT_dfov   0x22 /* 34 - float - Display field of view - X */

Definition at line 288 of file ge_imageFileOffsets.h.

◆ _CT_dfov_rect

#define _CT_dfov_rect   0x26 /* 38 - float - Display field of view - Y */

Definition at line 289 of file ge_imageFileOffsets.h.

◆ _CT_dim_X

#define _CT_dim_X   0x2a /* 42 - float - Image dimension - X */

Definition at line 290 of file ge_imageFileOffsets.h.

◆ _CT_dim_Y

#define _CT_dim_Y   0x2e /* 46 - float - Image dimension - Y */

Definition at line 291 of file ge_imageFileOffsets.h.

◆ _CT_dyn_z_alpha

#define _CT_dyn_z_alpha   0x25e /* 606 - float - Dynamic Z Alpha Value */

Definition at line 447 of file ge_imageFileOffsets.h.

◆ _CT_fatqestflag

#define _CT_fatqestflag   0x206 /* 518 - short - Set if fatq estimates were used */

Definition at line 424 of file ge_imageFileOffsets.h.

◆ _CT_filttyp

#define _CT_filttyp   0x138 /* 312 - short - Calibration filter type */

Definition at line 355 of file ge_imageFileOffsets.h.

◆ _CT_firstchan

#define _CT_firstchan   0x18c /* 396 - int - Starting channel */

Definition at line 389 of file ge_imageFileOffsets.h.

◆ _CT_firstview

#define _CT_firstview   0x198 /* 408 - int - Starting view */

Definition at line 392 of file ge_imageFileOffsets.h.

◆ _CT_forimgrev

#define _CT_forimgrev   0xbe /* 190 - char[4] - Foreign Image Revision */

Definition at line 322 of file ge_imageFileOffsets.h.

◆ _CT_fpagain

#define _CT_fpagain   0x112 /* 274 - int - DAS fpa gain */

Definition at line 344 of file ge_imageFileOffsets.h.

◆ _CT_gandir

#define _CT_gandir   0x1f2 /* 498 - short - Gantry Rotation Direction */

Definition at line 417 of file ge_imageFileOffsets.h.

◆ _CT_ganfilt

#define _CT_ganfilt   0xec /* 236 - int - Gantry Filter Position */

Definition at line 334 of file ge_imageFileOffsets.h.

◆ _CT_gantilt

#define _CT_gantilt   0xe0 /* 224 - float - Gantry Tilt (degrees) */

Definition at line 331 of file ge_imageFileOffsets.h.

◆ _CT_ganvel

#define _CT_ganvel   0xe8 /* 232 - float - Gantry Velocity */

Definition at line 333 of file ge_imageFileOffsets.h.

◆ _CT_iboneflag

#define _CT_iboneflag   0x13e /* 318 - short - IterBone flag */

Definition at line 358 of file ge_imageFileOffsets.h.

◆ _CT_im_actual_dt

#define _CT_im_actual_dt   0x12 /* 18 - int - Actual Image date/time stamp */

Definition at line 283 of file ge_imageFileOffsets.h.

◆ _CT_im_alloc_key

#define _CT_im_alloc_key   0x21c /* 540 - char[13] - */

Definition at line 430 of file ge_imageFileOffsets.h.

◆ _CT_im_archived

#define _CT_im_archived   0x242 /* 578 - int - Image Archive Flag */

Definition at line 438 of file ge_imageFileOffsets.h.

◆ _CT_im_checksum

#define _CT_im_checksum   0x23e /* 574 - u_int - AcqRecon record checksum */

Definition at line 437 of file ge_imageFileOffsets.h.

◆ _CT_im_complete

#define _CT_im_complete   0x246 /* 582 - int - Image Complete Flag */

Definition at line 439 of file ge_imageFileOffsets.h.

◆ _CT_im_compress

#define _CT_im_compress   0x78 /* 120 - short - Image compression type for allocation */

Definition at line 303 of file ge_imageFileOffsets.h.

◆ _CT_im_datetime

#define _CT_im_datetime   0xe /* 14 - int - Allocation Image date/time stamp */

Definition at line 282 of file ge_imageFileOffsets.h.

◆ _CT_im_diskid

#define _CT_im_diskid   0x6 /* 6 - char[1] - Disk ID for this Image */

Definition at line 278 of file ge_imageFileOffsets.h.

◆ _CT_im_exno

#define _CT_im_exno   0x8 /* 8 - u_short - Exam number for this image */

Definition at line 279 of file ge_imageFileOffsets.h.

◆ _CT_im_lastmod

#define _CT_im_lastmod   0x22a /* 554 - int - Date/Time of Last Change */

Definition at line 431 of file ge_imageFileOffsets.h.

◆ _CT_im_no

#define _CT_im_no   0xc /* 12 - short - Image Number */

Definition at line 281 of file ge_imageFileOffsets.h.

◆ _CT_im_pds_a

#define _CT_im_pds_a   0x232 /* 562 - int - PixelData size - as stored */

Definition at line 434 of file ge_imageFileOffsets.h.

◆ _CT_im_pds_c

#define _CT_im_pds_c   0x236 /* 566 - int - PixelData size - Compressed */

Definition at line 435 of file ge_imageFileOffsets.h.

◆ _CT_im_pds_u

#define _CT_im_pds_u   0x23a /* 570 - int - PixelData size - UnCompressed */

Definition at line 436 of file ge_imageFileOffsets.h.

◆ _CT_im_scouttype

#define _CT_im_scouttype   0x7a /* 122 - short - Scout Type (AP or lateral) */

Definition at line 304 of file ge_imageFileOffsets.h.

◆ _CT_im_seno

#define _CT_im_seno   0xa /* 10 - short - Series Number for this image */

Definition at line 280 of file ge_imageFileOffsets.h.

◆ _CT_im_suid

#define _CT_im_suid   0x0 /* 0 - char[4] - Suite id for this image */

Definition at line 276 of file ge_imageFileOffsets.h.

◆ _CT_im_uniq

#define _CT_im_uniq   0x4 /* 4 - short - The Make-Unique Flag */

Definition at line 277 of file ge_imageFileOffsets.h.

◆ _CT_im_verscre

#define _CT_im_verscre   0x22e /* 558 - char[2] - Genesis Version - Created */

Definition at line 432 of file ge_imageFileOffsets.h.

◆ _CT_im_verscur

#define _CT_im_verscur   0x230 /* 560 - char[2] - Genesis Version - Now */

Definition at line 433 of file ge_imageFileOffsets.h.

◆ _CT_image_uid

#define _CT_image_uid   0x2d4 /* 724 - char[32] - Image Unique ID */

Definition at line 476 of file ge_imageFileOffsets.h.

◆ _CT_imatrix_X

#define _CT_imatrix_X   0x1e /* 30 - short - Image matrix size - X */

Definition at line 286 of file ge_imageFileOffsets.h.

◆ _CT_imatrix_Y

#define _CT_imatrix_Y   0x20 /* 32 - short - Image matrix size - Y */

Definition at line 287 of file ge_imageFileOffsets.h.

◆ _CT_img_level

#define _CT_img_level   0x266 /* 614 - short - Level Value */

Definition at line 451 of file ge_imageFileOffsets.h.

◆ _CT_img_window

#define _CT_img_window   0x264 /* 612 - u_short - Window Value */

Definition at line 450 of file ge_imageFileOffsets.h.

◆ _CT_imgrx

#define _CT_imgrx   0x6e /* 110 - short - Image from which prescribed */

Definition at line 299 of file ge_imageFileOffsets.h.

◆ _CT_integrity

#define _CT_integrity   0x2ca /* 714 - short - GE Image Integrity */

Definition at line 474 of file ge_imageFileOffsets.h.

◆ _CT_inviews

#define _CT_inviews   0x104 /* 260 - short - Total input views */

Definition at line 340 of file ge_imageFileOffsets.h.

◆ _CT_isd

#define _CT_isd   0x148 /* 328 - float - Inter scan delay (secs) */

Definition at line 363 of file ge_imageFileOffsets.h.

◆ _CT_kvolt

#define _CT_kvolt   0xd8 /* 216 - int - KVolt generator setting */

Definition at line 329 of file ge_imageFileOffsets.h.

◆ _CT_leftrefavg

#define _CT_leftrefavg   0x20c /* 524 - float - avg of left ref chans over */

Definition at line 426 of file ge_imageFileOffsets.h.

◆ _CT_leftrefmax

#define _CT_leftrefmax   0x210 /* 528 - float - max left chan value over views */

Definition at line 427 of file ge_imageFileOffsets.h.

◆ _CT_loc

#define _CT_loc   0x7e /* 126 - float - Image location */

Definition at line 306 of file ge_imageFileOffsets.h.

◆ _CT_loc_ras

#define _CT_loc_ras   0x7c /* 124 - char[1] - RAS letter of image location */

Definition at line 305 of file ge_imageFileOffsets.h.

◆ _CT_mamp

#define _CT_mamp   0xdc /* 220 - int - MAmp generator setting */

Definition at line 330 of file ge_imageFileOffsets.h.

◆ _CT_maxOverrange

#define _CT_maxOverrange   0x2b4 /* 692 - int - Max Overranges In A View */

Definition at line 465 of file ge_imageFileOffsets.h.

◆ _CT_midsflag

#define _CT_midsflag   0xd6 /* 214 - short - MidScan flag - does midstime apply */

Definition at line 328 of file ge_imageFileOffsets.h.

◆ _CT_midstime

#define _CT_midstime   0xd2 /* 210 - float - Mid Scan Time */

Definition at line 327 of file ge_imageFileOffsets.h.

◆ _CT_ndetcellsfov

#define _CT_ndetcellsfov   0x1e8 /* 488 - short - Field of view in detector cells */

Definition at line 415 of file ge_imageFileOffsets.h.

◆ _CT_norm_A

#define _CT_norm_A   0x92 /* 146 - float - Normal A coord */

Definition at line 311 of file ge_imageFileOffsets.h.

◆ _CT_norm_R

#define _CT_norm_R   0x8e /* 142 - float - Normal R coord */

Definition at line 310 of file ge_imageFileOffsets.h.

◆ _CT_norm_S

#define _CT_norm_S   0x96 /* 150 - float - Normal S coord */

Definition at line 312 of file ge_imageFileOffsets.h.

◆ _CT_numchan

#define _CT_numchan   0x190 /* 400 - int - Number of channels (1..512) */

Definition at line 390 of file ge_imageFileOffsets.h.

◆ _CT_numtrig

#define _CT_numtrig   0x100 /* 256 - int - Number of Triggers */

Definition at line 339 of file ge_imageFileOffsets.h.

◆ _CT_numview

#define _CT_numview   0x19c /* 412 - int - Number of views */

Definition at line 393 of file ge_imageFileOffsets.h.

◆ _CT_outsrc

#define _CT_outsrc   0x11a /* 282 - int - DAS output source */

Definition at line 346 of file ge_imageFileOffsets.h.

◆ _CT_outviews

#define _CT_outviews   0x156 /* 342 - short - Total Output Views */

Definition at line 368 of file ge_imageFileOffsets.h.

◆ _CT_overranges

#define _CT_overranges   0x158 /* 344 - short - Number of Overranges */

Definition at line 369 of file ge_imageFileOffsets.h.

◆ _CT_overrng_corr

#define _CT_overrng_corr   0x25c /* 604 - short - Overrange Correction Used */

Definition at line 446 of file ge_imageFileOffsets.h.

◆ _CT_pdid

#define _CT_pdid   0x3a /* 58 - char[14] - Pixel Data ID */

Definition at line 294 of file ge_imageFileOffsets.h.

◆ _CT_perisflag

#define _CT_perisflag   0x13c /* 316 - short - Perstaltic flag */

Definition at line 357 of file ge_imageFileOffsets.h.

◆ _CT_phantsize

#define _CT_phantsize   0x134 /* 308 - short - Calibration phantom size */

Definition at line 353 of file ge_imageFileOffsets.h.

◆ _CT_phanttyp

#define _CT_phanttyp   0x136 /* 310 - short - Calibration phantom type */

Definition at line 354 of file ge_imageFileOffsets.h.

◆ _CT_pitchRatio

#define _CT_pitchRatio   0x2cc /* 716 - char[8] - Scan Pitch Ratio */

Definition at line 475 of file ge_imageFileOffsets.h.

◆ _CT_pixsize_X

#define _CT_pixsize_X   0x32 /* 50 - float - Image pixel size - X */

Definition at line 292 of file ge_imageFileOffsets.h.

◆ _CT_pixsize_Y

#define _CT_pixsize_Y   0x36 /* 54 - float - Image pixel size - Y */

Definition at line 293 of file ge_imageFileOffsets.h.

◆ _CT_plane

#define _CT_plane   0x72 /* 114 - short - Plane Type */

Definition at line 301 of file ge_imageFileOffsets.h.

◆ _CT_postproc

#define _CT_postproc   0x16c /* 364 - short - Recon post processing flag */

Definition at line 378 of file ge_imageFileOffsets.h.

◆ _CT_pps_bhflag

#define _CT_pps_bhflag   0x1e0 /* 480 - short - PpScan Beam Hardening Flag */

Definition at line 411 of file ge_imageFileOffsets.h.

◆ _CT_pps_pcalflag

#define _CT_pps_pcalflag   0x1dc /* 476 - short - PpScan Pcal modification flag */

Definition at line 409 of file ge_imageFileOffsets.h.

◆ _CT_pps_qcalflag

#define _CT_pps_qcalflag   0x1da /* 474 - short - PpScan Qcal modification flag */

Definition at line 408 of file ge_imageFileOffsets.h.

◆ _CT_pps_scalwin

#define _CT_pps_scalwin   0x1d8 /* 472 - short - PpScan window range for output Scaling */

Definition at line 407 of file ge_imageFileOffsets.h.

◆ _CT_pps_thetafix

#define _CT_pps_thetafix   0x1de /* 478 - short - PpScan Theta Fix (Angle Correction) */

Definition at line 410 of file ge_imageFileOffsets.h.

◆ _CT_psc

#define _CT_psc   0x25a /* 602 - short - Primary Speed Correction Used */

Definition at line 445 of file ge_imageFileOffsets.h.

◆ _CT_qcalfile

#define _CT_qcalfile   0x1b4 /* 436 - char[13] - Source of the qcal vectors */

Definition at line 399 of file ge_imageFileOffsets.h.

◆ _CT_rawdataflag

#define _CT_rawdataflag   0x174 /* 372 - short - Save Raw Data Flag */

Definition at line 381 of file ge_imageFileOffsets.h.

◆ _CT_reconalg

#define _CT_reconalg   0x13a /* 314 - short - Recon Algorithm */

Definition at line 356 of file ge_imageFileOffsets.h.

◆ _CT_recondataset

#define _CT_recondataset   0x1e6 /* 486 - short - Dependent on #views processed */

Definition at line 414 of file ge_imageFileOffsets.h.

◆ _CT_ref1_blocked

#define _CT_ref1_blocked   0x2c0 /* 704 - Unsign short - No Views Ref1 Channel Blocked */

Definition at line 469 of file ge_imageFileOffsets.h.

◆ _CT_ref2_blocked

#define _CT_ref2_blocked   0x2c2 /* 706 - Unsign short - No Views Ref2 Channel Blocked */

Definition at line 470 of file ge_imageFileOffsets.h.

◆ _CT_ref3_blocked

#define _CT_ref3_blocked   0x2c4 /* 708 - Unsign short - No Views Ref3 Channel Blocked */

Definition at line 471 of file ge_imageFileOffsets.h.

◆ _CT_ref4_blocked

#define _CT_ref4_blocked   0x2c6 /* 710 - Unsign short - No Views Ref4 Channel Blocked */

Definition at line 472 of file ge_imageFileOffsets.h.

◆ _CT_ref5_blocked

#define _CT_ref5_blocked   0x2c8 /* 712 - Unsign short - No Views Ref5 Channel Blocked */

Definition at line 473 of file ge_imageFileOffsets.h.

◆ _CT_ref_chan

#define _CT_ref_chan   0x254 /* 596 - short - Reference Channel Used */

Definition at line 443 of file ge_imageFileOffsets.h.

◆ _CT_ref_img

#define _CT_ref_img   0x262 /* 610 - char[1] - Reference Image Field */

Definition at line 448 of file ge_imageFileOffsets.h.

◆ _CT_refchan1

#define _CT_refchan1   0x160 /* 352 - short - z or q channel */

Definition at line 372 of file ge_imageFileOffsets.h.

◆ _CT_refchan2

#define _CT_refchan2   0x162 /* 354 - short - Reference channel 1 */

Definition at line 373 of file ge_imageFileOffsets.h.

◆ _CT_refchan3

#define _CT_refchan3   0x164 /* 356 - short - Reference channel 2 */

Definition at line 374 of file ge_imageFileOffsets.h.

◆ _CT_refchan4

#define _CT_refchan4   0x166 /* 358 - short - Reference channel 3 */

Definition at line 375 of file ge_imageFileOffsets.h.

◆ _CT_refchan5

#define _CT_refchan5   0x168 /* 360 - short - Reference channel 4 */

Definition at line 376 of file ge_imageFileOffsets.h.

◆ _CT_refchan6

#define _CT_refchan6   0x16a /* 362 - short - Reference channel 5 */

Definition at line 377 of file ge_imageFileOffsets.h.

◆ _CT_regxm

#define _CT_regxm   0x12a /* 298 - int - DAS reg xm */

Definition at line 350 of file ge_imageFileOffsets.h.

◆ _CT_rightrefavg

#define _CT_rightrefavg   0x214 /* 532 - float - avg of right ref chans over */

Definition at line 428 of file ge_imageFileOffsets.h.

◆ _CT_rightrefmax

#define _CT_rightrefmax   0x218 /* 536 - float - max right chan value over views */

Definition at line 429 of file ge_imageFileOffsets.h.

◆ _CT_rl_ras

#define _CT_rl_ras   0x1d0 /* 464 - char[1] - RAS letter for side of image */

Definition at line 402 of file ge_imageFileOffsets.h.

◆ _CT_rotorspeed

#define _CT_rotorspeed   0x1f4 /* 500 - short - Tube Rotor Speed */

Definition at line 418 of file ge_imageFileOffsets.h.

◆ _CT_rottyp

#define _CT_rottyp   0x172 /* 370 - short - Prescribed rotation type */

Definition at line 380 of file ge_imageFileOffsets.h.

◆ _CT_scalemax

#define _CT_scalemax   0x1ac /* 428 - float - Scaling value of the image data */

Definition at line 397 of file ge_imageFileOffsets.h.

◆ _CT_scalemin

#define _CT_scalemin   0x1a8 /* 424 - float - Scaling value of the image data */

Definition at line 396 of file ge_imageFileOffsets.h.

◆ _CT_scannum

#define _CT_scannum   0x150 /* 336 - short - Scan Number */

Definition at line 365 of file ge_imageFileOffsets.h.

◆ _CT_scanopmode

#define _CT_scanopmode   0x116 /* 278 - int - Scan Type */

Definition at line 345 of file ge_imageFileOffsets.h.

◆ _CT_scanspacing

#define _CT_scanspacing   0x74 /* 116 - float - Spacing between scans (mm?) */

Definition at line 302 of file ge_imageFileOffsets.h.

◆ _CT_scdatasize

#define _CT_scdatasize   0x15c /* 348 - int - data size for scan data */

Definition at line 371 of file ge_imageFileOffsets.h.

◆ _CT_screenformat

#define _CT_screenformat   0x70 /* 112 - short - Screen Format(8/16 bit) */

Definition at line 300 of file ge_imageFileOffsets.h.

◆ _CT_sct_anref

#define _CT_sct_anref   0x1d4 /* 468 - char[3] - Anatomical reference for scout */

Definition at line 406 of file ge_imageFileOffsets.h.

◆ _CT_sctend

#define _CT_sctend   0xc6 /* 198 - float - Table End Location */

Definition at line 324 of file ge_imageFileOffsets.h.

◆ _CT_sctend_ras

#define _CT_sctend_ras   0x1d3 /* 467 - char[1] - RAS letter for scout end loc */

Definition at line 405 of file ge_imageFileOffsets.h.

◆ _CT_sctime

#define _CT_sctime   0x16 /* 22 - float - Duration of scan (secs) */

Definition at line 284 of file ge_imageFileOffsets.h.

◆ _CT_sctstr

#define _CT_sctstr   0xc2 /* 194 - float - Table Start Location */

Definition at line 323 of file ge_imageFileOffsets.h.

◆ _CT_sctstr_ras

#define _CT_sctstr_ras   0x1d2 /* 466 - char[1] - RAS letter for scout start loc */

Definition at line 404 of file ge_imageFileOffsets.h.

◆ _CT_segnum

#define _CT_segnum   0x144 /* 324 - short - Segment Number */

Definition at line 361 of file ge_imageFileOffsets.h.

◆ _CT_segstotal

#define _CT_segstotal   0x146 /* 326 - short - Total Number of Segments Requested */

Definition at line 362 of file ge_imageFileOffsets.h.

◆ _CT_serrx

#define _CT_serrx   0x6c /* 108 - short - Series from which prescribed */

Definition at line 298 of file ge_imageFileOffsets.h.

◆ _CT_sfovmm

#define _CT_sfovmm   0x14c /* 332 - float - Scan field of view (mm) */

Definition at line 364 of file ge_imageFileOffsets.h.

◆ _CT_sfovtyp

#define _CT_sfovtyp   0x132 /* 306 - short - Axial Type */

Definition at line 352 of file ge_imageFileOffsets.h.

◆ _CT_sitilt

#define _CT_sitilt   0x1f8 /* 504 - float - Rxd gantry tilt - not annotated */

Definition at line 420 of file ge_imageFileOffsets.h.

◆ _CT_slop_float_1

#define _CT_slop_float_1   0x27c /* 636 - float - Float Slop Field 1 */

Definition at line 457 of file ge_imageFileOffsets.h.

◆ _CT_slop_float_2

#define _CT_slop_float_2   0x280 /* 640 - float - Float Slop Field 2 */

Definition at line 458 of file ge_imageFileOffsets.h.

◆ _CT_slop_float_3

#define _CT_slop_float_3   0x284 /* 644 - float - Float Slop Field 3 */

Definition at line 459 of file ge_imageFileOffsets.h.

◆ _CT_slop_float_4

#define _CT_slop_float_4   0x288 /* 648 - float - Float Slop Field 4 */

Definition at line 460 of file ge_imageFileOffsets.h.

◆ _CT_slop_float_5

#define _CT_slop_float_5   0x28c /* 652 - float - Float Slop Field 5 */

Definition at line 461 of file ge_imageFileOffsets.h.

◆ _CT_slop_int_1

#define _CT_slop_int_1   0x268 /* 616 - int - Integer Slop Field 1 */

Definition at line 452 of file ge_imageFileOffsets.h.

◆ _CT_slop_int_2

#define _CT_slop_int_2   0x26c /* 620 - int - Integer Slop Field 2 */

Definition at line 453 of file ge_imageFileOffsets.h.

◆ _CT_slop_int_3

#define _CT_slop_int_3   0x270 /* 624 - int - Integer Slop Field 3 */

Definition at line 454 of file ge_imageFileOffsets.h.

◆ _CT_slop_int_4

#define _CT_slop_int_4   0x274 /* 628 - int - Integer Slop Field 4 */

Definition at line 455 of file ge_imageFileOffsets.h.

◆ _CT_slop_int_5

#define _CT_slop_int_5   0x278 /* 632 - int - Integer Slop Field 5 */

Definition at line 456 of file ge_imageFileOffsets.h.

◆ _CT_slop_str_1

#define _CT_slop_str_1   0x290 /* 656 - char[16] - String Slop Field 1 */

Definition at line 462 of file ge_imageFileOffsets.h.

◆ _CT_slop_str_2

#define _CT_slop_str_2   0x2a0 /* 672 - char[16] - String Slop Field 2 */

Definition at line 463 of file ge_imageFileOffsets.h.

◆ _CT_slthick

#define _CT_slthick   0x1a /* 26 - float - Slice Thickness (mm) */

Definition at line 285 of file ge_imageFileOffsets.h.

◆ _CT_sop_uid

#define _CT_sop_uid   0x2f4 /* 756 - char[32] - Service Obj Class Unique ID */

Definition at line 477 of file ge_imageFileOffsets.h.

◆ _CT_spot_pos

#define _CT_spot_pos   0x1e4 /* 484 - short - tube focal spot position */

Definition at line 413 of file ge_imageFileOffsets.h.

◆ _CT_spot_size

#define _CT_spot_size   0x1e2 /* 482 - short - tube focal spot size */

Definition at line 412 of file ge_imageFileOffsets.h.

◆ _CT_statflag

#define _CT_statflag   0x140 /* 320 - short - Stat Recon flag */

Definition at line 359 of file ge_imageFileOffsets.h.

◆ _CT_strtscantime

#define _CT_strtscantime   0x1ea /* 490 - double - Start time(secs) of this scan */

Definition at line 416 of file ge_imageFileOffsets.h.

◆ _CT_sum_img

#define _CT_sum_img   0x263 /* 611 - char[1] - Summary Image Field */

Definition at line 449 of file ge_imageFileOffsets.h.

◆ _CT_targcen_A

#define _CT_targcen_A   0x200 /* 512 - float - A/P coordinate for target recon center */

Definition at line 422 of file ge_imageFileOffsets.h.

◆ _CT_targcen_R

#define _CT_targcen_R   0x1fc /* 508 - float - R/L coordinate for target recon center */

Definition at line 421 of file ge_imageFileOffsets.h.

◆ _CT_tblht

#define _CT_tblht   0xce /* 206 - float - Table Height */

Definition at line 326 of file ge_imageFileOffsets.h.

◆ _CT_tblspd

#define _CT_tblspd   0xca /* 202 - float - Table Speed (mm/sec) */

Definition at line 325 of file ge_imageFileOffsets.h.

◆ _CT_tlhc_A

#define _CT_tlhc_A   0x9e /* 158 - float - A Coord of Top Left Hand */

Definition at line 314 of file ge_imageFileOffsets.h.

◆ _CT_tlhc_R

#define _CT_tlhc_R   0x9a /* 154 - float - R Coord of Top Left Hand */

Definition at line 313 of file ge_imageFileOffsets.h.

◆ _CT_tlhc_S

#define _CT_tlhc_S   0xa2 /* 162 - float - S Coord of Top Left Hand */

Definition at line 315 of file ge_imageFileOffsets.h.

◆ _CT_totrefchan

#define _CT_totrefchan   0x15a /* 346 - short - Total Number of Ref Channels */

Definition at line 370 of file ge_imageFileOffsets.h.

◆ _CT_trhc_A

#define _CT_trhc_A   0xaa /* 170 - float - A Coord of Top Right Hand */

Definition at line 317 of file ge_imageFileOffsets.h.

◆ _CT_trhc_R

#define _CT_trhc_R   0xa6 /* 166 - float - R Coord of Top Right Hand */

Definition at line 316 of file ge_imageFileOffsets.h.

◆ _CT_trhc_S

#define _CT_trhc_S   0xae /* 174 - float - S Coord of Top Right Hand */

Definition at line 318 of file ge_imageFileOffsets.h.

◆ _CT_trigfreq

#define _CT_trigfreq   0x10a /* 266 - float - Trigger frequency */

Definition at line 342 of file ge_imageFileOffsets.h.

◆ _CT_trigmode

#define _CT_trigmode   0x1f6 /* 502 - short - TGGC Trigger Mode */

Definition at line 419 of file ge_imageFileOffsets.h.

◆ _CT_trigon

#define _CT_trigon   0xf0 /* 240 - float - Trigger on Position */

Definition at line 335 of file ge_imageFileOffsets.h.

◆ _CT_trigsrc

#define _CT_trigsrc   0x10e /* 270 - int - DAS trigger source */

Definition at line 343 of file ge_imageFileOffsets.h.

◆ _CT_view1ang

#define _CT_view1ang   0x106 /* 262 - float - Angle of first view */

Definition at line 341 of file ge_imageFileOffsets.h.

◆ _CT_viewcompfctr

#define _CT_viewcompfctr   0x154 /* 340 - short - View Compression Factor */

Definition at line 367 of file ge_imageFileOffsets.h.

◆ _CT_viewinc

#define _CT_viewinc   0x1a0 /* 416 - int - Increment between views */

Definition at line 394 of file ge_imageFileOffsets.h.

◆ _CT_viewstrtchan

#define _CT_viewstrtchan   0x152 /* 338 - short - Starting Channel of View */

Definition at line 366 of file ge_imageFileOffsets.h.

◆ _CT_windowrange

#define _CT_windowrange   0x1a4 /* 420 - int - Window Range (0..4095) */

Definition at line 395 of file ge_imageFileOffsets.h.

◆ _CT_wordsperview

#define _CT_wordsperview   0x1ce /* 462 - short - Number of words per view */

Definition at line 401 of file ge_imageFileOffsets.h.

◆ _CT_xmpat

#define _CT_xmpat   0x16e /* 366 - int - DAS xm pattern */

Definition at line 379 of file ge_imageFileOffsets.h.

◆ _CT_xraydelay

#define _CT_xraydelay   0x314 /* 788 - float - Start Scan To Xray On Delay */

Definition at line 478 of file ge_imageFileOffsets.h.

◆ _CT_xrayduration

#define _CT_xrayduration   0x318 /* 792 - float - Duration Of Xray On */

Definition at line 479 of file ge_imageFileOffsets.h.

◆ _CT_xrayoff

#define _CT_xrayoff   0xfc /* 252 - float - X-Ray Off Position */

Definition at line 338 of file ge_imageFileOffsets.h.

◆ _CT_xrayon

#define _CT_xrayon   0xf8 /* 248 - float - X-Ray On Position */

Definition at line 337 of file ge_imageFileOffsets.h.

◆ _CT_z_blocked

#define _CT_z_blocked   0x2be /* 702 - Unsign short - No Views z Channel Blocked */

Definition at line 468 of file ge_imageFileOffsets.h.

◆ _CT_zavg

#define _CT_zavg   0x208 /* 520 - float - Z chan avg over views */

Definition at line 425 of file ge_imageFileOffsets.h.

◆ _EX_cellspace

#define _EX_cellspace   0x36 /* 54 - float - Cell spacing */

Definition at line 126 of file ge_imageFileOffsets.h.

◆ _EX_dastyp

#define _EX_dastyp   0x44 /* 68 - int - DAS type */

Definition at line 130 of file ge_imageFileOffsets.h.

◆ _EX_dcn_density

#define _EX_dcn_density   0x4a /* 74 - short - Decon Kernal density */

Definition at line 133 of file ge_imageFileOffsets.h.

◆ _EX_dcn_len

#define _EX_dcn_len   0x48 /* 72 - short - Number of elements in a Decon Kernal */

Definition at line 132 of file ge_imageFileOffsets.h.

◆ _EX_dcn_shiftcnt

#define _EX_dcn_shiftcnt   0x4e /* 78 - short - Decon Kernal Shift Count */

Definition at line 135 of file ge_imageFileOffsets.h.

◆ _EX_dcn_stepsize

#define _EX_dcn_stepsize   0x4c /* 76 - short - Decon Kernal stepsize */

Definition at line 134 of file ge_imageFileOffsets.h.

◆ _EX_detect

#define _EX_detect   0x2c /* 44 - short - Detector Type */

Definition at line 123 of file ge_imageFileOffsets.h.

◆ _EX_diagrad

#define _EX_diagrad   0xf5 /* 245 - char[33] - Diagnostician/Radiologist */

Definition at line 148 of file ge_imageFileOffsets.h.

◆ _EX_ex_alloc_key

#define _EX_ex_alloc_key   0x14e /* 334 - char[13] - Process that allocated this record */

Definition at line 157 of file ge_imageFileOffsets.h.

◆ _EX_ex_checksum

#define _EX_ex_checksum   0x164 /* 356 - u_int - Exam Record Checksum */

Definition at line 161 of file ge_imageFileOffsets.h.

◆ _EX_ex_complete

#define _EX_ex_complete   0x168 /* 360 - int - Exam Complete Flag */

Definition at line 162 of file ge_imageFileOffsets.h.

◆ _EX_ex_datetime

#define _EX_ex_datetime   0xd0 /* 208 - int - Exam date/time stamp */

Definition at line 146 of file ge_imageFileOffsets.h.

◆ _EX_ex_delta_cnt

#define _EX_ex_delta_cnt   0x15c /* 348 - int - Indicates number of updates to header */

Definition at line 158 of file ge_imageFileOffsets.h.

◆ _EX_ex_desc

#define _EX_ex_desc   0x11a /* 282 - char[23] - Exam Description */

Definition at line 150 of file ge_imageFileOffsets.h.

◆ _EX_ex_diskid

#define _EX_ex_diskid   0x6 /* 6 - char - Disk ID for this Exam */

Definition at line 120 of file ge_imageFileOffsets.h.

◆ _EX_ex_format

#define _EX_ex_format   0x134 /* 308 - short - Exam Format */

Definition at line 152 of file ge_imageFileOffsets.h.

◆ _EX_ex_lastmod

#define _EX_ex_lastmod   0x148 /* 328 - int - Date/Time of Last Change */

Definition at line 155 of file ge_imageFileOffsets.h.

◆ _EX_ex_modelcnt

#define _EX_ex_modelcnt   0x1a8 /* 424 - int - Number of ThreeD Models */

Definition at line 174 of file ge_imageFileOffsets.h.

◆ _EX_ex_modelnum

#define _EX_ex_modelnum   0x1a4 /* 420 - int - Last Model Number used */

Definition at line 173 of file ge_imageFileOffsets.h.

◆ _EX_ex_models

#define _EX_ex_models   0x1ac /* 428 - VARTYPE - ThreeD Model Keys for Exam */

Definition at line 175 of file ge_imageFileOffsets.h.

◆ _EX_ex_no

#define _EX_ex_no   0x8 /* 8 - u_short - Exam Number */

Definition at line 121 of file ge_imageFileOffsets.h.

◆ _EX_ex_numarch

#define _EX_ex_numarch   0x170 /* 368 - int - Number of Series Archived */

Definition at line 164 of file ge_imageFileOffsets.h.

◆ _EX_ex_numseries

#define _EX_ex_numseries   0x174 /* 372 - int - Number of Series Existing */

Definition at line 165 of file ge_imageFileOffsets.h.

◆ _EX_ex_numunser

#define _EX_ex_numunser   0x180 /* 384 - int - Number of Unstored Series */

Definition at line 167 of file ge_imageFileOffsets.h.

◆ _EX_ex_padding

#define _EX_ex_padding   0x1fc /* 508 - char[518] - Spare Space */

Definition at line 181 of file ge_imageFileOffsets.h.

◆ _EX_ex_prosp

#define _EX_ex_prosp   0x19c /* 412 - VARTYPE - Prospective/Scout Series Keys for this Exam */

Definition at line 172 of file ge_imageFileOffsets.h.

◆ _EX_ex_prospcnt

#define _EX_ex_prospcnt   0x198 /* 408 - int - Number of Prospective/Scout Series */

Definition at line 171 of file ge_imageFileOffsets.h.

◆ _EX_ex_series

#define _EX_ex_series   0x178 /* 376 - VARTYPE - Series Keys for this Exam */

Definition at line 166 of file ge_imageFileOffsets.h.

◆ _EX_ex_seriesct

#define _EX_ex_seriesct   0x16c /* 364 - int - Last Series Number Used */

Definition at line 163 of file ge_imageFileOffsets.h.

◆ _EX_ex_stat

#define _EX_ex_stat   0x1b4 /* 436 - short - Patient Status */

Definition at line 176 of file ge_imageFileOffsets.h.

◆ _EX_ex_suid

#define _EX_ex_suid   0x0 /* 0 - char[4] - Suite ID for this Exam */

Definition at line 118 of file ge_imageFileOffsets.h.

◆ _EX_ex_sysid

#define _EX_ex_sysid   0x13e /* 318 - char[9] - Creator Suite and Host */

Definition at line 154 of file ge_imageFileOffsets.h.

◆ _EX_ex_toarchcnt

#define _EX_ex_toarchcnt   0x18c /* 396 - int - Number of Unarchived Series */

Definition at line 169 of file ge_imageFileOffsets.h.

◆ _EX_ex_toarchive

#define _EX_ex_toarchive   0x190 /* 400 - VARTYPE - Unarchived Series Keys for this Exam */

Definition at line 170 of file ge_imageFileOffsets.h.

◆ _EX_ex_typ

#define _EX_ex_typ   0x131 /* 305 - char[3] - Exam Type */

Definition at line 151 of file ge_imageFileOffsets.h.

◆ _EX_ex_uniq

#define _EX_ex_uniq   0x4 /* 4 - short - Make-Unique Flag */

Definition at line 119 of file ge_imageFileOffsets.h.

◆ _EX_ex_unseries

#define _EX_ex_unseries   0x184 /* 388 - VARTYPE - Unstored Series Keys for this Exam */

Definition at line 168 of file ge_imageFileOffsets.h.

◆ _EX_ex_verscre

#define _EX_ex_verscre   0x160 /* 352 - char[2] - Version - Created */

Definition at line 159 of file ge_imageFileOffsets.h.

◆ _EX_ex_verscur

#define _EX_ex_verscur   0x162 /* 354 - char[2] - Version - Now */

Definition at line 160 of file ge_imageFileOffsets.h.

◆ _EX_firstaxtime

#define _EX_firstaxtime   0x136 /* 310 - double - Start time(secs) of first axial in exam */

Definition at line 153 of file ge_imageFileOffsets.h.

◆ _EX_hist

#define _EX_hist   0x86 /* 134 - char[61] - Patient History */

Definition at line 144 of file ge_imageFileOffsets.h.

◆ _EX_hospname

#define _EX_hospname   0xa /* 10 - char[33] - Hospital Name */

Definition at line 122 of file ge_imageFileOffsets.h.

◆ _EX_magstrength

#define _EX_magstrength   0x50 /* 80 - int - Magnet strength (in gauss) */

Definition at line 136 of file ge_imageFileOffsets.h.

◆ _EX_mobile_loc

#define _EX_mobile_loc   0x1d6 /* 470 - char[4] - Mobile Location Number */

Definition at line 179 of file ge_imageFileOffsets.h.

◆ _EX_num_dcnk

#define _EX_num_dcnk   0x46 /* 70 - short - Number of Decon Kernals */

Definition at line 131 of file ge_imageFileOffsets.h.

◆ _EX_numcells

#define _EX_numcells   0x2e /* 46 - int - Number of cells in det */

Definition at line 124 of file ge_imageFileOffsets.h.

◆ _EX_op

#define _EX_op   0x116 /* 278 - char[4] - Operator */

Definition at line 149 of file ge_imageFileOffsets.h.

◆ _EX_patage

#define _EX_patage   0x7a /* 122 - short - Patient Age (years, months or days) */

Definition at line 139 of file ge_imageFileOffsets.h.

◆ _EX_patian

#define _EX_patian   0x7c /* 124 - short - Patient Age Notation */

Definition at line 140 of file ge_imageFileOffsets.h.

◆ _EX_patid

#define _EX_patid   0x54 /* 84 - char[13] - Patient ID for this Exam */

Definition at line 137 of file ge_imageFileOffsets.h.

◆ _EX_patname

#define _EX_patname   0x61 /* 97 - char[25] - Patient Name */

Definition at line 138 of file ge_imageFileOffsets.h.

◆ _EX_patsex

#define _EX_patsex   0x7e /* 126 - short - Patient Sex */

Definition at line 141 of file ge_imageFileOffsets.h.

◆ _EX_patweight

#define _EX_patweight   0x80 /* 128 - int - Patient Weight */

Definition at line 142 of file ge_imageFileOffsets.h.

◆ _EX_protocolflag

#define _EX_protocolflag   0x14c /* 332 - short - Non-Zero indicates Protocol Exam */

Definition at line 156 of file ge_imageFileOffsets.h.

◆ _EX_refphy

#define _EX_refphy   0xd4 /* 212 - char[33] - Referring Physician */

Definition at line 147 of file ge_imageFileOffsets.h.

◆ _EX_reqnum

#define _EX_reqnum   0xc3 /* 195 - char[13] - Requisition Number */

Definition at line 145 of file ge_imageFileOffsets.h.

◆ _EX_service_id

#define _EX_service_id   0x1c6 /* 454 - char[16] - Unique Service ID */

Definition at line 178 of file ge_imageFileOffsets.h.

◆ _EX_sizeof

#define _EX_sizeof   0x400 /* 1024 - sizeof EXAMDATATYPE */

Definition at line 182 of file ge_imageFileOffsets.h.

◆ _EX_srctodet

#define _EX_srctodet   0x3a /* 58 - float - Distance from source to detector */

Definition at line 127 of file ge_imageFileOffsets.h.

◆ _EX_srctoiso

#define _EX_srctoiso   0x3e /* 62 - float - Distance from source to iso */

Definition at line 128 of file ge_imageFileOffsets.h.

◆ _EX_study_uid

#define _EX_study_uid   0x1da /* 474 - char[32] - Study Entity Unique ID */

Definition at line 180 of file ge_imageFileOffsets.h.

◆ _EX_trauma

#define _EX_trauma   0x84 /* 132 - short - Trauma Flag */

Definition at line 143 of file ge_imageFileOffsets.h.

◆ _EX_tubetyp

#define _EX_tubetyp   0x42 /* 66 - short - Tube type */

Definition at line 129 of file ge_imageFileOffsets.h.

◆ _EX_uniq_sys_id

#define _EX_uniq_sys_id   0x1b6 /* 438 - char[16] - Unique System ID */

Definition at line 177 of file ge_imageFileOffsets.h.

◆ _EX_zerocell

#define _EX_zerocell   0x32 /* 50 - float - Cell number at theta */

Definition at line 125 of file ge_imageFileOffsets.h.

◆ _HS_hs_bins

#define _HS_hs_bins   0x814 /* 2068 - u_short[1024] - histogram bins */

Definition at line 102 of file ge_imageFileOffsets.h.

◆ _HS_hs_first

#define _HS_hs_first   0xe /* 14 - short - first histogram entry used for <hs_sd> */

Definition at line 99 of file ge_imageFileOffsets.h.

◆ _HS_hs_length

#define _HS_hs_length   0x12 /* 18 - short - number of bins in the histogram area */

Definition at line 101 of file ge_imageFileOffsets.h.

◆ _HS_hs_max

#define _HS_hs_max   0xc /* 12 - short - maximum pixel data value */

Definition at line 98 of file ge_imageFileOffsets.h.

◆ _HS_hs_mean

#define _HS_hs_mean   0x8 /* 8 - short - rounded mean pixel data value */

Definition at line 96 of file ge_imageFileOffsets.h.

◆ _HS_hs_min

#define _HS_hs_min   0xa /* 10 - short - minimum pixel data value */

Definition at line 97 of file ge_imageFileOffsets.h.

◆ _HS_hs_region

#define _HS_hs_region   0x10 /* 16 - short - region entries used for <hs_sd> */

Definition at line 100 of file ge_imageFileOffsets.h.

◆ _HS_hs_sd

#define _HS_hs_sd   0x4 /* 4 - float - standard deviation of pixel data value */

Definition at line 95 of file ge_imageFileOffsets.h.

◆ _HS_hs_version

#define _HS_hs_version   0x0 /* 0 - int - version of the histogram structure */

Definition at line 94 of file ge_imageFileOffsets.h.

◆ _IH_img_bgshade

#define _IH_img_bgshade   0x20 /* 32 - int - background shade to use for non-image */

Definition at line 58 of file ge_imageFileOffsets.h.

◆ _IH_img_bot_offset

#define _IH_img_bot_offset   0x30 /* 48 - int - number of blank lines at image bottom */

Definition at line 62 of file ge_imageFileOffsets.h.

◆ _IH_img_checksum

#define _IH_img_checksum   0x36 /* 54 - u_short - 16 bit end_around_carry sum of pixels */

Definition at line 64 of file ge_imageFileOffsets.h.

◆ _IH_img_compress

#define _IH_img_compress   0x14 /* 20 - int - type of compression; see IC_* below */

Definition at line 48 of file ge_imageFileOffsets.h.

◆ _IH_img_depth

#define _IH_img_depth   0x10 /* 16 - int - depth (1, 8, 16, or 24 bits) of */

Definition at line 47 of file ge_imageFileOffsets.h.

◆ _IH_img_dlevel

#define _IH_img_dlevel   0x1c /* 28 - int - default level setting */

Definition at line 57 of file ge_imageFileOffsets.h.

◆ _IH_img_dwindow

#define _IH_img_dwindow   0x18 /* 24 - int - default window setting */

Definition at line 56 of file ge_imageFileOffsets.h.

◆ _IH_img_hdr_length

#define _IH_img_hdr_length   0x4 /* 4 - int - a byte displacement to the <pixel data area> */

Definition at line 44 of file ge_imageFileOffsets.h.

◆ _IH_img_height

#define _IH_img_height   0xc /* 12 - int - height (pixels) of image */

Definition at line 46 of file ge_imageFileOffsets.h.

◆ _IH_img_l_compress

#define _IH_img_l_compress   0x4c /* 76 - int - byte length of <compression control> */

Definition at line 70 of file ge_imageFileOffsets.h.

◆ _IH_img_l_dbHdr

#define _IH_img_l_dbHdr   0x6c /* 108 - int - byte length of <data base header data> */

Definition at line 78 of file ge_imageFileOffsets.h.

◆ _IH_img_l_exam

#define _IH_img_l_exam   0x88 /* 136 - int - byte length of <exam> header data */

Definition at line 85 of file ge_imageFileOffsets.h.

◆ _IH_img_l_graphics

#define _IH_img_l_graphics   0x64 /* 100 - int - byte length of <graphics plane data> */

Definition at line 76 of file ge_imageFileOffsets.h.

◆ _IH_img_l_histo

#define _IH_img_l_histo   0x54 /* 84 - int - byte length of <histogram control> */

Definition at line 72 of file ge_imageFileOffsets.h.

◆ _IH_img_l_id

#define _IH_img_l_id   0x3c /* 60 - int - byte length of unique image identifier */

Definition at line 66 of file ge_imageFileOffsets.h.

◆ _IH_img_l_image

#define _IH_img_l_image   0x98 /* 152 - int - byte length of <image> header data */

Definition at line 89 of file ge_imageFileOffsets.h.

◆ _IH_img_l_series

#define _IH_img_l_series   0x90 /* 144 - int - byte length of <series> header data */

Definition at line 87 of file ge_imageFileOffsets.h.

◆ _IH_img_l_suite

#define _IH_img_l_suite   0x80 /* 128 - int - byte length of <suite> header data */

Definition at line 83 of file ge_imageFileOffsets.h.

◆ _IH_img_l_text

#define _IH_img_l_text   0x5c /* 92 - int - byte length of <text plane data> */

Definition at line 74 of file ge_imageFileOffsets.h.

◆ _IH_img_l_unpack

#define _IH_img_l_unpack   0x44 /* 68 - int - byte length of <unpack control> */

Definition at line 68 of file ge_imageFileOffsets.h.

◆ _IH_img_l_user

#define _IH_img_l_user   0x78 /* 120 - int - byte length of user defined data */

Definition at line 81 of file ge_imageFileOffsets.h.

◆ _IH_img_levelOffset

#define _IH_img_levelOffset   0x70 /* 112 - int - value to add to stored Pixel Data values */

Definition at line 79 of file ge_imageFileOffsets.h.

◆ _IH_img_magic

#define _IH_img_magic   0x0 /* 0 - int - magic number */

Definition at line 43 of file ge_imageFileOffsets.h.

◆ _IH_img_ovrflow

#define _IH_img_ovrflow   0x24 /* 36 - int - overflow value */

Definition at line 59 of file ge_imageFileOffsets.h.

◆ _IH_img_p_compress

#define _IH_img_p_compress   0x48 /* 72 - int - a byte disp to <compression control> */

Definition at line 69 of file ge_imageFileOffsets.h.

◆ _IH_img_p_dbHdr

#define _IH_img_p_dbHdr   0x68 /* 104 - int - a byte disp to <data base header data> */

Definition at line 77 of file ge_imageFileOffsets.h.

◆ _IH_img_p_exam

#define _IH_img_p_exam   0x84 /* 132 - int - byte displacement to <exam> header data */

Definition at line 84 of file ge_imageFileOffsets.h.

◆ _IH_img_p_graphics

#define _IH_img_p_graphics   0x60 /* 96 - int - a byte disp to <graphics plane data> */

Definition at line 75 of file ge_imageFileOffsets.h.

◆ _IH_img_p_histo

#define _IH_img_p_histo   0x50 /* 80 - int - a byte disp to <histogram control> */

Definition at line 71 of file ge_imageFileOffsets.h.

◆ _IH_img_p_id

#define _IH_img_p_id   0x38 /* 56 - int - a byte disp to unique image identifier */

Definition at line 65 of file ge_imageFileOffsets.h.

◆ _IH_img_p_image

#define _IH_img_p_image   0x94 /* 148 - int - byte displacement to <image> header data */

Definition at line 88 of file ge_imageFileOffsets.h.

◆ _IH_img_p_series

#define _IH_img_p_series   0x8c /* 140 - int - byte displacement to <series> header data */

Definition at line 86 of file ge_imageFileOffsets.h.

◆ _IH_img_p_suite

#define _IH_img_p_suite   0x7c /* 124 - int - byte displacement to <suite> header data */

Definition at line 82 of file ge_imageFileOffsets.h.

◆ _IH_img_p_text

#define _IH_img_p_text   0x58 /* 88 - int - a byte disp to <text plane data> */

Definition at line 73 of file ge_imageFileOffsets.h.

◆ _IH_img_p_unpack

#define _IH_img_p_unpack   0x40 /* 64 - int - a byte disp to <unpack control> */

Definition at line 67 of file ge_imageFileOffsets.h.

◆ _IH_img_p_user

#define _IH_img_p_user   0x74 /* 116 - int - byte displacement to user defined data */

Definition at line 80 of file ge_imageFileOffsets.h.

◆ _IH_img_top_offset

#define _IH_img_top_offset   0x2c /* 44 - int - number of blank lines at image top */

Definition at line 61 of file ge_imageFileOffsets.h.

◆ _IH_img_undflow

#define _IH_img_undflow   0x28 /* 40 - int - underflow value */

Definition at line 60 of file ge_imageFileOffsets.h.

◆ _IH_img_version

#define _IH_img_version   0x34 /* 52 - short - version of the header structure */

Definition at line 63 of file ge_imageFileOffsets.h.

◆ _IH_img_width

#define _IH_img_width   0x8 /* 8 - int - width (pixels) of image */

Definition at line 45 of file ge_imageFileOffsets.h.

◆ _IH_sizeof

#define _IH_sizeof   0x9c /* 156 - sizeof ImgHdr */

Definition at line 90 of file ge_imageFileOffsets.h.

◆ _MR_autoxmtfreq

#define _MR_autoxmtfreq   0x11a /* 282 - int - Auto Center Frequency (0.1 Hz) */

Definition at line 561 of file ge_imageFileOffsets.h.

◆ _MR_autoxmtgain

#define _MR_autoxmtgain   0x11e /* 286 - short - Auto Transmit Gain (0.1 dB) */

Definition at line 562 of file ge_imageFileOffsets.h.

◆ _MR_brhc_A

#define _MR_brhc_A   0xb6 /* 182 - float - A Coord of Bottom Right Hand Corner */

Definition at line 529 of file ge_imageFileOffsets.h.

◆ _MR_brhc_R

#define _MR_brhc_R   0xb2 /* 178 - float - R Coord of Bottom Right Hand Corner */

Definition at line 528 of file ge_imageFileOffsets.h.

◆ _MR_brhc_S

#define _MR_brhc_S   0xba /* 186 - float - S Coord of Bottom Right Hand Corner */

Definition at line 530 of file ge_imageFileOffsets.h.

◆ _MR_cal_fldstr

#define _MR_cal_fldstr   0x184 /* 388 - u_int - Calibrated Field Strength (x10 uGauss) */

Definition at line 579 of file ge_imageFileOffsets.h.

◆ _MR_cenfreq

#define _MR_cenfreq   0x128 /* 296 - short - Center Frequency Method */

Definition at line 566 of file ge_imageFileOffsets.h.

◆ _MR_cname

#define _MR_cname   0x16a /* 362 - char[17] - Coil Name */

Definition at line 575 of file ge_imageFileOffsets.h.

◆ _MR_contig

#define _MR_contig   0xde /* 222 - short - Continuous Slices Flag */

Definition at line 540 of file ge_imageFileOffsets.h.

◆ _MR_contmode

#define _MR_contmode   0x6a /* 106 - short - Image Contrast Mode */

Definition at line 506 of file ge_imageFileOffsets.h.

◆ _MR_contrastIV

#define _MR_contrastIV   0x48 /* 72 - char[17] - IV Contrast Agent */

Definition at line 504 of file ge_imageFileOffsets.h.

◆ _MR_contrastOral

#define _MR_contrastOral   0x59 /* 89 - char[17] - Oral Contrast Agent */

Definition at line 505 of file ge_imageFileOffsets.h.

◆ _MR_cphase

#define _MR_cphase   0x104 /* 260 - short - Total Cardiac Phase prescribed */

Definition at line 554 of file ge_imageFileOffsets.h.

◆ _MR_cphasenum

#define _MR_cphasenum   0x286 /* 646 - short - Cardiac Phase Number */

Definition at line 652 of file ge_imageFileOffsets.h.

◆ _MR_ctr_A

#define _MR_ctr_A   0x86 /* 134 - float - Center A coord of plane image */

Definition at line 517 of file ge_imageFileOffsets.h.

◆ _MR_ctr_R

#define _MR_ctr_R   0x82 /* 130 - float - Center R coord of plane image */

Definition at line 516 of file ge_imageFileOffsets.h.

◆ _MR_ctr_S

#define _MR_ctr_S   0x8a /* 138 - float - Center S coord of plane image */

Definition at line 518 of file ge_imageFileOffsets.h.

◆ _MR_ctyp

#define _MR_ctyp   0x168 /* 360 - short - Coil Type */

Definition at line 574 of file ge_imageFileOffsets.h.

◆ _MR_dfov

#define _MR_dfov   0x22 /* 34 - float - Display field of view - X (mm) */

Definition at line 497 of file ge_imageFileOffsets.h.

◆ _MR_dfov_rect

#define _MR_dfov_rect   0x26 /* 38 - float - Display field of view - Y (if different) */

Definition at line 498 of file ge_imageFileOffsets.h.

◆ _MR_dim_X

#define _MR_dim_X   0x2a /* 42 - float - Image dimension - X */

Definition at line 499 of file ge_imageFileOffsets.h.

◆ _MR_dim_Y

#define _MR_dim_Y   0x2e /* 46 - float - Image dimension - Y */

Definition at line 500 of file ge_imageFileOffsets.h.

◆ _MR_echo_trn_len

#define _MR_echo_trn_len   0x280 /* 640 - short - Echo Train Length for Fast Spin Echo */

Definition at line 649 of file ge_imageFileOffsets.h.

◆ _MR_echonum

#define _MR_echonum   0xd4 /* 212 - short - Echo Number */

Definition at line 537 of file ge_imageFileOffsets.h.

◆ _MR_flax

#define _MR_flax   0x23e /* 574 - short - Phase contrast flow axis */

Definition at line 631 of file ge_imageFileOffsets.h.

◆ _MR_forimgrev

#define _MR_forimgrev   0xbe /* 190 - char[4] - Foreign Image Revision */

Definition at line 531 of file ge_imageFileOffsets.h.

◆ _MR_fphase

#define _MR_fphase   0x2e2 /* 738 - int - Number Of Phases */

Definition at line 674 of file ge_imageFileOffsets.h.

◆ _MR_frac_echo

#define _MR_frac_echo   0x282 /* 642 - short - Fractional Echo - Effective TE Flag */

Definition at line 650 of file ge_imageFileOffsets.h.

◆ _MR_freq_dir

#define _MR_freq_dir   0x2e6 /* 742 - short - Frequency Direction */

Definition at line 675 of file ge_imageFileOffsets.h.

◆ _MR_gpre

#define _MR_gpre   0x190 /* 400 - short - Graphically prescribed */

Definition at line 583 of file ge_imageFileOffsets.h.

◆ _MR_hrtrate

#define _MR_hrtrate   0xe0 /* 224 - short - Cardiac Heart Rate (bpm) */

Definition at line 541 of file ge_imageFileOffsets.h.

◆ _MR_im_actual_dt

#define _MR_im_actual_dt   0x12 /* 18 - int - Actual Image date/time stamp */

Definition at line 492 of file ge_imageFileOffsets.h.

◆ _MR_im_alloc_key

#define _MR_im_alloc_key   0x1fa /* 506 - char[13] - */

Definition at line 610 of file ge_imageFileOffsets.h.

◆ _MR_im_archived

#define _MR_im_archived   0x220 /* 544 - int - Image Archive Flag */

Definition at line 618 of file ge_imageFileOffsets.h.

◆ _MR_im_checksum

#define _MR_im_checksum   0x21c /* 540 - u_int - AcqRecon record checksum */

Definition at line 617 of file ge_imageFileOffsets.h.

◆ _MR_im_complete

#define _MR_im_complete   0x224 /* 548 - int - Image Complete Flag */

Definition at line 619 of file ge_imageFileOffsets.h.

◆ _MR_im_compress

#define _MR_im_compress   0x78 /* 120 - short - Image compression type for allocation */

Definition at line 512 of file ge_imageFileOffsets.h.

◆ _MR_im_datetime

#define _MR_im_datetime   0xe /* 14 - int - Allocation Image date/time stamp */

Definition at line 491 of file ge_imageFileOffsets.h.

◆ _MR_im_diskid

#define _MR_im_diskid   0x6 /* 6 - char[1] - Disk ID for this Image */

Definition at line 487 of file ge_imageFileOffsets.h.

◆ _MR_im_exno

#define _MR_im_exno   0x8 /* 8 - u_short - Exam number for this image */

Definition at line 488 of file ge_imageFileOffsets.h.

◆ _MR_im_lastmod

#define _MR_im_lastmod   0x208 /* 520 - int - Date/Time of Last Change */

Definition at line 611 of file ge_imageFileOffsets.h.

◆ _MR_im_no

#define _MR_im_no   0xc /* 12 - short - Image Number */

Definition at line 490 of file ge_imageFileOffsets.h.

◆ _MR_im_pds_a

#define _MR_im_pds_a   0x210 /* 528 - int - PixelData size - as stored */

Definition at line 614 of file ge_imageFileOffsets.h.

◆ _MR_im_pds_c

#define _MR_im_pds_c   0x214 /* 532 - int - PixelData size - Compressed */

Definition at line 615 of file ge_imageFileOffsets.h.

◆ _MR_im_pds_u

#define _MR_im_pds_u   0x218 /* 536 - int - PixelData size - UnCompressed */

Definition at line 616 of file ge_imageFileOffsets.h.

◆ _MR_im_scouttype

#define _MR_im_scouttype   0x7a /* 122 - short - Scout Type (AP or lateral) */

Definition at line 513 of file ge_imageFileOffsets.h.

◆ _MR_im_seno

#define _MR_im_seno   0xa /* 10 - short - Series Number for this image */

Definition at line 489 of file ge_imageFileOffsets.h.

◆ _MR_im_suid

#define _MR_im_suid   0x0 /* 0 - char[4] - Suite id for this image */

Definition at line 485 of file ge_imageFileOffsets.h.

◆ _MR_im_uniq

#define _MR_im_uniq   0x4 /* 4 - short - The Make-Unique Flag */

Definition at line 486 of file ge_imageFileOffsets.h.

◆ _MR_im_verscre

#define _MR_im_verscre   0x20c /* 524 - char[2] - Genesis Version - Created */

Definition at line 612 of file ge_imageFileOffsets.h.

◆ _MR_im_verscur

#define _MR_im_verscur   0x20e /* 526 - char[2] - Genesis Version - Now */

Definition at line 613 of file ge_imageFileOffsets.h.

◆ _MR_image_type

#define _MR_image_type   0x248 /* 584 - short - Magnitude, Phase, Imaginary, or Real */

Definition at line 636 of file ge_imageFileOffsets.h.

◆ _MR_image_uid

#define _MR_image_uid   0x2ea /* 746 - char[32] - Image Unique ID */

Definition at line 677 of file ge_imageFileOffsets.h.

◆ _MR_imatrix_X

#define _MR_imatrix_X   0x1e /* 30 - short - Image matrix size - X */

Definition at line 495 of file ge_imageFileOffsets.h.

◆ _MR_imatrix_Y

#define _MR_imatrix_Y   0x20 /* 32 - short - Image matrix size - Y */

Definition at line 496 of file ge_imageFileOffsets.h.

◆ _MR_img_level

#define _MR_img_level   0x28e /* 654 - short - Level Value */

Definition at line 657 of file ge_imageFileOffsets.h.

◆ _MR_img_window

#define _MR_img_window   0x28c /* 652 - u_short - Window Value */

Definition at line 656 of file ge_imageFileOffsets.h.

◆ _MR_imgpcyc

#define _MR_imgpcyc   0xf6 /* 246 - short - Images per cardiac cycle */

Definition at line 548 of file ge_imageFileOffsets.h.

◆ _MR_imgrx

#define _MR_imgrx   0x6e /* 110 - short - Image from which prescribed */

Definition at line 508 of file ge_imageFileOffsets.h.

◆ _MR_imode

#define _MR_imode   0x12a /* 298 - short - Imaging Mode */

Definition at line 567 of file ge_imageFileOffsets.h.

◆ _MR_integrity

#define _MR_integrity   0x2e0 /* 736 - short - GE Image Integrity */

Definition at line 673 of file ge_imageFileOffsets.h.

◆ _MR_intr_del

#define _MR_intr_del   0x192 /* 402 - int - Interimage/interloc delay (uSec) */

Definition at line 584 of file ge_imageFileOffsets.h.

◆ _MR_iopt

#define _MR_iopt   0x12c /* 300 - int - Imaging Options */

Definition at line 568 of file ge_imageFileOffsets.h.

◆ _MR_loc

#define _MR_loc   0x7e /* 126 - float - Image location */

Definition at line 515 of file ge_imageFileOffsets.h.

◆ _MR_loc_ras

#define _MR_loc_ras   0x7c /* 124 - char[] - RAS letter of image location */

Definition at line 514 of file ge_imageFileOffsets.h.

◆ _MR_mindat

#define _MR_mindat   0x100 /* 256 - int - Minimum Delay after Trigger (uSec) */

Definition at line 553 of file ge_imageFileOffsets.h.

◆ _MR_monsar

#define _MR_monsar   0xee /* 238 - short - Monitor SAR flag */

Definition at line 545 of file ge_imageFileOffsets.h.

◆ _MR_mr_flip

#define _MR_mr_flip   0xfe /* 254 - short - Flip Angle for GRASS scans (deg.) */

Definition at line 552 of file ge_imageFileOffsets.h.

◆ _MR_mr_padding

#define _MR_mr_padding   0x35a /* 858 - char[212] - Spare Space */

Definition at line 679 of file ge_imageFileOffsets.h.

◆ _MR_MRIMAGEDATATYPE

#define _MR_MRIMAGEDATATYPE   0x3fe /* 1022 - sizeof - sizeof MRIMAGEDATATYPE */

Definition at line 680 of file ge_imageFileOffsets.h.

◆ _MR_nex

#define _MR_nex   0xda /* 218 - float - Number of Excitations */

Definition at line 539 of file ge_imageFileOffsets.h.

◆ _MR_norm_A

#define _MR_norm_A   0x92 /* 146 - float - Normal A coord */

Definition at line 520 of file ge_imageFileOffsets.h.

◆ _MR_norm_R

#define _MR_norm_R   0x8e /* 142 - float - Normal R coord */

Definition at line 519 of file ge_imageFileOffsets.h.

◆ _MR_norm_S

#define _MR_norm_S   0x96 /* 150 - float - Normal S coord */

Definition at line 521 of file ge_imageFileOffsets.h.

◆ _MR_numecho

#define _MR_numecho   0xd2 /* 210 - short - Number of echoes */

Definition at line 536 of file ge_imageFileOffsets.h.

◆ _MR_obplane

#define _MR_obplane   0x10e /* 270 - int - Oblique Plane */

Definition at line 558 of file ge_imageFileOffsets.h.

◆ _MR_pauseint

#define _MR_pauseint   0x108 /* 264 - short - Pause Interval (slices) */

Definition at line 556 of file ge_imageFileOffsets.h.

◆ _MR_pausetime

#define _MR_pausetime   0x10a /* 266 - float - Pause Time */

Definition at line 557 of file ge_imageFileOffsets.h.

◆ _MR_pdid

#define _MR_pdid   0x3a /* 58 - char[14] - Pixel Data ID */

Definition at line 503 of file ge_imageFileOffsets.h.

◆ _MR_pixsize_X

#define _MR_pixsize_X   0x32 /* 50 - float - Image pixel size - X */

Definition at line 501 of file ge_imageFileOffsets.h.

◆ _MR_pixsize_Y

#define _MR_pixsize_Y   0x36 /* 54 - float - Image pixel size - Y */

Definition at line 502 of file ge_imageFileOffsets.h.

◆ _MR_plane

#define _MR_plane   0x72 /* 114 - short - Plane Type */

Definition at line 510 of file ge_imageFileOffsets.h.

◆ _MR_prep_pulse

#define _MR_prep_pulse   0x284 /* 644 - short - Preporatory Pulse Option */

Definition at line 651 of file ge_imageFileOffsets.h.

◆ _MR_prescan_r1

#define _MR_prescan_r1   0x120 /* 288 - short - PreScan R1 - Analog */

Definition at line 563 of file ge_imageFileOffsets.h.

◆ _MR_prescan_r2

#define _MR_prescan_r2   0x122 /* 290 - short - PreScan R2 - Digital */

Definition at line 564 of file ge_imageFileOffsets.h.

◆ _MR_proj_alg

#define _MR_proj_alg   0x254 /* 596 - short - Projection Algorithm */

Definition at line 640 of file ge_imageFileOffsets.h.

◆ _MR_proj_name

#define _MR_proj_name   0x256 /* 598 - char[13] - Projection Algorithm Name */

Definition at line 641 of file ge_imageFileOffsets.h.

◆ _MR_ps_flag

#define _MR_ps_flag   0x244 /* 580 - short - Auto/Manual Prescan flag */

Definition at line 634 of file ge_imageFileOffsets.h.

◆ _MR_ps_status

#define _MR_ps_status   0x246 /* 582 - short - Bitmap of changed values */

Definition at line 635 of file ge_imageFileOffsets.h.

◆ _MR_psd_datetime

#define _MR_psd_datetime   0x156 /* 342 - int - PSD Creation Date and Time */

Definition at line 572 of file ge_imageFileOffsets.h.

◆ _MR_psd_iname

#define _MR_psd_iname   0x15a /* 346 - char[13] - PSD name from inside PSD */

Definition at line 573 of file ge_imageFileOffsets.h.

◆ _MR_psdname

#define _MR_psdname   0x134 /* 308 - char[33] - Pulse Sequence Name */

Definition at line 571 of file ge_imageFileOffsets.h.

◆ _MR_pseq

#define _MR_pseq   0x130 /* 304 - short - Pulse Sequence */

Definition at line 569 of file ge_imageFileOffsets.h.

◆ _MR_pseqmode

#define _MR_pseqmode   0x132 /* 306 - short - Pulse Sequence Mode */

Definition at line 570 of file ge_imageFileOffsets.h.

◆ _MR_rawrunnum

#define _MR_rawrunnum   0x180 /* 384 - int - RawData Run Number */

Definition at line 578 of file ge_imageFileOffsets.h.

◆ _MR_rcvgain1

#define _MR_rcvgain1   0xfa /* 250 - short - Actual Receive Gain Analog (.1 db) */

Definition at line 550 of file ge_imageFileOffsets.h.

◆ _MR_rcvgain2

#define _MR_rcvgain2   0xfc /* 252 - short - Actual Receive Gain Digital (.1 db) */

Definition at line 551 of file ge_imageFileOffsets.h.

◆ _MR_ref_img

#define _MR_ref_img   0x28a /* 650 - char[1] - Reference Image Field */

Definition at line 654 of file ge_imageFileOffsets.h.

◆ _MR_reptime

#define _MR_reptime   0xf2 /* 242 - float - Cardiac repetition time */

Definition at line 547 of file ge_imageFileOffsets.h.

◆ _MR_saravg

#define _MR_saravg   0xe6 /* 230 - float - Average SAR */

Definition at line 543 of file ge_imageFileOffsets.h.

◆ _MR_sarpeak

#define _MR_sarpeak   0xea /* 234 - float - Peak SAR */

Definition at line 544 of file ge_imageFileOffsets.h.

◆ _MR_satbits

#define _MR_satbits   0x228 /* 552 - short - Bitmap of SAT selections */

Definition at line 620 of file ge_imageFileOffsets.h.

◆ _MR_satxloc1

#define _MR_satxloc1   0x22c /* 556 - short - R-side SAT pulse loc rel to lndmrk */

Definition at line 622 of file ge_imageFileOffsets.h.

◆ _MR_satxloc2

#define _MR_satxloc2   0x22e /* 558 - short - L-side SAT pulse loc rel to lndmrk */

Definition at line 623 of file ge_imageFileOffsets.h.

◆ _MR_satxthick

#define _MR_satxthick   0x238 /* 568 - short - Thickness of X-axis SAT pulse */

Definition at line 628 of file ge_imageFileOffsets.h.

◆ _MR_satyloc1

#define _MR_satyloc1   0x230 /* 560 - short - A-side SAT pulse loc rel to lndmrk */

Definition at line 624 of file ge_imageFileOffsets.h.

◆ _MR_satyloc2

#define _MR_satyloc2   0x232 /* 562 - short - P-side SAT pulse loc rel to lndmrk */

Definition at line 625 of file ge_imageFileOffsets.h.

◆ _MR_satythick

#define _MR_satythick   0x23a /* 570 - short - Thickness of Y-axis SAT pulse */

Definition at line 629 of file ge_imageFileOffsets.h.

◆ _MR_satzloc1

#define _MR_satzloc1   0x234 /* 564 - short - S-side SAT pulse loc rel to lndmrk */

Definition at line 626 of file ge_imageFileOffsets.h.

◆ _MR_satzloc2

#define _MR_satzloc2   0x236 /* 566 - short - I-side SAT pulse loc rel to lndmrk */

Definition at line 627 of file ge_imageFileOffsets.h.

◆ _MR_satzthick

#define _MR_satzthick   0x23c /* 572 - short - Thickness of Z-axis SAT pulse */

Definition at line 630 of file ge_imageFileOffsets.h.

◆ _MR_scanactno

#define _MR_scanactno   0x2d8 /* 728 - short - Scan Acquisition Number */

Definition at line 670 of file ge_imageFileOffsets.h.

◆ _MR_scanspacing

#define _MR_scanspacing   0x74 /* 116 - float - Spacing between scans (mm?) */

Definition at line 511 of file ge_imageFileOffsets.h.

◆ _MR_scic

#define _MR_scic   0x22a /* 554 - short - Surface Coil Intensity Correction Flag */

Definition at line 621 of file ge_imageFileOffsets.h.

◆ _MR_screenformat

#define _MR_screenformat   0x70 /* 112 - short - Screen Format(8/16 bit) */

Definition at line 509 of file ge_imageFileOffsets.h.

◆ _MR_sctime

#define _MR_sctime   0x16 /* 22 - float - Duration of scan (secs) */

Definition at line 493 of file ge_imageFileOffsets.h.

◆ _MR_serrx

#define _MR_serrx   0x6c /* 108 - short - Series from which prescribed */

Definition at line 507 of file ge_imageFileOffsets.h.

◆ _MR_slocfov

#define _MR_slocfov   0x112 /* 274 - int - Slice Offsets on Freq axis */

Definition at line 559 of file ge_imageFileOffsets.h.

◆ _MR_slop_float_1

#define _MR_slop_float_1   0x2a4 /* 676 - float - Float Slop Field 1 */

Definition at line 663 of file ge_imageFileOffsets.h.

◆ _MR_slop_float_2

#define _MR_slop_float_2   0x2a8 /* 680 - float - Float Slop Field 2 */

Definition at line 664 of file ge_imageFileOffsets.h.

◆ _MR_slop_float_3

#define _MR_slop_float_3   0x2ac /* 684 - float - Float Slop Field 3 */

Definition at line 665 of file ge_imageFileOffsets.h.

◆ _MR_slop_float_4

#define _MR_slop_float_4   0x2b0 /* 688 - float - Float Slop Field 4 */

Definition at line 666 of file ge_imageFileOffsets.h.

◆ _MR_slop_float_5

#define _MR_slop_float_5   0x2b4 /* 692 - float - Float Slop Field 5 */

Definition at line 667 of file ge_imageFileOffsets.h.

◆ _MR_slop_int_1

#define _MR_slop_int_1   0x290 /* 656 - int - Integer Slop Field 1 */

Definition at line 658 of file ge_imageFileOffsets.h.

◆ _MR_slop_int_2

#define _MR_slop_int_2   0x294 /* 660 - int - Integer Slop Field 2 */

Definition at line 659 of file ge_imageFileOffsets.h.

◆ _MR_slop_int_3

#define _MR_slop_int_3   0x298 /* 664 - int - Integer Slop Field 3 */

Definition at line 660 of file ge_imageFileOffsets.h.

◆ _MR_slop_int_4

#define _MR_slop_int_4   0x29c /* 668 - int - Integer Slop Field 4 */

Definition at line 661 of file ge_imageFileOffsets.h.

◆ _MR_slop_int_5

#define _MR_slop_int_5   0x2a0 /* 672 - int - Integer Slop Field 5 */

Definition at line 662 of file ge_imageFileOffsets.h.

◆ _MR_slop_str_1

#define _MR_slop_str_1   0x2b8 /* 696 - char[16] - String Slop Field 1 */

Definition at line 668 of file ge_imageFileOffsets.h.

◆ _MR_slop_str_2

#define _MR_slop_str_2   0x2c8 /* 712 - char[16] - String Slop Field 2 */

Definition at line 669 of file ge_imageFileOffsets.h.

◆ _MR_slquant

#define _MR_slquant   0x18e /* 398 - short - Number of slices in this scan group */

Definition at line 582 of file ge_imageFileOffsets.h.

◆ _MR_slthick

#define _MR_slthick   0x1a /* 26 - float - Slice Thickness (mm) */

Definition at line 494 of file ge_imageFileOffsets.h.

◆ _MR_sop_uid

#define _MR_sop_uid   0x30a /* 778 - char[32] - Service Obj Class Unique ID */

Definition at line 678 of file ge_imageFileOffsets.h.

◆ _MR_sum_img

#define _MR_sum_img   0x28b /* 651 - char[1] - Summary Image Field */

Definition at line 655 of file ge_imageFileOffsets.h.

◆ _MR_supp_tech

#define _MR_supp_tech   0x188 /* 392 - short - SAT fat/water/none */

Definition at line 580 of file ge_imageFileOffsets.h.

◆ _MR_surfcext

#define _MR_surfcext   0x17e /* 382 - short - Extremity Coil Flag */

Definition at line 577 of file ge_imageFileOffsets.h.

◆ _MR_surfctyp

#define _MR_surfctyp   0x17c /* 380 - short - Surface Coil Type */

Definition at line 576 of file ge_imageFileOffsets.h.

◆ _MR_swappf

#define _MR_swappf   0x106 /* 262 - short - Swap Phase/Frequency Axis */

Definition at line 555 of file ge_imageFileOffsets.h.

◆ _MR_tbldlta

#define _MR_tbldlta   0xd6 /* 214 - float - Table Delta */

Definition at line 538 of file ge_imageFileOffsets.h.

◆ _MR_tdel

#define _MR_tdel   0xe2 /* 226 - int - Delay time after trigger (msec) */

Definition at line 542 of file ge_imageFileOffsets.h.

◆ _MR_te

#define _MR_te   0xca /* 202 - int - Pulse echo time(usec) */

Definition at line 534 of file ge_imageFileOffsets.h.

◆ _MR_te2

#define _MR_te2   0xce /* 206 - int - Second echo echo (usec) */

Definition at line 535 of file ge_imageFileOffsets.h.

◆ _MR_thk_disclmr

#define _MR_thk_disclmr   0x242 /* 578 - short - Slice Thickness */

Definition at line 633 of file ge_imageFileOffsets.h.

◆ _MR_thresh_max1

#define _MR_thresh_max1   0x274 /* 628 - int - Upper Range of Pixels 1 */

Definition at line 646 of file ge_imageFileOffsets.h.

◆ _MR_thresh_max2

#define _MR_thresh_max2   0x27c /* 636 - int - Upper Range of Pixels 2 */

Definition at line 648 of file ge_imageFileOffsets.h.

◆ _MR_thresh_min1

#define _MR_thresh_min1   0x270 /* 624 - int - Lower Range of Pixels 1 */

Definition at line 645 of file ge_imageFileOffsets.h.

◆ _MR_thresh_min2

#define _MR_thresh_min2   0x278 /* 632 - int - Lower Range of Pixels 2 */

Definition at line 647 of file ge_imageFileOffsets.h.

◆ _MR_ti

#define _MR_ti   0xc6 /* 198 - int - Pulse inversion time(usec) */

Definition at line 533 of file ge_imageFileOffsets.h.

◆ _MR_tlhc_A

#define _MR_tlhc_A   0x9e /* 158 - float - A Coord of Top Left Hand Corner */

Definition at line 523 of file ge_imageFileOffsets.h.

◆ _MR_tlhc_R

#define _MR_tlhc_R   0x9a /* 154 - float - R Coord of Top Left Hand Corner */

Definition at line 522 of file ge_imageFileOffsets.h.

◆ _MR_tlhc_S

#define _MR_tlhc_S   0xa2 /* 162 - float - S Coord of Top Left Hand Corner */

Definition at line 524 of file ge_imageFileOffsets.h.

◆ _MR_tr

#define _MR_tr   0xc2 /* 194 - int - Pulse repetition time(usec) */

Definition at line 532 of file ge_imageFileOffsets.h.

◆ _MR_trgwindow

#define _MR_trgwindow   0xf0 /* 240 - short - Trigger window (% of R-R interval) */

Definition at line 546 of file ge_imageFileOffsets.h.

◆ _MR_trhc_A

#define _MR_trhc_A   0xaa /* 170 - float - A Coord of Top Right Hand Corner */

Definition at line 526 of file ge_imageFileOffsets.h.

◆ _MR_trhc_R

#define _MR_trhc_R   0xa6 /* 166 - float - R Coord of Top Right Hand Corner */

Definition at line 525 of file ge_imageFileOffsets.h.

◆ _MR_trhc_S

#define _MR_trhc_S   0xae /* 174 - float - S Coord of Top Right Hand Corner */

Definition at line 527 of file ge_imageFileOffsets.h.

◆ _MR_user0

#define _MR_user0   0x196 /* 406 - float - User Variable 0 */

Definition at line 585 of file ge_imageFileOffsets.h.

◆ _MR_user1

#define _MR_user1   0x19a /* 410 - float - User Variable 1 */

Definition at line 586 of file ge_imageFileOffsets.h.

◆ _MR_user10

#define _MR_user10   0x1be /* 446 - float - User Variable 10 */

Definition at line 595 of file ge_imageFileOffsets.h.

◆ _MR_user11

#define _MR_user11   0x1c2 /* 450 - float - User Variable 11 */

Definition at line 596 of file ge_imageFileOffsets.h.

◆ _MR_user12

#define _MR_user12   0x1c6 /* 454 - float - User Variable 12 */

Definition at line 597 of file ge_imageFileOffsets.h.

◆ _MR_user13

#define _MR_user13   0x1ca /* 458 - float - User Variable 13 */

Definition at line 598 of file ge_imageFileOffsets.h.

◆ _MR_user14

#define _MR_user14   0x1ce /* 462 - float - User Variable 14 */

Definition at line 599 of file ge_imageFileOffsets.h.

◆ _MR_user15

#define _MR_user15   0x1d2 /* 466 - float - User Variable 15 */

Definition at line 600 of file ge_imageFileOffsets.h.

◆ _MR_user16

#define _MR_user16   0x1d6 /* 470 - float - User Variable 16 */

Definition at line 601 of file ge_imageFileOffsets.h.

◆ _MR_user17

#define _MR_user17   0x1da /* 474 - float - User Variable 17 */

Definition at line 602 of file ge_imageFileOffsets.h.

◆ _MR_user18

#define _MR_user18   0x1de /* 478 - float - User Variable 18 */

Definition at line 603 of file ge_imageFileOffsets.h.

◆ _MR_user19

#define _MR_user19   0x1e2 /* 482 - float - User Variable 19 */

Definition at line 604 of file ge_imageFileOffsets.h.

◆ _MR_user2

#define _MR_user2   0x19e /* 414 - float - User Variable 2 */

Definition at line 587 of file ge_imageFileOffsets.h.

◆ _MR_user20

#define _MR_user20   0x1e6 /* 486 - float - User Variable 20 */

Definition at line 605 of file ge_imageFileOffsets.h.

◆ _MR_user21

#define _MR_user21   0x1ea /* 490 - float - User Variable 21 */

Definition at line 606 of file ge_imageFileOffsets.h.

◆ _MR_user22

#define _MR_user22   0x1ee /* 494 - float - User Variable 22 */

Definition at line 607 of file ge_imageFileOffsets.h.

◆ _MR_user23

#define _MR_user23   0x1f2 /* 498 - float - Projection Angle */

Definition at line 608 of file ge_imageFileOffsets.h.

◆ _MR_user23n

#define _MR_user23n   0x24c /* 588 - float - User Variable 23 */

Definition at line 638 of file ge_imageFileOffsets.h.

◆ _MR_user24

#define _MR_user24   0x1f6 /* 502 - float - Concat Sat Type Flag */

Definition at line 609 of file ge_imageFileOffsets.h.

◆ _MR_user24n

#define _MR_user24n   0x250 /* 592 - float - User Variable 24 */

Definition at line 639 of file ge_imageFileOffsets.h.

◆ _MR_user3

#define _MR_user3   0x1a2 /* 418 - float - User Variable 3 */

Definition at line 588 of file ge_imageFileOffsets.h.

◆ _MR_user4

#define _MR_user4   0x1a6 /* 422 - float - User Variable 4 */

Definition at line 589 of file ge_imageFileOffsets.h.

◆ _MR_user5

#define _MR_user5   0x1aa /* 426 - float - User Variable 5 */

Definition at line 590 of file ge_imageFileOffsets.h.

◆ _MR_user6

#define _MR_user6   0x1ae /* 430 - float - User Variable 6 */

Definition at line 591 of file ge_imageFileOffsets.h.

◆ _MR_user7

#define _MR_user7   0x1b2 /* 434 - float - User Variable 7 */

Definition at line 592 of file ge_imageFileOffsets.h.

◆ _MR_user8

#define _MR_user8   0x1b6 /* 438 - float - User Variable 8 */

Definition at line 593 of file ge_imageFileOffsets.h.

◆ _MR_user9

#define _MR_user9   0x1ba /* 442 - float - User Variable 9 */

Definition at line 594 of file ge_imageFileOffsets.h.

◆ _MR_user_bitmap

#define _MR_user_bitmap   0x124 /* 292 - int - Bitmap defining user CVs */

Definition at line 565 of file ge_imageFileOffsets.h.

◆ _MR_var_echo

#define _MR_var_echo   0x288 /* 648 - short - Variable Echo Flag */

Definition at line 653 of file ge_imageFileOffsets.h.

◆ _MR_vas_collapse

#define _MR_vas_collapse   0x24a /* 586 - short - Collapse Image */

Definition at line 637 of file ge_imageFileOffsets.h.

◆ _MR_vas_mode

#define _MR_vas_mode   0x2e8 /* 744 - short - Vascular Mode */

Definition at line 676 of file ge_imageFileOffsets.h.

◆ _MR_vasflags

#define _MR_vasflags   0x2da /* 730 - short - Magnitude Weighting Flag */

Definition at line 671 of file ge_imageFileOffsets.h.

◆ _MR_vbw

#define _MR_vbw   0x18a /* 394 - float - Variable Bandwidth (Hz) */

Definition at line 581 of file ge_imageFileOffsets.h.

◆ _MR_venc

#define _MR_venc   0x240 /* 576 - short - Phase contrast velocity encoding */

Definition at line 632 of file ge_imageFileOffsets.h.

◆ _MR_vencscale

#define _MR_vencscale   0x2dc /* 732 - float - Scale Weighted Venc */

Definition at line 672 of file ge_imageFileOffsets.h.

◆ _MR_x_axis_rot

#define _MR_x_axis_rot   0x264 /* 612 - float - X Axis Rotation */

Definition at line 642 of file ge_imageFileOffsets.h.

◆ _MR_xmtfreq

#define _MR_xmtfreq   0x116 /* 278 - int - Center Frequency (0.1 Hz) */

Definition at line 560 of file ge_imageFileOffsets.h.

◆ _MR_xmtgain

#define _MR_xmtgain   0xf8 /* 248 - short - Actual Transmit Gain (.1 db) */

Definition at line 549 of file ge_imageFileOffsets.h.

◆ _MR_y_axis_rot

#define _MR_y_axis_rot   0x268 /* 616 - float - Y Axis Rotation */

Definition at line 643 of file ge_imageFileOffsets.h.

◆ _MR_z_axis_rot

#define _MR_z_axis_rot   0x26c /* 620 - float - Z Axis Rotation */

Definition at line 644 of file ge_imageFileOffsets.h.

◆ _SE_anref

#define _SE_anref   0x54 /* 84 - char[3] - Anatomical reference */

Definition at line 202 of file ge_imageFileOffsets.h.

◆ _SE_echo1_alpha

#define _SE_echo1_alpha   0xf0 /* 240 - float - Echo 1 Alpha Value */

Definition at line 236 of file ge_imageFileOffsets.h.

◆ _SE_echo1_beta

#define _SE_echo1_beta   0xf4 /* 244 - float - Echo 1 Beta Value */

Definition at line 237 of file ge_imageFileOffsets.h.

◆ _SE_echo1_level

#define _SE_echo1_level   0xfa /* 250 - short - Echo 1 Level Value */

Definition at line 239 of file ge_imageFileOffsets.h.

◆ _SE_echo1_window

#define _SE_echo1_window   0xf8 /* 248 - u_short - Echo 1 Window Value */

Definition at line 238 of file ge_imageFileOffsets.h.

◆ _SE_echo2_alpha

#define _SE_echo2_alpha   0xfc /* 252 - float - Echo 2 Alpha Value */

Definition at line 240 of file ge_imageFileOffsets.h.

◆ _SE_echo2_beta

#define _SE_echo2_beta   0x100 /* 256 - float - Echo 2 Beta Value */

Definition at line 241 of file ge_imageFileOffsets.h.

◆ _SE_echo2_level

#define _SE_echo2_level   0x106 /* 262 - short - Echo 2 Level Value */

Definition at line 243 of file ge_imageFileOffsets.h.

◆ _SE_echo2_window

#define _SE_echo2_window   0x104 /* 260 - u_short - Echo 2 Window Value */

Definition at line 242 of file ge_imageFileOffsets.h.

◆ _SE_echo3_alpha

#define _SE_echo3_alpha   0x108 /* 264 - float - Echo 3 Alpha Value */

Definition at line 244 of file ge_imageFileOffsets.h.

◆ _SE_echo3_beta

#define _SE_echo3_beta   0x10c /* 268 - float - Echo 3 Beta Value */

Definition at line 245 of file ge_imageFileOffsets.h.

◆ _SE_echo3_level

#define _SE_echo3_level   0x112 /* 274 - short - Echo 3 Level Value */

Definition at line 247 of file ge_imageFileOffsets.h.

◆ _SE_echo3_window

#define _SE_echo3_window   0x110 /* 272 - u_short - Echo 3 Window Value */

Definition at line 246 of file ge_imageFileOffsets.h.

◆ _SE_echo4_alpha

#define _SE_echo4_alpha   0x114 /* 276 - float - Echo 4 Alpha Value */

Definition at line 248 of file ge_imageFileOffsets.h.

◆ _SE_echo4_beta

#define _SE_echo4_beta   0x118 /* 280 - float - Echo 4 Beta Value */

Definition at line 249 of file ge_imageFileOffsets.h.

◆ _SE_echo4_level

#define _SE_echo4_level   0x11e /* 286 - short - Echo 4 Level Value */

Definition at line 251 of file ge_imageFileOffsets.h.

◆ _SE_echo4_window

#define _SE_echo4_window   0x11c /* 284 - u_short - Echo 4 Window Value */

Definition at line 250 of file ge_imageFileOffsets.h.

◆ _SE_echo5_alpha

#define _SE_echo5_alpha   0x120 /* 288 - float - Echo 5 Alpha Value */

Definition at line 252 of file ge_imageFileOffsets.h.

◆ _SE_echo5_beta

#define _SE_echo5_beta   0x124 /* 292 - float - Echo 5 Beta Value */

Definition at line 253 of file ge_imageFileOffsets.h.

◆ _SE_echo5_level

#define _SE_echo5_level   0x12a /* 298 - short - Echo 5 Level Value */

Definition at line 255 of file ge_imageFileOffsets.h.

◆ _SE_echo5_window

#define _SE_echo5_window   0x128 /* 296 - u_short - Echo 5 Window Value */

Definition at line 254 of file ge_imageFileOffsets.h.

◆ _SE_echo6_alpha

#define _SE_echo6_alpha   0x12c /* 300 - float - Echo 6 Alpha Value */

Definition at line 256 of file ge_imageFileOffsets.h.

◆ _SE_echo6_beta

#define _SE_echo6_beta   0x130 /* 304 - float - Echo 6 Beta Value */

Definition at line 257 of file ge_imageFileOffsets.h.

◆ _SE_echo6_level

#define _SE_echo6_level   0x136 /* 310 - short - Echo 6 Level Value */

Definition at line 259 of file ge_imageFileOffsets.h.

◆ _SE_echo6_window

#define _SE_echo6_window   0x134 /* 308 - u_short - Echo 6 Window Value */

Definition at line 258 of file ge_imageFileOffsets.h.

◆ _SE_echo7_alpha

#define _SE_echo7_alpha   0x138 /* 312 - float - Echo 7 Alpha Value */

Definition at line 260 of file ge_imageFileOffsets.h.

◆ _SE_echo7_beta

#define _SE_echo7_beta   0x13c /* 316 - float - Echo 7 Beta Value */

Definition at line 261 of file ge_imageFileOffsets.h.

◆ _SE_echo7_level

#define _SE_echo7_level   0x142 /* 322 - short - Echo 7 Level Value */

Definition at line 263 of file ge_imageFileOffsets.h.

◆ _SE_echo7_window

#define _SE_echo7_window   0x140 /* 320 - u_short - Echo 7 Window Value */

Definition at line 262 of file ge_imageFileOffsets.h.

◆ _SE_echo8_alpha

#define _SE_echo8_alpha   0x144 /* 324 - float - Echo 8 Alpha Value */

Definition at line 264 of file ge_imageFileOffsets.h.

◆ _SE_echo8_beta

#define _SE_echo8_beta   0x148 /* 328 - float - Echo 8 Beta Value */

Definition at line 265 of file ge_imageFileOffsets.h.

◆ _SE_echo8_level

#define _SE_echo8_level   0x14e /* 334 - short - Echo 8 Level Value */

Definition at line 267 of file ge_imageFileOffsets.h.

◆ _SE_echo8_window

#define _SE_echo8_window   0x14c /* 332 - u_short - Echo 8 Window Value */

Definition at line 266 of file ge_imageFileOffsets.h.

◆ _SE_end_loc

#define _SE_end_loc   0x80 /* 128 - float - Last scan location (L/S) */

Definition at line 209 of file ge_imageFileOffsets.h.

◆ _SE_end_ras

#define _SE_end_ras   0x7e /* 126 - char[1] - RAS letter for last scan location (L/S) */

Definition at line 208 of file ge_imageFileOffsets.h.

◆ _SE_entry

#define _SE_entry   0x50 /* 80 - int - Patient Entry */

Definition at line 201 of file ge_imageFileOffsets.h.

◆ _SE_equipmnt_uid

#define _SE_equipmnt_uid   0x190 /* 400 - char[32] - Equipment Unique ID */

Definition at line 270 of file ge_imageFileOffsets.h.

◆ _SE_landmark_uid

#define _SE_landmark_uid   0x170 /* 368 - char[32] - Landmark Unique ID */

Definition at line 269 of file ge_imageFileOffsets.h.

◆ _SE_lmhor

#define _SE_lmhor   0x58 /* 88 - float - Horizontal Landmark */

Definition at line 203 of file ge_imageFileOffsets.h.

◆ _SE_pansysid

#define _SE_pansysid   0x3b /* 59 - char[9] - Archiver Suite and Host */

Definition at line 195 of file ge_imageFileOffsets.h.

◆ _SE_position

#define _SE_position   0x4c /* 76 - int - Patient Position */

Definition at line 200 of file ge_imageFileOffsets.h.

◆ _SE_pr_sysid

#define _SE_pr_sysid   0x32 /* 50 - char[9] - Primary Receiver Suite and Host */

Definition at line 194 of file ge_imageFileOffsets.h.

◆ _SE_prtcl

#define _SE_prtcl   0x5c /* 92 - char[25] - Scan Protocol Name */

Definition at line 204 of file ge_imageFileOffsets.h.

◆ _SE_scan_type

#define _SE_scan_type   0x4a /* 74 - short - Scout or Axial (for CT) */

Definition at line 199 of file ge_imageFileOffsets.h.

◆ _SE_se_actual_dt

#define _SE_se_actual_dt   0x10 /* 16 - int - Actual Series Data/Time stamp */

Definition at line 192 of file ge_imageFileOffsets.h.

◆ _SE_se_alloc_key

#define _SE_se_alloc_key   0x9a /* 154 - char[13] - Process that allocated this record */

Definition at line 219 of file ge_imageFileOffsets.h.

◆ _SE_se_checksum

#define _SE_se_checksum   0xbc /* 188 - u_int - Series Record checksum */

Definition at line 226 of file ge_imageFileOffsets.h.

◆ _SE_se_complete

#define _SE_se_complete   0xc0 /* 192 - int - Series Complete Flag */

Definition at line 227 of file ge_imageFileOffsets.h.

◆ _SE_se_contrast

#define _SE_se_contrast   0x76 /* 118 - short - Non-zero if > 0 image used contrast(L/S) */

Definition at line 205 of file ge_imageFileOffsets.h.

◆ _SE_se_datetime

#define _SE_se_datetime   0xc /* 12 - int - Allocation Series Data/Time stamp */

Definition at line 191 of file ge_imageFileOffsets.h.

◆ _SE_se_delta_cnt

#define _SE_se_delta_cnt   0xa8 /* 168 - int - Indicates number of updates to header */

Definition at line 220 of file ge_imageFileOffsets.h.

◆ _SE_se_desc

#define _SE_se_desc   0x14 /* 20 - char[30] - Series Description */

Definition at line 193 of file ge_imageFileOffsets.h.

◆ _SE_se_diskid

#define _SE_se_diskid   0x6 /* 6 - char[1] - Disk ID for this Series */

Definition at line 188 of file ge_imageFileOffsets.h.

◆ _SE_se_exno

#define _SE_se_exno   0x8 /* 8 - u_short - Exam Number */

Definition at line 189 of file ge_imageFileOffsets.h.

◆ _SE_se_imagect

#define _SE_se_imagect   0xc8 /* 200 - int - Last Image Number Used */

Definition at line 229 of file ge_imageFileOffsets.h.

◆ _SE_se_images

#define _SE_se_images   0xd0 /* 208 - VARTYPE - Image Keys for this Series */

Definition at line 231 of file ge_imageFileOffsets.h.

◆ _SE_se_lastmod

#define _SE_se_lastmod   0x96 /* 150 - int - Date/Time of Last Change */

Definition at line 218 of file ge_imageFileOffsets.h.

◆ _SE_se_lndmrkcnt

#define _SE_se_lndmrkcnt   0x88 /* 136 - int - Landmark Counter */

Definition at line 212 of file ge_imageFileOffsets.h.

◆ _SE_se_nacq

#define _SE_se_nacq   0x8c /* 140 - short - Number of Acquisitions */

Definition at line 213 of file ge_imageFileOffsets.h.

◆ _SE_se_no

#define _SE_se_no   0xa /* 10 - short - Series Number */

Definition at line 190 of file ge_imageFileOffsets.h.

◆ _SE_se_numarch

#define _SE_se_numarch   0xc4 /* 196 - int - Number of Images Archived */

Definition at line 228 of file ge_imageFileOffsets.h.

◆ _SE_se_numimages

#define _SE_se_numimages   0xcc /* 204 - int - Number of Images Existing */

Definition at line 230 of file ge_imageFileOffsets.h.

◆ _SE_se_numunimg

#define _SE_se_numunimg   0xd8 /* 216 - int - Number of Unstored Images */

Definition at line 232 of file ge_imageFileOffsets.h.

◆ _SE_se_padding

#define _SE_se_padding   0x1b0 /* 432 - char[588] - Spare Space */

Definition at line 271 of file ge_imageFileOffsets.h.

◆ _SE_se_pds_a

#define _SE_se_pds_a   0xb0 /* 176 - float - PixelData size - as stored */

Definition at line 223 of file ge_imageFileOffsets.h.

◆ _SE_se_pds_c

#define _SE_se_pds_c   0xb4 /* 180 - float - PixelData size - Compressed */

Definition at line 224 of file ge_imageFileOffsets.h.

◆ _SE_se_pds_u

#define _SE_se_pds_u   0xb8 /* 184 - float - PixelData size - UnCompressed */

Definition at line 225 of file ge_imageFileOffsets.h.

◆ _SE_se_plane

#define _SE_se_plane   0x48 /* 72 - short - Most-like Plane (for L/S) */

Definition at line 198 of file ge_imageFileOffsets.h.

◆ _SE_se_pseq

#define _SE_se_pseq   0x84 /* 132 - short - Last Pulse Sequence Used (L/S) */

Definition at line 210 of file ge_imageFileOffsets.h.

◆ _SE_se_sortorder

#define _SE_se_sortorder   0x86 /* 134 - short - Image Sort Order (L/S) */

Definition at line 211 of file ge_imageFileOffsets.h.

◆ _SE_se_source

#define _SE_se_source   0x46 /* 70 - short - Series from which prescribed */

Definition at line 197 of file ge_imageFileOffsets.h.

◆ _SE_se_suid

#define _SE_se_suid   0x0 /* 0 - char[4] - Suite ID for this Series */

Definition at line 186 of file ge_imageFileOffsets.h.

◆ _SE_se_toarchcnt

#define _SE_se_toarchcnt   0xe4 /* 228 - int - Number of Unarchived Images */

Definition at line 234 of file ge_imageFileOffsets.h.

◆ _SE_se_toarchive

#define _SE_se_toarchive   0xe8 /* 232 - VARTYPE - Unarchived Image Keys for this Series */

Definition at line 235 of file ge_imageFileOffsets.h.

◆ _SE_se_typ

#define _SE_se_typ   0x44 /* 68 - short - Series Type */

Definition at line 196 of file ge_imageFileOffsets.h.

◆ _SE_se_unimages

#define _SE_se_unimages   0xdc /* 220 - VARTYPE - Unstored Image Keys for this Series */

Definition at line 233 of file ge_imageFileOffsets.h.

◆ _SE_se_uniq

#define _SE_se_uniq   0x4 /* 4 - short - The Make-Unique Flag */

Definition at line 187 of file ge_imageFileOffsets.h.

◆ _SE_se_verscre

#define _SE_se_verscre   0xac /* 172 - char[2] - Genesis Version - Created */

Definition at line 221 of file ge_imageFileOffsets.h.

◆ _SE_se_verscur

#define _SE_se_verscur   0xae /* 174 - char[2] - Genesis Version - Now */

Definition at line 222 of file ge_imageFileOffsets.h.

◆ _SE_series_uid

#define _SE_series_uid   0x150 /* 336 - char[32] - Series Entity Unique ID */

Definition at line 268 of file ge_imageFileOffsets.h.

◆ _SE_sizeof

#define _SE_sizeof   0x3fc /* 1020 - sizeof SERIESDATATYPE */

Definition at line 272 of file ge_imageFileOffsets.h.

◆ _SE_start_loc

#define _SE_start_loc   0x7a /* 122 - float - First scan location (L/S) */

Definition at line 207 of file ge_imageFileOffsets.h.

◆ _SE_start_ras

#define _SE_start_ras   0x78 /* 120 - char[1] - RAS letter for first scan location (L/S) */

Definition at line 206 of file ge_imageFileOffsets.h.

◆ _SE_xbaseend

#define _SE_xbaseend   0x90 /* 144 - short - Ending number for baselines */

Definition at line 215 of file ge_imageFileOffsets.h.

◆ _SE_xbasest

#define _SE_xbasest   0x8e /* 142 - short - Starting number for baselines */

Definition at line 214 of file ge_imageFileOffsets.h.

◆ _SE_xenhend

#define _SE_xenhend   0x94 /* 148 - short - Ending number for enhanced scans */

Definition at line 217 of file ge_imageFileOffsets.h.

◆ _SE_xenhst

#define _SE_xenhst   0x92 /* 146 - short - Starting number for enhanced scans */

Definition at line 216 of file ge_imageFileOffsets.h.

◆ _SU_prodid

#define _SU_prodid   0x7 /* 7 - char[13] - Product ID */

Definition at line 109 of file ge_imageFileOffsets.h.

◆ _SU_sizeof

#define _SU_sizeof   0x72 /* 114 - sizeof SUITEDATATYPE */

Definition at line 114 of file ge_imageFileOffsets.h.

◆ _SU_su_checksum

#define _SU_su_checksum   0x18 /* 24 - u_int - Suite Record Checksum */

Definition at line 112 of file ge_imageFileOffsets.h.

◆ _SU_su_diskid

#define _SU_su_diskid   0x6 /* 6 - char[1] - Disk ID */

Definition at line 108 of file ge_imageFileOffsets.h.

◆ _SU_su_id

#define _SU_su_id   0x0 /* 0 - char[4] - Suite ID */

Definition at line 106 of file ge_imageFileOffsets.h.

◆ _SU_su_padding

#define _SU_su_padding   0x1c /* 28 - char[85] - Spare Space */

Definition at line 113 of file ge_imageFileOffsets.h.

◆ _SU_su_uniq

#define _SU_su_uniq   0x4 /* 4 - short - Make Unique Flag */

Definition at line 107 of file ge_imageFileOffsets.h.

◆ _SU_su_verscre

#define _SU_su_verscre   0x14 /* 20 - char[2] - Original Version of Record */

Definition at line 110 of file ge_imageFileOffsets.h.

◆ _SU_su_verscur

#define _SU_su_verscur   0x16 /* 22 - char[2] - Current Version of Record */

Definition at line 111 of file ge_imageFileOffsets.h.

◆ IC_AsIs

#define IC_AsIs   0 /* No image transformation */

Definition at line 50 of file ge_imageFileOffsets.h.

◆ IC_COMPACK

#define IC_COMPACK   4 /* image is compressed and packed */

Definition at line 54 of file ge_imageFileOffsets.h.

◆ IC_COMPRESSED

#define IC_COMPRESSED   3 /* image is compressed */

Definition at line 53 of file ge_imageFileOffsets.h.

◆ IC_PACKED

#define IC_PACKED   2 /* image is CT line mapped packed */

Definition at line 52 of file ge_imageFileOffsets.h.

◆ IC_RECT

#define IC_RECT   1 /* image is width*height*depth/8 bytes */

Definition at line 51 of file ge_imageFileOffsets.h.