
Uses of Class
org.hl7.fhir.r5.model.TimeType
Packages that use TimeType
-
Uses of TimeType in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return TimeTypeModifier and TypeMethodDescriptionstatic TimeType
Extensions.setRenderedValue
(TimeType context, String value) static TimeType
Extensions.setTimezoneCode
(TimeType context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type TimeTypeModifier and TypeMethodDescriptionstatic String
Extensions.getRenderedValue
(TimeType context) static String
Extensions.getTimezoneCode
(TimeType context) static TimeType
Extensions.setRenderedValue
(TimeType context, String value) static TimeType
Extensions.setTimezoneCode
(TimeType context, String value) -
Uses of TimeType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TimeTypeModifier and TypeMethodDescriptionprotected TimeType
protected TimeType
XmlParser.parseTime
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TimeTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeTime
(org.hl7.fhir.utilities.turtle.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.r5.model
Fields in org.hl7.fhir.r5.model declared as TimeTypeModifier and TypeFieldDescriptionprotected TimeType
Availability.AvailabilityAvailableTimeComponent.availableEndTime
Closing time of day (ignored if allDay = true).protected TimeType
Availability.AvailabilityAvailableTimeComponent.availableStartTime
Opening time of day (ignored if allDay = true).Fields in org.hl7.fhir.r5.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.r5.model that return TimeTypeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.addTimeOfDayElement()
static TimeType
TypeConvertor.castToTime
(Base b) TimeType.copy()
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerTimeType()
Availability.AvailabilityAvailableTimeComponent.getAvailableEndTimeElement()
Availability.AvailabilityAvailableTimeComponent.getAvailableStartTimeElement()
ElementDefinition.getDefaultValueTimeType()
ElementDefinition.getFixedTimeType()
ElementDefinition.getMaxValueTimeType()
ElementDefinition.getMinValueTimeType()
ElementDefinition.getPatternTimeType()
AuditEvent.AuditEventEntityDetailComponent.getValueTimeType()
Contract.AnswerComponent.getValueTimeType()
ElementDefinition.ElementDefinitionExampleComponent.getValueTimeType()
Extension.getValueTimeType()
Observation.getValueTimeType()
Observation.ObservationComponentComponent.getValueTimeType()
Parameters.ParametersParameterComponent.getValueTimeType()
Questionnaire.QuestionnaireItemAnswerOptionComponent.getValueTimeType()
Questionnaire.QuestionnaireItemInitialComponent.getValueTimeType()
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueTimeType()
StructureMap.StructureMapGroupRuleTargetParameterComponent.getValueTimeType()
Task.TaskInputComponent.getValueTimeType()
Task.TaskOutputComponent.getValueTimeType()
Transport.ParameterComponent.getValueTimeType()
Transport.TransportOutputComponent.getValueTimeType()
Methods in org.hl7.fhir.r5.model that return types with arguments of type TimeTypeMethods in org.hl7.fhir.r5.model with parameters of type TimeTypeModifier and TypeMethodDescriptionAvailability.AvailabilityAvailableTimeComponent.setAvailableEndTimeElement
(TimeType value) Availability.AvailabilityAvailableTimeComponent.setAvailableStartTimeElement
(TimeType value) Method parameters in org.hl7.fhir.r5.model with type arguments of type TimeTypeModifier and TypeMethodDescriptionTiming.TimingRepeatComponent.setTimeOfDay
(List<TimeType> theTimeOfDay)