Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

MedicalViewerImageData Constructor(Object,Point3D,String,Point2D,Int32,String,Int32)






An object that contains data about the image represented by this class.
The image position of the frame image.
The image orientation of the frame image.
The pixel spacing of the image.
The image echo number.
The image frame of reference UID.
The image instance number.
Initializes a new MedicalViewerImageData class object with explicit parameters.
Syntax
public MedicalViewerImageData(    object data,    Point3D imagePosition,    string imageOrientation,    Point2D pixelSpacing,    int echoNumber,    string frameOfReferenceUID,    int instanceNumber )
'Declaration   Public Function New( _    ByVal data As Object, _    ByVal imagePosition As Point3D, _    ByVal imageOrientation As String, _    ByVal pixelSpacing As Point2D, _    ByVal echoNumber As Integer, _    ByVal frameOfReferenceUID As String, _    ByVal instanceNumber As Integer _ )
'Usage   Dim data As Object Dim imagePosition As Point3D Dim imageOrientation As String Dim pixelSpacing As Point2D Dim echoNumber As Integer Dim frameOfReferenceUID As String Dim instanceNumber As Integer   Dim instance As New MedicalViewerImageData(data, imagePosition, imageOrientation, pixelSpacing, echoNumber, frameOfReferenceUID, instanceNumber)
public: MedicalViewerImageData(    Object^ data,    Point3D imagePosition,    String^ imageOrientation,    Point2D pixelSpacing,    int echoNumber,    String^ frameOfReferenceUID,    int instanceNumber )

Parameters

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.
Example
For an example, refer to MedicalViewerSeriesStack
Requirements

Target Platforms

See Also

Reference

MedicalViewerImageData Class
MedicalViewerImageData Members
Overload List

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features