Uses of Class
org.hl7.fhir.dstu2.model.TimeType
-
Packages that use TimeType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TimeType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TimeType Modifier and Type Method Description protected TimeTypeJsonParser. parseTime(String v)protected TimeTypeXmlParser. parseTime(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type TimeType Modifier and Type Method Description protected voidXmlParser. composeTime(String name, TimeType value)protected voidJsonParser. composeTimeCore(String name, TimeType value, boolean inArray)protected voidJsonParser. composeTimeExtras(String name, TimeType value, boolean inArray) -
Uses of TimeType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TimeType Modifier and Type Field Description protected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent. availableEndTimeThe closing time of day.protected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent. availableStartTimeThe opening time of day.Methods in org.hl7.fhir.dstu2.model that return TimeType Modifier and Type Method Description TimeTypeBase. castToTime(Base b)TimeTypeTimeType. copy()TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent. getAvailableEndTimeElement()TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent. getAvailableStartTimeElement()TimeTypeObservation. getValueTimeType()TimeTypeObservation.ObservationComponentComponent. getValueTimeType()TimeTypeQuestionnaireResponse.QuestionAnswerComponent. getValueTimeType()Methods in org.hl7.fhir.dstu2.model with parameters of type TimeType Modifier and Type Method Description HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. setAvailableEndTimeElement(TimeType value)HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. setAvailableStartTimeElement(TimeType value)
-