Name | Description | |
---|---|---|
ReadBehaviours Constructor | Create a new ReadBehaviours object |
The following tables list the members exposed by ReadBehaviours.
Name | Description | |
---|---|---|
ReadBehaviours Constructor | Create a new ReadBehaviours object |
Name | Description | |
---|---|---|
BlankTransferSyntax | A default transfer syntax value for DicomObjects when reading DICOM image with missing transfer syntax value. | |
CloseFilesAfterReading | Controls how pixel data is read from disk | |
DelayedSequenceLoad | Controls whether to perform on-demand loading of all sequences only when needed | |
DiscardBadIcons | Controls how "bad icons" are handled. | |
DontReadPixels | Can disable reading of pixel values | |
IgnoreAfterPixels | Controls whether all data after the pixel data is to be ignored. | |
IgnoreAfterTag | Controls whether all data after a specifc tag is to be ignored. Value shall be in ggggeeee hex format, such as 0x00100010 for patient name. | |
IgnoreBOT | Ignore any Basic Offset Table which may be present in the received data | |
IgnoreExceptions | Ignores a list of DicomObjects error codes accessible from DicomException.Code during reading from disk/network and puts together what has been successfully read. This is particularly useful to skip exceptions and keep the association open to continue reading. | |
IgnoreIconLengths | Ignore the lengths of the pixel data in icon sequences | |
IgnorePrivateSequences | If set, private sequence items are skipped. | |
SilentEndOfFileReached | Set to true to tell DicomObjects to not throw End Of File Reached exception and stop reading from file when an attribute with bad length is encountered. Default value is false | |
ThrowNotDICOMDIRError | Controls whether to throw an exception if a file which is apparently a DICOM does not contain the expected DICOMDIR offset attributes. | |
TolerateBadOffsets | Ignore bad "offset" data when reading a DICOMDIR | |
ZeissBug | A workaround for old bad Zeiss Data, some of which had UT attributes with 2 Bytes length |