Leadtools.Dicom.Services
LEAD Technologies, Inc

DICOMTags Constructor(String,Int64,String,String)






A System.String representation for the SOP Instance UID.
A number representing the DICOM element tag or 0 if the DICOMTag/> is not retrieved from the DICOM object.
The name of the DICOM tag.
The System.String value of the DICOMTag/>
Initializes a new instance of the DICOMTags class.
Syntax
public DICOMTags( 
   string objectInstanceUID,
   long tag,
   string tagName,
   string tagValue
)
'Declaration
 
Public Function New( _
   ByVal objectInstanceUID As String, _
   ByVal tag As Long, _
   ByVal tagName As String, _
   ByVal tagValue As String _
)
'Usage
 
Dim objectInstanceUID As String
Dim tag As Long
Dim tagName As String
Dim tagValue As String
 
Dim instance As New DICOMTags(objectInstanceUID, tag, tagName, tagValue)
public DICOMTags( 
   string objectInstanceUID,
   long tag,
   string tagName,
   string tagValue
)
function DICOMTags( 
   objectInstanceUID ,
   tag ,
   tagName ,
   tagValue 
)
public:
DICOMTags( 
   String^ objectInstanceUID,
   int64 tag,
   String^ tagName,
   String^ tagValue
)

Parameters

objectInstanceUID
A System.String representation for the SOP Instance UID.
tag
A number representing the DICOM element tag or 0 if the DICOMTag/> is not retrieved from the DICOM object.
tagName
The name of the DICOM tag.
tagValue
The System.String value of the DICOMTag/>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMTags Class
DICOMTags Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.