Visual Basic (Declaration) | |
---|---|
Public Function GetDateRangeValue( _ ByVal element As DicomElement, _ ByVal index As Integer _ ) As DicomDateRangeValue |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomDateRangeValue GetDateRangeValue( DicomElement element, int index ) |
Managed Extensions for C++ | |
---|---|
public: DicomDateRangeValue GetDateRangeValue( DicomElement* element, int index ) |
C++/CLI | |
---|---|
public: DicomDateRangeValue GetDateRangeValue( DicomElement^ element, int index ) |
Parameters
- element
- An item in the Data Set.
- index
- The zero-based index of the value to retrieve, when more than one value is stored in the Value Field.
Return Value
A DicomDateRangeValue that contains date range information for the specified element. This method returns an empty DicomDateRangeValue 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.For an example, refer to SetIntValue.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
GetTimeRangeValue Method
GetByteValuePtr Method
GetStringValuePtr Method
GetFloatValuePtr Method
GetDoubleValuePtr Method
GetShortValue Method
GetLongValue Method
GetIntValue Method
GetBinaryValue(DicomElement,Int32) Method
GetAgeValue Method
GetDateValue Method
GetTimeValue Method
GetDateTimeValue Method