Uses of Class
ca.uhn.fhir.model.dstu2.resource.HealthcareService.ServiceType
-
Packages that use HealthcareService.ServiceType Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of HealthcareService.ServiceType in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return HealthcareService.ServiceType Modifier and Type Method Description HealthcareService.ServiceTypeHealthcareService. addServiceType()Adds and returns a new value for serviceType ()HealthcareService.ServiceTypeHealthcareService.ServiceType. addSpecialty(CodeableConceptDt theValue)Adds a given new value for specialty ()HealthcareService.ServiceTypeHealthcareService. getServiceTypeFirstRep()Gets the first repetition for serviceType (), creating it if it does not already exist.HealthcareService.ServiceTypeHealthcareService.ServiceType. setSpecialty(List<CodeableConceptDt> theValue)Sets the value(s) for specialty ()HealthcareService.ServiceTypeHealthcareService.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.ServiceType Modifier and Type Method Description List<HealthcareService.ServiceType>HealthcareService. getServiceType()Gets the value(s) for serviceType ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HealthcareService.ServiceType Modifier and Type Method Description HealthcareServiceHealthcareService. 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.ServiceType Modifier and Type Method Description HealthcareServiceHealthcareService. setServiceType(List<HealthcareService.ServiceType> theValue)Sets the value(s) for serviceType ()
-