pynetdicom.pdu_primitives.P_DATA¶
-
class
pynetdicom.pdu_primitives.
P_DATA
¶ 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]
Type: list of [int, bytes]
References
- DICOM Standard, Part 8, Section 7.6.1
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self. Attributes
presentation_data_value_list
Return the Presentation Data Value List. -
presentation_data_value_list
Return the Presentation Data Value List.
-