Uses of Class
org.hl7.fhir.r4.model.Patient.LinkType
-
Packages that use Patient.LinkType Package Description org.hl7.fhir.r4.model -
-
Uses of Patient.LinkType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Patient.LinkType Modifier and Type Field Description protected Enumeration<Patient.LinkType>Patient.PatientLinkComponent. typeThe type of link between this patient resource and another patient resource.Methods in org.hl7.fhir.r4.model that return Patient.LinkType Modifier and Type Method Description static Patient.LinkTypePatient.LinkType. fromCode(String codeString)Patient.LinkTypePatient.LinkTypeEnumFactory. fromCode(String codeString)Patient.LinkTypePatient.PatientLinkComponent. getType()static Patient.LinkTypePatient.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Patient.LinkType Modifier and Type Method Description Enumeration<Patient.LinkType>Patient.LinkTypeEnumFactory. fromType(Base code)Enumeration<Patient.LinkType>Patient.PatientLinkComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Patient.LinkType Modifier and Type Method Description Patient.PatientLinkComponentPatient.PatientLinkComponent. setType(Patient.LinkType value)StringPatient.LinkTypeEnumFactory. toCode(Patient.LinkType code)StringPatient.LinkTypeEnumFactory. toSystem(Patient.LinkType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Patient.LinkType Modifier and Type Method Description Patient.PatientLinkComponentPatient.PatientLinkComponent. setTypeElement(Enumeration<Patient.LinkType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Patient.LinkType Constructor Description PatientLinkComponent(Reference other, Enumeration<Patient.LinkType> type)Constructor
-