DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class
Properties


In This Topic
    ValidateFragmentsArgs Class Members
    In This Topic

    The following tables list the members exposed by ValidateFragmentsArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public Property The basic offset table as read from the received data.  
    Public Property The dataset to which this pixel data belongs  
    Public PropertyThe fragments exactly as received. These may be replaced, but if you do (whether by replacing individual Stream, or even by replacing the whole list of Streams, you must set Modified to true to force DicomObjects to use your modified data.  
    Public PropertyIndication that data has been modified. Unless this is set to true, the return values in Fragments and BasicOffsetTable will be ignored.  
    Top
    See Also