| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Patient.LinkType> |
Patient.PatientLinkComponent.type
The type of link between this patient resource and another patient resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Patient.LinkType |
Patient.LinkType.fromCode(String codeString) |
Patient.LinkType |
Patient.LinkTypeEnumFactory.fromCode(String codeString) |
Patient.LinkType |
Patient.PatientLinkComponent.getType() |
static Patient.LinkType |
Patient.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patient.LinkType[] |
Patient.LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Patient.LinkType> |
Patient.LinkTypeEnumFactory.fromType(Base code) |
Enumeration<Patient.LinkType> |
Patient.PatientLinkComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setType(Patient.LinkType value) |
String |
Patient.LinkTypeEnumFactory.toCode(Patient.LinkType code) |
String |
Patient.LinkTypeEnumFactory.toSystem(Patient.LinkType code) |
| Modifier and Type | Method and Description |
|---|---|
Patient.PatientLinkComponent |
Patient.PatientLinkComponent.setTypeElement(Enumeration<Patient.LinkType> value) |
| Constructor and Description |
|---|
PatientLinkComponent(Reference other,
Enumeration<Patient.LinkType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.