메소드 | 설명 | |
---|---|---|
AddOrGetPresentationContext ( |
||
AddPresentationContext ( |
Adds a Presentation Context to the DICOM Associate.
|
|
AddPresentationContext ( byte pcid, |
Adds a Presentation Context to the DICOM Associate.
|
|
AddPresentationContext ( byte pcid, |
||
AddTransferSyntax ( byte pcid, |
Adds a Transfer Syntax to the specified Presentation Context.
|
|
DcmAssociate ( ) : System | ||
FindAbstractSyntax ( |
Finds the Presentation Context with the specified Abstract Syntax.
|
|
FindAbstractSyntaxWithTransferSyntax ( |
Finds the Presentation Context with the specified Abstract Syntax and Transfer Syntax.
|
|
FindAcceptedAbstractSyntaxWithTransferSyntax ( |
Finds the Presentation Context with the specified Abstract Syntax and Transfer Syntax.
|
|
GetAbstractSyntax ( byte pcid ) : |
Gets the Abstract Syntax for the specified Presentation Context.
|
|
GetAcceptedTransferSyntax ( byte pcid ) : |
Gets the accepted Transfer Syntax for the specified Presentation Context.
|
|
GetPresentationContext ( byte pcid ) : |
||
GetPresentationContextIDs ( ) : IList |
Gets a list of the Presentation Context IDs in the DICOM Associate.
|
|
GetPresentationContextResult ( byte pcid ) : DcmPresContextResult |
Gets the result of the specified Presentation Context.
|
|
GetPresentationContexts ( ) : IList |
||
GetTransferSyntax ( byte pcid, int index ) : |
Gets the Transfer Syntax at the specified index.
|
|
GetTransferSyntaxCount ( byte pcid ) : int |
Gets the number of Transfer Syntaxes in the specified Presentation Context.
|
|
HasPresentationContextID ( byte pcid ) : bool |
Determines if the specified Presentation Context ID exists.
|
|
RemoveTransferSyntax ( byte pcid, |
Removes a Transfer Syntax from the specified Presentation Context.
|
|
SetAcceptedTransferSyntax ( byte pcid, |
||
SetAcceptedTransferSyntax ( byte pcid, int index ) : void | ||
SetPresentationContextResult ( byte pcid, DcmPresContextResult result ) : void |
Sets the result of the specified Presentation Context.
|
|
ToString ( ) : string |
public AddOrGetPresentationContext ( |
||
abstractSyntax | ||
리턴 | byte |
public AddPresentationContext ( |
||
abstractSyntax | ||
리턴 | byte |
public AddPresentationContext ( byte pcid, |
||
pcid | byte | |
abstractSyntax | ||
리턴 | void |
public AddPresentationContext ( byte pcid, |
||
pcid | byte | |
abstractSyntax | ||
transferSyntax | ||
result | DcmPresContextResult | |
리턴 | void |
public AddTransferSyntax ( byte pcid, |
||
pcid | byte | Presentation Context ID |
ts | Transfer Syntax | |
리턴 | void |
public FindAbstractSyntax ( |
||
abstractSyntax | Abstract Syntax | |
리턴 | byte |
public FindAbstractSyntaxWithTransferSyntax ( |
||
abstractSyntax | Abstract Syntax | |
trasferSyntax | ||
리턴 | byte |
public FindAcceptedAbstractSyntaxWithTransferSyntax ( |
||
abstractSyntax | Abstract Syntax | |
trasferSyntax | ||
리턴 | byte |
public GetAbstractSyntax ( byte pcid ) : |
||
pcid | byte | Presentation Context ID |
리턴 |
public GetAcceptedTransferSyntax ( byte pcid ) : |
||
pcid | byte | Presentation Context ID |
리턴 |
public GetPresentationContext ( byte pcid ) : |
||
pcid | byte | |
리턴 |
public GetPresentationContextResult ( byte pcid ) : DcmPresContextResult | ||
pcid | byte | Presentation Context ID |
리턴 | DcmPresContextResult |
public GetTransferSyntax ( byte pcid, int index ) : |
||
pcid | byte | Presentation Context ID |
index | int | Index of Transfer Syntax |
리턴 |
public GetTransferSyntaxCount ( byte pcid ) : int | ||
pcid | byte | Presentation Context ID |
리턴 | int |
public HasPresentationContextID ( byte pcid ) : bool | ||
pcid | byte | Presentation Context ID |
리턴 | bool |
public RemoveTransferSyntax ( byte pcid, |
||
pcid | byte | Presentation Context ID |
ts | Transfer Syntax | |
리턴 | void |
public SetAcceptedTransferSyntax ( byte pcid, |
||
pcid | byte | |
ts | ||
리턴 | void |
public SetAcceptedTransferSyntax ( byte pcid, int index ) : void | ||
pcid | byte | |
index | int | |
리턴 | void |
public SetPresentationContextResult ( byte pcid, DcmPresContextResult result ) : void | ||
pcid | byte | Presentation Context ID |
result | DcmPresContextResult | Result |
리턴 | void |