Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal number As Integer, _ ByVal reference As DicomAgeReferenceType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomAgeValue( int number, DicomAgeReferenceType reference ) |
Managed Extensions for C++ | |
---|---|
public: DicomAgeValue( int number, DicomAgeReferenceType reference ) |
C++/CLI | |
---|---|
public: DicomAgeValue( int number, DicomAgeReferenceType reference ) |
Parameters
- number
- Numerical value that indicates the age.
- reference
- Indicates the number value type; days, weeks, months, or years.
Refer to DicomAgeValue example.
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