| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected PatientType |
PatientDemographicsCoreData.type |
| Modifier and Type | Method and Description |
|---|---|
static PatientType |
PatientType.fromValue(java.lang.String v) |
PatientType |
PatientDemographicsCoreData.getType()
Ruft den Wert der type-Eigenschaft ab.
|
static PatientType |
PatientType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatientType[] |
PatientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientDemographicsCoreData.setType(PatientType value)
Legt den Wert der type-Eigenschaft fest.
|