C#
VB
C++
Initializes a new instance of the InstanceInformation class.
public InstanceInformation(
string patientId,
string studyInstanceUID,
string seriesInstanceUID,
string sopInstanceUID,
string sopClassUID,
int instanceNumber
)
Public Function New( _
ByVal patientId As String, _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String, _
ByVal sopInstanceUID As String, _
ByVal sopClassUID As String, _
ByVal instanceNumber As Integer _
)
public:
InstanceInformation(
String^ patientId,
String^ studyInstanceUID,
String^ seriesInstanceUID,
String^ sopInstanceUID,
String^ sopClassUID,
int instanceNumber
)
patientId
The patient ID
studyInstanceUID
The Study Instance UID
seriesInstanceUID
The Series Instance UID
sopInstanceUID
The SOP Instance UID
sopClassUID
The SOP Class UID
instanceNumber
The Instance Number
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET