Creates an instance of a DicomSortImageData class object using the specified parameters.
public static DicomSortImageData Create(
object data,
double[] imagePosition,
string imageOrientation,
LeadPointD pixelSpacing,
int echoNumber,
string frameOfReferenceUID,
int instanceNumber
)
Public Shared Function Create(
ByVal data As Object,
ByVal imagePosition() As Double,
ByVal imageOrientation As String,
ByVal pixelSpacing As LeadPointD,
ByVal echoNumber As Integer,
ByVal frameOfReferenceUID As String,
ByVal instanceNumber As Integer
) As DicomSortImageData
public:
static DicomSortImageData^ Create(
Object^ data,
array<double>^ imagePosition,
String^ imageOrientation,
LeadPointD^ pixelSpacing,
Int32 echoNumber,
String^ frameOfReferenceUID,
Int32 instanceNumber
)
data
An object that contains data about the image represented by this class.
imagePosition
The image position of the frame image.
imageOrientation
The image orientation of the frame image.
pixelSpacing
The pixel spacing of the image.
echoNumber
The image echo number.
frameOfReferenceUID
The image frame of reference UID.
instanceNumber
The image 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