pynetdicom.presentation.PresentationContextTuple¶
-
class
pynetdicom.presentation.PresentationContextTuple(context_id, abstract_syntax, transfer_syntax)¶ namedtuplerepresentation of an acceptedPresentationContext.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Initialize self.
countReturn number of occurrences of value.
indexReturn first index of value.
Attributes
Alias for field number 1
Alias for field number 0
Alias for field number 2
-
property
abstract_syntax¶ Alias for field number 1
-
property
context_id¶ Alias for field number 0
-
property
transfer_syntax¶ Alias for field number 2
-