changeset 2047:0eced2c64356

Added ACR_High_bit and ACR_Pixel_representation to the list of standard fields
author bert <bert>
date Mon, 18 Apr 2005 20:46:01 +0000
parents 9ee620e306c0
children dc3356461b3f
files conversion/dcm2mnc/acr_element_defs.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conversion/dcm2mnc/acr_element_defs.h
+++ b/conversion/dcm2mnc/acr_element_defs.h
@@ -121,6 +121,8 @@
 GLOBAL_ELEMENT(ACR_Pixel_size            , 0x0028, 0x0030, DS);
 GLOBAL_ELEMENT(ACR_Bits_allocated        , 0x0028, 0x0100, US);
 GLOBAL_ELEMENT(ACR_Bits_stored           , 0x0028, 0x0101, US);
+GLOBAL_ELEMENT(ACR_High_bit              , 0x0028, 0x0102, US);
+GLOBAL_ELEMENT(ACR_Pixel_representation  , 0x0028, 0x0103, US);
 GLOBAL_ELEMENT(ACR_Smallest_pixel_value  , 0x0028, 0x0106, US);
 GLOBAL_ELEMENT(ACR_Largest_pixel_value   , 0x0028, 0x0107, US);
 GLOBAL_ELEMENT(ACR_Image_location        , 0x0028, 0x0200, US);