Leadtools.Dicom.Services

DICOMTags Constructor(String,Int64,String,String)

Show in webframe



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
'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
)
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

See Also

Reference

DICOMTags Class
DICOMTags Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.