pynetdicom.presentation.PresentationContextTuple

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

namedtuple representation of an accepted PresentationContext.

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

abstract_syntax

Alias for field number 1

context_id

Alias for field number 0

transfer_syntax

Alias for field number 2

abstract_syntax: UID

Alias for field number 1

context_id: int

Alias for field number 0

transfer_syntax: UID

Alias for field number 2