pynetdicom.pdu_primitives.A_RELEASE¶
- class pynetdicom.pdu_primitives.A_RELEASE¶
An A-RELEASE primitive.
Parameter
Request
Indication
Response
Confirmation
reason
UF
UF(=)
UF
UF(=)
user info
NU
NU(=)
NU
NU(=)
result
MF
MF(=)
U - User optionUF - User option, fixed valueC - Conditional (on user option)M - MandatoryMF - Mandatory, fixed valueNU - Not used(=) - shall have same value as request or response- reason¶
Fixed value of
'normal'
. Identifies the general level of urgency of the request.- Type
str
- result¶
Must be
None
for request and indication,'affirmative'
for response and confirmation.- Type
str or None
References
DICOM Standard, Part 8, Section 7.2
- __init__()¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
Return the Reason parameter.
Return the Result parameter.
- property reason¶
Return the Reason parameter.
- property result¶
Return the Result parameter.