Uses of Class
org.projecthusky.common.utils.time.Hl7Dtm
Packages that use Hl7Dtm
-
Uses of Hl7Dtm in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return Hl7DtmModifier and TypeMethodDescription@Nullable Hl7Dtm
Author.getTimeAsHl7Dtm()
Returns the participation start time as anHl7Dtm
ornull
.@Nullable Hl7Dtm
Participant.getTimeAsHl7Dtm()
Returns the time as anHl7Dtm
ornull
. -
Uses of Hl7Dtm in org.projecthusky.common.utils.time
Methods in org.projecthusky.common.utils.time that return Hl7DtmModifier and TypeMethodDescriptionstatic @NonNull Hl7Dtm
DateTimes.completeToEarliestInstant
(@NonNull org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp timestamp) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the start of the year, month, day, hour and minute if needed (i.e.static @NonNull Hl7Dtm
DateTimes.completeToEarliestInstant
(@NonNull Hl7Dtm hl7Dtm) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the start of the year, month, day, hour and minute if needed (i.e.static @NonNull Hl7Dtm
DateTimes.completeToLatestInstant
(@NonNull org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp timestamp) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the end of the year, month, day, hour and minute if needed (i.e.static @NonNull Hl7Dtm
DateTimes.completeToLatestInstant
(@NonNull Hl7Dtm hl7Dtm) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the end of the year, month, day, hour and minute if needed (i.e.static Hl7Dtm
Creates aHl7Dtm
object from the given string.static Hl7Dtm
Hl7Dtm.now()
Methods in org.projecthusky.common.utils.time with parameters of type Hl7DtmModifier and TypeMethodDescriptionstatic @NonNull Hl7Dtm
DateTimes.completeToEarliestInstant
(@NonNull Hl7Dtm hl7Dtm) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the start of the year, month, day, hour and minute if needed (i.e.static @NonNull Hl7Dtm
DateTimes.completeToLatestInstant
(@NonNull Hl7Dtm hl7Dtm) Takes an HL7 DTM-formatted value given as aHl7Dtm
, sets the resolution to the fraction of seconds by filling missing values to the end of the year, month, day, hour and minute if needed (i.e.static @NonNull Instant