
Uses of Class
org.hl7.fhir.dstu3.model.TimeType
Packages that use TimeType
-
Uses of TimeType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TimeTypeModifier and TypeMethodDescriptionprotected TimeType
protected TimeType
XmlParser.parseTime
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type TimeTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeTime
(Turtle.Complex parent, String parentType, String name, TimeType value, int index) protected void
XmlParser.composeTime
(String name, TimeType value) protected void
JsonParser.composeTimeCore
(String name, TimeType value, boolean inArray) protected void
JsonParser.composeTimeExtras
(String name, TimeType value, boolean inArray) -
Uses of TimeType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as TimeTypeModifier and TypeFieldDescriptionprotected TimeType
HealthcareService.HealthcareServiceAvailableTimeComponent.availableEndTime
The closing time of day.protected TimeType
PractitionerRole.PractitionerRoleAvailableTimeComponent.availableEndTime
The closing time of day.protected TimeType
HealthcareService.HealthcareServiceAvailableTimeComponent.availableStartTime
The opening time of day.protected TimeType
PractitionerRole.PractitionerRoleAvailableTimeComponent.availableStartTime
The opening time of day.Fields in org.hl7.fhir.dstu3.model with type parameters of type TimeTypeModifier and TypeFieldDescriptionTiming.TimingRepeatComponent.timeOfDay
Specified time of day for action to take place.Methods in org.hl7.fhir.dstu3.model that return TimeTypeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addTimeOfDayElement()
Base.castToTime
(Base b) TimeType.copy()
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerTimeType()
HealthcareService.HealthcareServiceAvailableTimeComponent.getAvailableEndTimeElement()
PractitionerRole.PractitionerRoleAvailableTimeComponent.getAvailableEndTimeElement()
HealthcareService.HealthcareServiceAvailableTimeComponent.getAvailableStartTimeElement()
PractitionerRole.PractitionerRoleAvailableTimeComponent.getAvailableStartTimeElement()
Questionnaire.QuestionnaireItemComponent.getInitialTimeType()
ElementDefinition.getMaxValueTimeType()
ElementDefinition.getMinValueTimeType()
Observation.getValueTimeType()
Observation.ObservationComponentComponent.getValueTimeType()
Questionnaire.QuestionnaireItemOptionComponent.getValueTimeType()
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueTimeType()
Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TimeTypeMethods in org.hl7.fhir.dstu3.model with parameters of type TimeTypeModifier and TypeMethodDescriptionHealthcareService.HealthcareServiceAvailableTimeComponent.setAvailableEndTimeElement
(TimeType value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setAvailableEndTimeElement
(TimeType value) HealthcareService.HealthcareServiceAvailableTimeComponent.setAvailableStartTimeElement
(TimeType value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setAvailableStartTimeElement
(TimeType value) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TimeTypeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setTimeOfDay
(List<TimeType> theTimeOfDay)