| Modifier and Type | Method and Description |
|---|---|
static au.net.electronichealth.ns.cda._2_0.CE |
Converter.convert(Sex sex) |
| Modifier and Type | Method and Description |
|---|---|
Sex |
Gender.getSex() |
| Modifier and Type | Method and Description |
|---|---|
Sex |
SubjectOfCareDemographicData.getSex() |
Sex |
SubjectOfCareDemographicDataImpl.getSex() |
| Constructor and Description |
|---|
ExtendedDemographicDataImpl(Sex sex,
DateOfBirthDetail dateOfBirthDetail)
This is a convenience constructor that will calculate the age from the date of birth
|
ExtendedDemographicDataImpl(Sex sex,
int age)
This is a constructor that will calculate the dateOfBirth from an age in years.
|
SubjectOfCareDemographicDataImpl(Sex sex,
DateOfBirthDetail dateOfBirthDetail)
This is a convenience constructor that will calculate the age from the date of birth
|
SubjectOfCareDemographicDataImpl(Sex sex,
int age)
This is a constructor that will calculate the dateOfBirth from an age in years.
|
| Modifier and Type | Method and Description |
|---|---|
static Sex |
Sex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sex[] |
Sex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Sex |
ProviderIndividualDemographicData.getSex() |
Sex |
ProviderIndividualDemographicDataImpl.getSex() |
| Constructor and Description |
|---|
ProviderIndividualDemographicDataImpl(Sex sex,
ProviderIndividualDateOfBirthDetail dateOfBirthDetail) |
Copyright © 2021. All rights reserved.