Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Timestamp
Packages that use Timestamp
Package
Description
-
Uses of Timestamp in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return TimestampModifier and TypeMethodDescriptionstatic Timestamp
Creates aTimestamp
object from the given string.DocumentEntry.getCreationTime()
PatientInfo.getDateOfBirth()
TimeRange.getFrom()
Folder.getLastUpdateTime()
DocumentEntry.getServiceStartTime()
DocumentEntry.getServiceStopTime()
SubmissionSet.getSubmissionTime()
TimeRange.getTo()
static Timestamp
Timestamp.now()
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type TimestampModifier and TypeMethodDescriptionvoid
DocumentEntry.setCreationTime
(Timestamp creationTime) void
PatientInfo.setDateOfBirth
(Timestamp date) void
void
Folder.setLastUpdateTime
(Timestamp lastUpdateTime) void
DocumentEntry.setServiceStartTime
(Timestamp serviceStartTime) void
DocumentEntry.setServiceStopTime
(Timestamp serviceStopTime) void
SubmissionSet.setSubmissionTime
(Timestamp submissionTime) void
static String
Returns a HL7 representation of the given timestamp, considering the precision. -
Uses of Timestamp in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters that return TimestampMethods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters with parameters of type Timestamp -
Uses of Timestamp in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with parameters of type TimestampModifier and TypeMethodDescriptionvoid
QuerySlotHelper.fromTimestamp
(QueryParameter param, Timestamp value) Stores a timestamp parameter into a slot.