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