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 HealthcareServiceHealthcareService.Builder. build()Build theHealthcareServiceMethods in org.linuxforhealth.fhir.model.resource with parameters of type HealthcareService Modifier and Type Method Description protected HealthcareService.BuilderHealthcareService.Builder. from(HealthcareService healthcareService)protected voidHealthcareService.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, HealthcareService healthcareService)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, HealthcareService healthcareService) 
 -