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