Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
DicomDateRangeValue Constructor
See Also 
Leadtools.Dicom Namespace > DicomDateRangeValue Structure : DicomDateRangeValue Constructor




type
Type of date range.
date1
First date in the range.
date2
Second date in the range.
Initializes a new DicomDateRangeValue with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As DicomRangeType, _
   ByVal date1 As DicomDateValue, _
   ByVal date2 As DicomDateValue _
)
Visual Basic (Usage)Copy Code
Dim type As DicomRangeType
Dim date1 As DicomDateValue
Dim date2 As DicomDateValue
 
Dim instance As DicomDateRangeValue(type, date1, date2)
C# 
public DicomDateRangeValue( 
   DicomRangeType type,
   DicomDateValue date1,
   DicomDateValue date2
)
Managed Extensions for C++ 
public: DicomDateRangeValue( 
   DicomRangeType type,
   DicomDateValue date1,
   DicomDateValue date2
)
C++/CLI 
public:
DicomDateRangeValue( 
   DicomRangeType type,
   DicomDateValue date1,
   DicomDateValue date2
)

Parameters

type
Type of date range.
date1
First date in the range.
date2
Second date in the range.

Example

For an example, refer to SetIntValue.

Requirements

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

See Also

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