←Select platform

Create Method

Summary

Creates an instance of a DicomSortImageData class object using the specified parameters.

Syntax

C#
VB
C++
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 
   ) 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly