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 |
 | SetCustomHttpStatus |
Provides an option for user to set the custom HttpStatusCode in response to failed STOW operation
User provided Status code will be returned in the case where all STOW datasets failed or a partial failure occurs.
This does not affect cases where all STOW datasets succeeded in which case a HTTPStatusCode.OK will be returned to STOW client
|
 | SetFailed | Overloaded.
Indicate that an instance was not accepted
|
 | SetSuccess |
Indicate that an instance was accepted
|
Top
See Also