
Uses of Class
ca.uhn.fhir.model.dstu2.resource.HealthcareService.ServiceType
Packages that use HealthcareService.ServiceType
-
Uses of HealthcareService.ServiceType in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return HealthcareService.ServiceTypeModifier and TypeMethodDescriptionHealthcareService.addServiceType()
Adds and returns a new value for serviceType ()HealthcareService.ServiceType.addSpecialty
(CodeableConceptDt theValue) Adds a given new value for specialty ()HealthcareService.getServiceTypeFirstRep()
Gets the first repetition for serviceType (), creating it if it does not already exist.HealthcareService.ServiceType.setSpecialty
(List<CodeableConceptDt> theValue) Sets the value(s) for specialty ()HealthcareService.ServiceType.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type HealthcareService.ServiceTypeModifier and TypeMethodDescriptionHealthcareService.getServiceType()
Gets the value(s) for serviceType ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HealthcareService.ServiceTypeModifier and TypeMethodDescriptionHealthcareService.addServiceType
(HealthcareService.ServiceType theValue) Adds a given new value for serviceType ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HealthcareService.ServiceTypeModifier and TypeMethodDescriptionHealthcareService.setServiceType
(List<HealthcareService.ServiceType> theValue) Sets the value(s) for serviceType ()