Share via


AcceptedAge(AgeUnit, Single) Constructor

Definition

Initializes a new instance of AcceptedAge.

public AcceptedAge (Azure.Health.Insights.ClinicalMatching.AgeUnit unit, float value);
new Azure.Health.Insights.ClinicalMatching.AcceptedAge : Azure.Health.Insights.ClinicalMatching.AgeUnit * single -> Azure.Health.Insights.ClinicalMatching.AcceptedAge
Public Sub New (unit As AgeUnit, value As Single)

Parameters

unit
AgeUnit

Possible units for a person's age.

value
Single

The number of years/months/days that represents the person's age.

Applies to