pynetdicom.pdu_primitives.P_DATA¶
- class pynetdicom.pdu_primitives.P_DATA[source]¶
A P-DATA primitive.
Parameter
Request
Indication
presentation data value list
M
M(=)
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 responseReferences
DICOM Standard, Part 8, Section 7.6
Methods
__init__
()Attributes
Get or set the Presentation Data Value List.
- property presentation_data_value_list: List[Tuple[int, bytes]]¶
Get or set the Presentation Data Value List.
- Parameters:
presentation_data_value_list (list of [int, bytes]) – Contains one or more Presentation Data Values (PDV), each consisting of a Presentation Context ID and User Data values. The User Data values are taken from the Abstract Syntax and encoded in the Transfer Syntax identified by the Presentation Context ID. Each item in the list is
[Context ID, PDV Data]