Enum DicomRejectReason
Rejection reason
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public enum DicomRejectReason
Remarks
The underlying value is a hexadecimal combination of the DicomRejectSource and the rejection reason code given in Table 9-21 of DICOM Standard PS 3.8.
Fields
Name | Description |
---|---|
ApplicationContextNotSupported | Application context not supported (Service user) |
CalledAENotRecognized | Called AE not recognized (Service user) |
CallingAENotRecognized | Calling AE not recognized (Service user) |
LocalLimitExceeded | Local limit exceeded (Service provider - Presentation) |
NoReasonGiven | No reason given (Service user) |
NoReasonGiven_ | No reason given (Service provider - ACSE) |
ProtocolVersionNotSupported | Protocol version not supported (Service provider - ACSE) |
TemporaryCongestion | Temporary congestion (Service provider - Presentation) |