←Select platform

Create Method (DicomAgeValueHelper)

Summary

Creates a new DicomAgeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
Public Function Create( _ 
   ByVal number As Integer, _ 
   ByVal reference As Leadtools.Dicom.DicomAgeReferenceType _ 
) As Leadtools.Dicom.DicomAgeValue 
 function Leadtools.Dicom.DicomAgeValueHelper.Create(  
   number , 
   reference  
) 

Parameters

number
Numerical value that indicates the age.

reference
Indicates the number value type; days, weeks, months, or years.

Return Value

A new DicomAgeValue with the specified values.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly