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