LEADTOOLS Medical (Leadtools.Dicom assembly)

SetDateValue(DicomElement,DicomDateValue) Method

Show in webframe







An item in the Data Set.
A DicomDateValue object that contains the Date value to set.
Sets the Date value of a Data Element.
Syntax
public bool SetDateValue( 
   DicomElement element,
   DicomDateValue value
)
'Declaration
 
Public Overloads Function SetDateValue( _
   ByVal element As DicomElement, _
   ByVal value As DicomDateValue _
) As Boolean
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim value As DicomDateValue
Dim value As Boolean
 
value = instance.SetDateValue(element, value)
public bool SetDateValue( 
   DicomElement element,
   DicomDateValue value
)

            
public boolean setDateValue(DicomElement element, DicomDateValue value)
 function Leadtools.Dicom.DicomDataSet.SetDateValue(DicomElement,DicomDateValue)( 
   element ,
   value 
)
public:
bool SetDateValue( 
   DicomElement^ element,
   DicomDateValue value
) 

Parameters

element
An item in the Data Set.
value
A DicomDateValue object that contains the Date value to set.

Return Value

true if the Date value was set successfully; otherwise, it is false (the Date value of the Data Element could not be set).
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.

To set more than one date value, use the SetDateValue(DicomElement,DicomDateValue[]) overload.

Example
For an example, refer to SetIntValue(DicomElement,IntPtr,Int32).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List
DicomDataSet.SetValue(DicomElement, object)
DicomDataSet.SetDateValue(DicomElement, DateTime[])
DicomDataSet.SetDateValue(DicomElement, DicomDateValue[])
DicomDataSet.SetDateValue(DicomElement, DicomDateValue)
DicomDataSet.SetTimeValue(DicomElement, DicomTimeValue[])
DicomDataSet.SetTimeValue(DicomElement, DateTime[])
DicomDataSet.SetDateTimeValue(DicomElement, DicomDateTimeValue[])
DicomDataSet.SetDateTimeValue(DicomElement, DateTime[])
DicomDataSet.SetDoubleValue(DicomElement, double[], int)
DicomDataSet.SetFloatValue(DicomElement, float[], int)
DicomDataSet.SetIntValue(DicomElement, int[], int)
DicomDataSet.SetShortValue(DicomElement, short[], int)
DicomDataSet.SetByteValue(DicomElement, Byte[], int)
DicomDataSet.SetBinaryValue(DicomElement, Byte[], int)
SetStringValue(DicomElement,String,DicomCharacterSetType) Method
SetStringValue(DicomElement,String[],DicomCharacterSetType) Method
SetStringValue(DicomElement,String) Method
SetStringValue(DicomElement,String[]) Method
SetStringValuePtr(DicomElement,IntPtr,Int32) Method
SetStringValuePtr(DicomElement,IntPtr,UInt32,DicomCharacterSetType) Method
DicomDataSet.SetAgeValue
DicomDataSet.SetConvertValue

 

 


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