Uses of Class
org.linuxforhealth.fhir.model.resource.Person
-
Packages that use Person Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Person in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Person Modifier and Type Method Description Person
Person.Builder. build()
Build thePerson
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Person Modifier and Type Method Description protected Person.Builder
Person.Builder. from(Person person)
protected void
Person.Builder. validate(Person person)
-
Uses of Person in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Person Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Person person)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Person person)
-