Uses of Class
org.linuxforhealth.fhir.model.resource.Patient.Contact
-
Packages that use Patient.Contact Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Patient.Contact in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Patient.Contact Modifier and Type Method Description Patient.ContactPatient.Contact.Builder. build()Build thePatient.ContactMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Patient.Contact Modifier and Type Method Description java.util.List<Patient.Contact>Patient. getContact()A contact party (e.g.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Patient.Contact Modifier and Type Method Description Patient.BuilderPatient.Builder. contact(Patient.Contact... contact)A contact party (e.g.protected Patient.Contact.BuilderPatient.Contact.Builder. from(Patient.Contact contact)protected voidPatient.Contact.Builder. validate(Patient.Contact contact)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Patient.Contact Modifier and Type Method Description Patient.BuilderPatient.Builder. contact(java.util.Collection<Patient.Contact> contact)A contact party (e.g.
-