←Select platform

SetDateRangeValue Method

Summary

Sets the Date range values of a Data Element.

Syntax

C#
VB
Java
WinRT C#
C++
public bool SetDateRangeValue(  
   Leadtools.Dicom.DicomElement element, 
   Leadtools.Dicom.DicomDateRangeValue[] value 
) 
Public Function SetDateRangeValue( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal value() As Leadtools.Dicom.DicomDateRangeValue _ 
) As Boolean 
public bool SetDateRangeValue(  
   Leadtools.Dicom.DicomElement element, 
   Leadtools.Dicom.DicomDateRangeValue[] value 
) 
public boolean setDateRangeValue(DicomElement element, DicomDateRangeValue[] values) 
 function Leadtools.Dicom.DicomDataSet.SetDateRangeValue(  
   element , 
   value  
) 
public: 
bool SetDateRangeValue(  
   Leadtools.Dicom.DicomElement^ element, 
   Leadtools.Dicom.array<DicomDateRangeValue>^ value 
)  

Parameters

element
An item in the Data Set.

value
Pointer to an array of DicomDateRangeValue objects that contain the Date range value(s) to set.

Return Value

true if the Date range values were set successfully; otherwise, it is false.

Remarks

This method can be called only if the Value Representation of the Data Element is DicomVRType.DA. For more information about Value Representations, refer to Default Value Representation Table.

Example

For an example, refer to SetDateValue.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize