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 TimestampCreates aTimestampobject from the given string.DocumentEntry.getCreationTime()PatientInfo.getDateOfBirth()TimeRange.getFrom()Folder.getLastUpdateTime()DocumentEntry.getServiceStartTime()DocumentEntry.getServiceStopTime()SubmissionSet.getSubmissionTime()TimeRange.getTo()static TimestampTimestamp.now()Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type TimestampModifier and TypeMethodDescriptionvoidDocumentEntry.setCreationTime(Timestamp creationTime) voidPatientInfo.setDateOfBirth(Timestamp date) voidvoidFolder.setLastUpdateTime(Timestamp lastUpdateTime) voidDocumentEntry.setServiceStartTime(Timestamp serviceStartTime) voidDocumentEntry.setServiceStopTime(Timestamp serviceStopTime) voidSubmissionSet.setSubmissionTime(Timestamp submissionTime) voidstatic StringReturns 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 TypeMethodDescriptionvoidQuerySlotHelper.fromTimestamp(QueryParameter param, Timestamp value) Stores a timestamp parameter into a slot.