StowEventArgs Class Members
In This Topic
The following tables list the members exposed by StowEventArgs.
Public Properties
| | Name | Description |
 | BodyReader | If is set to true, DicomObjects will pass the MultipartRead object to StowReceived event for users to do the reading and parsing. Might be more memory efficient as DicomObjects does not have to hold all received and processed data in memory |
 | DataSets |
The DICOM data received (decoded from XML/JSON if necessary, and afer reassembly of bulk data)
|
 | Headers | Http Request Headers for users wishing to access in event |
 | Request |
The HTTP Request for the STWO operation
|
Top
Public Methods
| | Name | Description |
 | SetFailed | Overloaded.
Indicate that an instance was not accepted
|
 | SetSuccess |
Indicate that an instance was accepted
|
Top
See Also