DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class
Properties

ValidateFragmentsArgs Class Members

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