LEADTOOLS Medical (Leadtools.Dicom assembly)

SetTimeRangeValue Method

Show in webframe







An item in the Data Set.
Pointer to an array of DicomTimeRangeValue objects that contain the time range value(s) to set.
Sets the Time range values of a Data Element.
Syntax
public bool SetTimeRangeValue( 
   DicomElement element,
   DicomTimeRangeValue[] value
)
'Declaration
 
Public Function SetTimeRangeValue( _
   ByVal element As DicomElement, _
   ByVal value() As DicomTimeRangeValue _
) As Boolean
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim value() As DicomTimeRangeValue
Dim value As Boolean
 
value = instance.SetTimeRangeValue(element, value)
public bool SetTimeRangeValue( 
   DicomElement element,
   DicomTimeRangeValue[] value
)

            
public boolean setTimeRangeValue(DicomElement element, DicomTimeRangeValue[] values)
 function Leadtools.Dicom.DicomDataSet.SetTimeRangeValue( 
   element ,
   value 
)
public:
bool SetTimeRangeValue( 
   DicomElement^ element,
   array<DicomTimeRangeValue>^ value
) 

Parameters

element
An item in the Data Set.
value
Pointer to an array of DicomTimeRangeValue objects that contain the time range value(s) to set.

Return Value

true if the time 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.TM. For more information about Value Representations, refer to Default Value Representation Table.
Example
For an example, refer to SetIntValue(DicomElement,IntPtr,Int32).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
SetTimeValue(DicomElement,DicomTimeValue[]) Method
SetDateRangeValue Method

 

 


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

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features