Uses of Enum Class
org.hl7.fhir.r5.model.Patient.LinkType
Packages that use Patient.LinkType
-
Uses of Patient.LinkType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Patient.LinkTypeModifier and TypeFieldDescriptionprotected Enumeration<Patient.LinkType>Patient.PatientLinkComponent.typeThe type of link between this patient resource and another patient resource.Methods in org.hl7.fhir.r5.model that return Patient.LinkTypeModifier and TypeMethodDescriptionstatic Patient.LinkTypePatient.PatientLinkComponent.getType()static Patient.LinkTypeReturns the enum constant of this class with the specified name.static Patient.LinkType[]Patient.LinkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Patient.LinkTypeModifier and TypeMethodDescriptionPatient.LinkTypeEnumFactory.fromType(PrimitiveType<?> code) Patient.PatientLinkComponent.getTypeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type Patient.LinkTypeModifier and TypeMethodDescriptionPatient.PatientLinkComponent.setTypeElement(Enumeration<Patient.LinkType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Patient.LinkTypeModifierConstructorDescriptionPatientLinkComponent(Reference other, Patient.LinkType type) Constructor