←Select platform

GetStringValuePtr Method

Summary
Gets a pointer to a string value that is stored in the Value Field of the specified element.
Syntax
C#
C++/CLI
public IntPtr GetStringValuePtr( 
   DicomElement element, 
   int index 
) 
public: 
IntPtr GetStringValuePtr(  
   DicomElement^ element, 
   int index 
)  

Parameters

element
An item in the Data Set.

index
The zero-based index of the string value to retrieve, when more than one value is stored in the Value Field.

Return Value

A pointer to a string value stored in the Value Field of the specified Data Element. It is null if The length of the Value Field is 0, the method was called for the incorrect Value Representation type, or the method was called for a folder (sequence) element.

Remarks

The method can be used to get one string value at a time. Therefore, if multiple values are stored in the Value Field, the method needs to be called multiple times to get all the values. This method can be called only if the Value Representation of the Data Element is:

For more information about Value Representations, refer to Default Value Representation Table.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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