
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 TimeTypeprotected TimeTypeXmlParser.parseTime(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type TimeTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeTime(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TimeType value, int index) 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as TimeTypeModifier and TypeFieldDescriptionprotected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent.availableEndTimeThe closing time of day.protected TimeTypePractitionerRole.PractitionerRoleAvailableTimeComponent.availableEndTimeThe closing time of day.protected TimeTypeHealthcareService.HealthcareServiceAvailableTimeComponent.availableStartTimeThe opening time of day.protected TimeTypePractitionerRole.PractitionerRoleAvailableTimeComponent.availableStartTimeThe opening time of day.Fields in org.hl7.fhir.dstu3.model with type parameters of type TimeTypeModifier and TypeFieldDescriptionTiming.TimingRepeatComponent.timeOfDaySpecified 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)