Uses of Enum
org.hl7.fhir.r5.model.Patient.LinkType
-
Uses of Patient.LinkType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Patient.LinkType> Patient.PatientLinkComponent.type
The type of link between this patient resource and another patient resource.Modifier and TypeMethodDescriptionstatic Patient.LinkType
Patient.PatientLinkComponent.getType()
static Patient.LinkType
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 TypeMethodDescriptionPatient.LinkTypeEnumFactory.fromType
(PrimitiveType<?> code) Patient.PatientLinkComponent.getTypeElement()
Modifier and TypeMethodDescriptionPatient.PatientLinkComponent.setType
(Patient.LinkType value) Patient.LinkTypeEnumFactory.toCode
(Patient.LinkType code) Patient.LinkTypeEnumFactory.toSystem
(Patient.LinkType code) Modifier and TypeMethodDescriptionPatient.PatientLinkComponent.setTypeElement
(Enumeration<Patient.LinkType> value) ModifierConstructorDescriptionPatientLinkComponent
(Reference other, Patient.LinkType type) Constructor