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




type
Type of time range.
time1
First time in the range.
time2
Second time in the range.
Initializes a new DicomTimeRangeValue with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As DicomRangeType, _
   ByVal time1 As DicomTimeValue, _
   ByVal time2 As DicomTimeValue _
)
Visual Basic (Usage)Copy Code
Dim type As DicomRangeType
Dim time1 As DicomTimeValue
Dim time2 As DicomTimeValue
 
Dim instance As DicomTimeRangeValue(type, time1, time2)
C# 
public DicomTimeRangeValue( 
   DicomRangeType type,
   DicomTimeValue time1,
   DicomTimeValue time2
)
Managed Extensions for C++ 
public: DicomTimeRangeValue( 
   DicomRangeType type,
   DicomTimeValue time1,
   DicomTimeValue time2
)
C++/CLI 
public:
DicomTimeRangeValue( 
   DicomRangeType type,
   DicomTimeValue time1,
   DicomTimeValue time2
)

Parameters

type
Type of time range.
time1
First time in the range.
time2
Second time 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