nFlags
Transfer Syntax flag that indicates the organization of the data set and the type of image compression used. Possible values and combinations are:
| Value | Meaning | 
| 0 | [0x0000] Use the default combination of: DS_LITTLE_ENDIAN | DS_EXPLICIT_VR | DS_COMPRESSION_NONE | 
| DS_LITTLE_ENDIAN | [0x0004] Byte order is Little Endian. | 
| DS_BIG_ENDIAN | [0x0008] Byte order is Big Endian. | 
| DS_IMPLICIT_VR | [0x0010] The Value Representation is implicit. | 
| DS_EXPLICIT_VR | [0x0020] The Value Representation is explicit. | 
| 
 | 
 | 
DS_LITTLE_ENDIAN | DS_IMPLICIT_VR
DS_LITTLE_ENDIAN | DS_EXPLICIT_VR
DS_BIG_ENDIAN | DS_EXPLICIT_VR