←Select platform

GetElementValue Method

Summary

Returns a patient related DICOM tag value that is stored in a System.Data.DataRow of the Patient Table.

Syntax
C#
C++/CLI
public string GetElementValue( 
   DataRow row, 
   long tag 
) 
public:  
   virtual String^ GetElementValue( 
      System::Data::DataRow^ row, 
      Int64 tag 
   ) abstract 

Parameters

row

a System.Data.DataRow of the Patient Table

tag

a DICOM tag that corresponds to a value in the Patient Table

Return Value

patient related DICOM tag value that is stored in a System.Data.DataRow of the Patient Table.

Remarks

Implementors should minimally support this list of DICOM Tags: For more information, refer to LEAD Medical Storage Server Custom Database.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.