C#
VB
Java
C++
Initializes a new instance of the DicomAgeValue structure with the specified age value and reference.
public DicomAgeValue(
int number,
DicomAgeReferenceType reference
)
Public Function New( _
ByVal number As Integer, _
ByVal reference As Leadtools.Dicom.DicomAgeReferenceType _
)
public DicomAgeValue(short number, byte reference)
public DicomAgeValue(short number, DicomAgeReferenceType reference)
public:
DicomAgeValue(
int number,
Leadtools.Dicom.DicomAgeReferenceType reference
)
number
Numerical value that indicates the age.
reference
Indicates the number value type; days, weeks, months, or years.
Refer to DicomAgeValue example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET