
Uses of Class
org.hl7.fhir.r5.model.BaseDateTimeType
Packages that use BaseDateTimeType
-
Uses of BaseDateTimeType in org.hl7.fhir.r5.model
Subclasses of BaseDateTimeType in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclass
Represents a FHIR dateTime datatype.class
Represents a FHIR date datatype.class
Represents a FHIR instant datatype.Methods in org.hl7.fhir.r5.model that return BaseDateTimeTypeModifier and TypeMethodDescriptionBase.dateTimeValue()
BaseDateTimeType.dateTimeValue()
BaseDateTimeType.setDay
(int theDay) Sets the month with 1-index, e.g.BaseDateTimeType.setHour
(int theHour) Sets the hour of the day in a 24h clock, e.g.BaseDateTimeType.setMillis
(int theMillis) Sets the milliseconds within the current second.BaseDateTimeType.setMinute
(int theMinute) Sets the minute of the hour in the range 0-59BaseDateTimeType.setMonth
(int theMonth) Sets the month with 0-index, e.g.BaseDateTimeType.setNanos
(long theNanos) Sets the nanoseconds within the current secondBaseDateTimeType.setSecond
(int theSecond) Sets the second of the minute in the range 0-59BaseDateTimeType.setTimeZone
(TimeZone theTimeZone) BaseDateTimeType.setTimeZoneZulu
(boolean theTimeZoneZulu) Sets the value for this type using the given Java Date object as the time, and using the default precision for this datatype (unless the precision is already set), as well as the local timezone as determined by the local operating system.BaseDateTimeType.setYear
(int theYear) Sets the year, e.g.Methods in org.hl7.fhir.r5.model with parameters of type BaseDateTimeTypeModifier and TypeMethodDescriptionstatic Integer
BaseDateTimeType.compareTimes
(BaseDateTimeType left, BaseDateTimeType right, Integer def) BaseDateTimeType.equalsUsingFhirPathRules
(BaseDateTimeType theOther) This method implements a datetime equality check using the rules as defined by FHIRPath (R2) Caveat: this implementation assumes local timezone for unspecified timezonesConstructors in org.hl7.fhir.r5.model with parameters of type BaseDateTimeTypeModifierConstructorDescriptionInstantType
(BaseDateTimeType theDateTime) Create a new DateTimeDt using an existing value.