Presentation Service (pynetdicom.presentation
)ΒΆ
The Presentation Service supports the creation of Presentation Contexts and their negotiation during association.
Creation
PresentationContext () |
A Presentation Context primitive. |
build_context (abstract_syntax[, transfer_syntax]) |
Return a PresentationContext built from the abstract_syntax. |
build_role (uid[, scu_role, scp_role]) |
Return a SCP/SCU Role Selection Negotiation item. |
Negotiation
negotiate_as_acceptor (rq_contexts, ac_contexts) |
Process the Presentation Contexts as an Association acceptor. |
negotiate_as_requestor (rq_contexts, ac_contexts) |
Process the Presentation Contexts as an Association requestor. |