LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

SetDateValue(DicomElement,DicomDateValue) Method








An item in the Data Set.
A DicomDateValue object that contains the Date value to set.
Sets the Date value of a Data Element. .NET support Silverlight support
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
)
ObjectiveC Syntax
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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)
DicomDataSet.SetStringValue(DicomElement, string[], DicomCharacterSetType)
DicomDataSet.SetAgeValue
DicomDataSet.SetConvertValue

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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