←Select platform

DICOMTags Constructor(string,long,string,string)

Summary

Initializes a new instance of the DICOMTags class.

Syntax

C#
VB
C++
public DICOMTags( 
   string objectInstanceUID, 
   long tag, 
   string tagName, 
   string tagValue 
) 
  
Public Function New( _ 
   ByVal objectInstanceUID As String, _ 
   ByVal tag As Long, _ 
   ByVal tagName As String, _ 
   ByVal tagValue As String _ 
) 
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

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

Leadtools.Dicom.Services Assembly