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