pynetdicom.presentation.PresentationContextTuple

class pynetdicom.presentation.PresentationContextTuple(context_id, abstract_syntax, transfer_syntax)[source]

namedtuple representation of an accepted PresentationContext.

__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

abstract_syntax

Alias for field number 1

context_id

Alias for field number 0

transfer_syntax

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