
Uses of Enum
org.hl7.fhir.dstu3.model.Patient.LinkType
Packages that use Patient.LinkType
-
Uses of Patient.LinkType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Patient.LinkTypeModifier and TypeFieldDescriptionprotected Enumeration
<Patient.LinkType> Patient.PatientLinkComponent.type
The type of link between this patient resource and another patient resource.Methods in org.hl7.fhir.dstu3.model that return Patient.LinkTypeModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Patient.LinkTypeModifier and TypeMethodDescriptionPatient.LinkTypeEnumFactory.fromType
(PrimitiveType<?> code) Patient.PatientLinkComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Patient.LinkTypeModifier and TypeMethodDescriptionPatient.PatientLinkComponent.setType
(Patient.LinkType value) Patient.LinkTypeEnumFactory.toCode
(Patient.LinkType code) Patient.LinkTypeEnumFactory.toSystem
(Patient.LinkType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Patient.LinkTypeModifier and TypeMethodDescriptionPatient.PatientLinkComponent.setTypeElement
(Enumeration<Patient.LinkType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Patient.LinkTypeModifierConstructorDescriptionPatientLinkComponent
(Reference other, Enumeration<Patient.LinkType> type) Constructor