pynetdicom.presentation.PresentationContextTuple¶
- class pynetdicom.presentation.PresentationContextTuple(context_id: int, abstract_syntax: pydicom.uid.UID, transfer_syntax: pydicom.uid.UID)¶
namedtuple
representation of an acceptedPresentationContext
.- __init__()¶
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 1
Alias for field number 0
Alias for field number 2
- abstract_syntax: pydicom.uid.UID¶
Alias for field number 1
- context_id: int¶
Alias for field number 0
- transfer_syntax: pydicom.uid.UID¶
Alias for field number 2