DVTk API
PresentationContext Constructor (abstractSyntax, result, transferSyntax)
DVTkDvtkHighLevelInterface.Dicom.OtherPresentationContextPresentationContext(String, Int32, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Constructor. Use this constructor to create a new presentation context instance that is to be used in an A-ASSOCIATE-AC.
Declaration Syntax
C#Visual BasicVisual C++
public PresentationContext(
	string abstractSyntax,
	int result,
	string transferSyntax
)
Public Sub New ( _
	abstractSyntax As String, _
	result As Integer, _
	transferSyntax As String _
)
public:
PresentationContext(
	String^ abstractSyntax, 
	int result, 
	String^ transferSyntax
)
Parameters
abstractSyntax (String)
The abstract syntax.
result (Int32)
The result.
transferSyntax (String)
The transfer syntax. May be empty when result is unequal to 0.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0