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.Contact
Patient.Contact.Builder. build()
Build thePatient.Contact
Methods 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.Builder
Patient.Builder. contact(Patient.Contact... contact)
A contact party (e.g.protected Patient.Contact.Builder
Patient.Contact.Builder. from(Patient.Contact contact)
protected void
Patient.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.Builder
Patient.Builder. contact(java.util.Collection<Patient.Contact> contact)
A contact party (e.g.
-