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 CarePlanCarePlan.Builder. build()Build theCarePlanMethods in org.linuxforhealth.fhir.model.resource with parameters of type CarePlan Modifier and Type Method Description protected CarePlan.BuilderCarePlan.Builder. from(CarePlan carePlan)protected voidCarePlan.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, CarePlan carePlan)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, CarePlan carePlan)
-