pynetdicom.pdu_primitives.A_RELEASE#

class pynetdicom.pdu_primitives.A_RELEASE[source]#

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 option
UF - User option, fixed value
C - Conditional (on user option)
M - Mandatory
MF - Mandatory, fixed value
NU - Not used
(=) - shall have same value as request or response

References

__init__() None[source]#

Methods

Attributes

reason

Return the Reason parameter.

result

Get or set the Result parameter.

property reason: str#

Return the Reason parameter.

property result: str | None#

Get or set the Result parameter.

Parameters:

value (str) – Must be None for request and indication, 'affirmative' for response and confirmation.