| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<FamilyMemberHistory.FamilyHistoryStatus> |
FamilyMemberHistory.status
A code specifying the status of the record of the family history of a specific family member.
|
| Modifier and Type | Method and Description |
|---|---|
static FamilyMemberHistory.FamilyHistoryStatus |
FamilyMemberHistory.FamilyHistoryStatus.fromCode(String codeString) |
FamilyMemberHistory.FamilyHistoryStatus |
FamilyMemberHistory.FamilyHistoryStatusEnumFactory.fromCode(String codeString) |
FamilyMemberHistory.FamilyHistoryStatus |
FamilyMemberHistory.getStatus() |
static FamilyMemberHistory.FamilyHistoryStatus |
FamilyMemberHistory.FamilyHistoryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyMemberHistory.FamilyHistoryStatus[] |
FamilyMemberHistory.FamilyHistoryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<FamilyMemberHistory.FamilyHistoryStatus> |
FamilyMemberHistory.FamilyHistoryStatusEnumFactory.fromType(Base code) |
Enumeration<FamilyMemberHistory.FamilyHistoryStatus> |
FamilyMemberHistory.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
FamilyMemberHistory |
FamilyMemberHistory.setStatus(FamilyMemberHistory.FamilyHistoryStatus value) |
String |
FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toCode(FamilyMemberHistory.FamilyHistoryStatus code) |
String |
FamilyMemberHistory.FamilyHistoryStatusEnumFactory.toSystem(FamilyMemberHistory.FamilyHistoryStatus code) |
| Modifier and Type | Method and Description |
|---|---|
FamilyMemberHistory |
FamilyMemberHistory.setStatusElement(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value) |
| Constructor and Description |
|---|
FamilyMemberHistory(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status,
Reference patient,
CodeableConcept relationship)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.