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 ConstructorCreate a new ReadBehaviours object  
    Top
    Public Properties
     NameDescription
    Public PropertyA default transfer syntax value for DicomObjects when reading DICOM image with missing transfer syntax value.  
    Public PropertyControls how pixel data is read from disk  
    Public PropertyControls how "bad icons" are handled.  
    Public PropertyCan disable reading of pixel values  
    Public PropertyControls whether all data after the pixel data is to be ignored.  
    Public PropertyControls 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 PropertyIgnore any Basic Offset Table which may be present in the received data  
    Public PropertyIgnores a list of DicomObjects error codes accessible from 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 PropertyIgnore the lengths of the pixel data in icon sequences  
    Public PropertyIf set, private sequence items are skipped.  
    Public PropertySet 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 PropertyControls whether to throw an exception if a file which is apparently a DICOM does not contain the expected DICOMDIR offset attributes.  
    Public PropertyIgnore bad "offset" data when reading a DICOMDIR  
    Public PropertyA workaround for old bad Zeiss Data, some of which had UT attributes with 2 Bytes length  
    Top
    See Also