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 PersonPerson.Builder. build()Build thePersonMethods in org.linuxforhealth.fhir.model.resource with parameters of type Person Modifier and Type Method Description protected Person.BuilderPerson.Builder. from(Person person)protected voidPerson.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Person person)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Person person)
-