Uses of Class
org.hl7.fhir.dstu2.model.TimeType
Packages that use TimeType
-
Uses of TimeType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TimeTypeModifier and TypeMethodDescriptionprotected TimeTypeprotected TimeTypeXmlParser.parseTime(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type TimeTypeModifier and TypeMethodDescriptionprotected 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 TimeTypeModifier and TypeFieldDescriptionprotected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent.availableEndTimeThe closing time of day.protected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent.availableStartTimeThe opening time of day.Methods in org.hl7.fhir.dstu2.model that return TimeTypeModifier and TypeMethodDescriptionBase.castToTime(Base b)TimeType.copy()HealthcareService.HealthcareServiceAvailableTimeComponent.getAvailableEndTimeElement()HealthcareService.HealthcareServiceAvailableTimeComponent.getAvailableStartTimeElement()Observation.getValueTimeType()Observation.ObservationComponentComponent.getValueTimeType()QuestionnaireResponse.QuestionAnswerComponent.getValueTimeType()Methods in org.hl7.fhir.dstu2.model with parameters of type TimeTypeModifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.setAvailableEndTimeElement(TimeType value)HealthcareService.HealthcareServiceAvailableTimeComponent.setAvailableStartTimeElement(TimeType value)