pynetdicom.presentation.PresentationContextTuple¶
-
class
pynetdicom.presentation.PresentationContextTuple(context_id, abstract_syntax, transfer_syntax)[source]¶ namedtuplerepresentation of an acceptedPresentationContext.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
count(value)index(value, [start, [stop]])Raises ValueError if the value is not present.
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
-