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 response-
presentation_data_value_list
¶ 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]
References
DICOM Standard, Part 8, Section 7.6
Methods
__init__
()Initialize self.
Attributes
Return the Presentation Data Value List.
-
property
presentation_data_value_list
¶ Return the Presentation Data Value List.
-