Uses of Class
com.ibm.fhir.model.resource.PlanDefinition
-
Packages that use PlanDefinition Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor com.ibm.fhir.registry.util -
-
Uses of PlanDefinition in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PlanDefinition Modifier and Type Method Description PlanDefinition
PlanDefinition.Builder. build()
Build thePlanDefinition
Methods in com.ibm.fhir.model.resource with parameters of type PlanDefinition Modifier and Type Method Description protected PlanDefinition.Builder
PlanDefinition.Builder. from(PlanDefinition planDefinition)
protected void
PlanDefinition.Builder. validate(PlanDefinition planDefinition)
-
Uses of PlanDefinition in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type PlanDefinition Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, PlanDefinition planDefinition)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, PlanDefinition planDefinition)
-
Uses of PlanDefinition in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type PlanDefinition Modifier and Type Method Description boolean
DefinitionalResourceVisitor. visit(String elementName, int elementIndex, PlanDefinition planDefinition)
-