ValidateFragmentsArgs Class Members
In This Topic
The following tables list the members exposed by ValidateFragmentsArgs.
Public Constructors
Public Properties
| Name | Description |
| BasicOffsetTable |
The basic offset table as read from the received data.
|
| DataSet |
The dataset to which this pixel data belongs
|
| Fragments | The 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. |
| Modified | Indication that data has been modified. Unless this is set to true, the return values in Fragments and BasicOffsetTable will be ignored. |
Top
See Also