DicomObjects.NET Core Documentation
DicomObjects Namespace / ReadBehaviours Class
Properties


In This Topic
    ReadBehaviours Class Members
    In This Topic

    The following tables list the members exposed by ReadBehaviours.

    Public Constructors
     NameDescription
    Public Constructor Create a new ReadBehaviours object  
    Top
    Public Properties
     NameDescription
    Public Property A default transfer syntax value for DicomObjects when reading DICOM image with missing transfer syntax value.  
    Public Property Controls how pixel data is read from disk  
    Public Property Controls whether to perform on-demand loading of all sequences only when needed  
    Public Property Controls how "bad icons" are handled.  
    Public Property Can disable reading of pixel values  
    Public Property Controls whether all data after the pixel data is to be ignored.  
    Public Property 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.  
    Public Property Ignore any Basic Offset Table which may be present in the received data  
    Public PropertyIgnores 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.  
    Public Property Ignore the lengths of the pixel data in icon sequences  
    Public Property If set, private sequence items are skipped.  
    Public Property 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  
    Public Property Controls whether to throw an exception if a file which is apparently a DICOM does not contain the expected DICOMDIR offset attributes.  
    Public Property Ignore bad "offset" data when reading a DICOMDIR  
    Public Property A workaround for old bad Zeiss Data, some of which had UT attributes with 2 Bytes length  
    Top
    See Also