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 Hl7Dtm
    Modifier and Type
    Method
    Description
    @Nullable Hl7Dtm
    Returns the participation start time as an Hl7Dtm or null.
    @Nullable Hl7Dtm
    Participant.getTimeAsHl7Dtm()
    Returns the time as an Hl7Dtm or null.
  • Uses of Hl7Dtm in org.projecthusky.common.utils.time

    Modifier and Type
    Method
    Description
    static @NonNull Hl7Dtm
    DateTimes.completeToEarliestInstant(@NonNull org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp timestamp)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the earliest instant covered by the partial date).
    static @NonNull Hl7Dtm
    DateTimes.completeToEarliestInstant(@NonNull Hl7Dtm hl7Dtm)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the earliest instant covered by the partial date).
    static @NonNull Hl7Dtm
    DateTimes.completeToLatestInstant(@NonNull org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp timestamp)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the latest instant covered by the partial date).
    static @NonNull Hl7Dtm
    DateTimes.completeToLatestInstant(@NonNull Hl7Dtm hl7Dtm)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the latest instant covered by the partial date).
    static Hl7Dtm
    Hl7Dtm.fromHl7(@NonNull String s)
    Creates a Hl7Dtm object from the given string.
    static Hl7Dtm
    Hl7Dtm.now()
     
    Methods in org.projecthusky.common.utils.time with parameters of type Hl7Dtm
    Modifier and Type
    Method
    Description
    static @NonNull Hl7Dtm
    DateTimes.completeToEarliestInstant(@NonNull Hl7Dtm hl7Dtm)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the earliest instant covered by the partial date).
    static @NonNull Hl7Dtm
    DateTimes.completeToLatestInstant(@NonNull Hl7Dtm hl7Dtm)
    Takes an HL7 DTM-formatted value given as a Hl7Dtm, 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. sets it to the latest instant covered by the partial date).
    static @NonNull Instant
    DateTimes.toInstant(@NonNull Hl7Dtm timestamp)
    Converts a Hl7Dtm to an Instant.