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