Uses of Class
org.hl7.fhir.dstu2.model.HealthcareService.ServiceTypeComponent
-
Packages that use HealthcareService.ServiceTypeComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of HealthcareService.ServiceTypeComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return HealthcareService.ServiceTypeComponent Modifier and Type Method Description protected HealthcareService.ServiceTypeComponentJsonParser. parseHealthcareServiceServiceTypeComponent(com.google.gson.JsonObject json, HealthcareService owner)protected HealthcareService.ServiceTypeComponentXmlParser. parseHealthcareServiceServiceTypeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type HealthcareService.ServiceTypeComponent Modifier and Type Method Description protected voidJsonParser. composeHealthcareServiceServiceTypeComponent(String name, HealthcareService.ServiceTypeComponent element)protected voidXmlParser. composeHealthcareServiceServiceTypeComponent(String name, HealthcareService.ServiceTypeComponent element)protected voidJsonParser. composeHealthcareServiceServiceTypeComponentInner(HealthcareService.ServiceTypeComponent element) -
Uses of HealthcareService.ServiceTypeComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type HealthcareService.ServiceTypeComponent Modifier and Type Field Description protected List<HealthcareService.ServiceTypeComponent>HealthcareService. serviceTypeA specific type of service that may be delivered or performed.Methods in org.hl7.fhir.dstu2.model that return HealthcareService.ServiceTypeComponent Modifier and Type Method Description HealthcareService.ServiceTypeComponentHealthcareService. addServiceType()HealthcareService.ServiceTypeComponentHealthcareService.ServiceTypeComponent. addSpecialty(CodeableConcept t)HealthcareService.ServiceTypeComponentHealthcareService.ServiceTypeComponent. copy()HealthcareService.ServiceTypeComponentHealthcareService.ServiceTypeComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HealthcareService.ServiceTypeComponent Modifier and Type Method Description List<HealthcareService.ServiceTypeComponent>HealthcareService. getServiceType()Methods in org.hl7.fhir.dstu2.model with parameters of type HealthcareService.ServiceTypeComponent Modifier and Type Method Description HealthcareServiceHealthcareService. addServiceType(HealthcareService.ServiceTypeComponent t)
-