Uses of Class
org.hl7.fhir.dstu2.model.HealthcareService.HealthcareServiceAvailableTimeComponent
-
Packages that use HealthcareService.HealthcareServiceAvailableTimeComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of HealthcareService.HealthcareServiceAvailableTimeComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return HealthcareService.HealthcareServiceAvailableTimeComponent Modifier and Type Method Description protected HealthcareService.HealthcareServiceAvailableTimeComponentJsonParser. parseHealthcareServiceHealthcareServiceAvailableTimeComponent(com.google.gson.JsonObject json, HealthcareService owner)protected HealthcareService.HealthcareServiceAvailableTimeComponentXmlParser. parseHealthcareServiceHealthcareServiceAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type HealthcareService.HealthcareServiceAvailableTimeComponent Modifier and Type Method Description protected voidJsonParser. composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element)protected voidXmlParser. composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element)protected voidJsonParser. composeHealthcareServiceHealthcareServiceAvailableTimeComponentInner(HealthcareService.HealthcareServiceAvailableTimeComponent element) -
Uses of HealthcareService.HealthcareServiceAvailableTimeComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type HealthcareService.HealthcareServiceAvailableTimeComponent Modifier and Type Field Description protected List<HealthcareService.HealthcareServiceAvailableTimeComponent>HealthcareService. availableTimeA collection of times that the Service Site is available.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HealthcareService.HealthcareServiceAvailableTimeComponent Modifier and Type Method Description List<HealthcareService.HealthcareServiceAvailableTimeComponent>HealthcareService. getAvailableTime()Methods in org.hl7.fhir.dstu2.model with parameters of type HealthcareService.HealthcareServiceAvailableTimeComponent Modifier and Type Method Description HealthcareServiceHealthcareService. addAvailableTime(HealthcareService.HealthcareServiceAvailableTimeComponent t)
-