Class Current
java.lang.Object
org.openehealth.ipf.commons.audit.marshal.dicom.Current
- All Implemented Interfaces:
SerializationStrategy
Uses a singleton instance of the most recent DICOM version that has relevant changes to
the audit message format.
- Since:
- 3.5
- Author:
- Christian Ohr
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
marshal
(AuditMessage auditMessage, Writer writer, boolean pretty) static String
toString
(AuditMessage auditMessage, boolean pretty) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.marshal.SerializationStrategy
marshal
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Current
public Current()
-
-
Method Details
-
toString
-
marshal
- Specified by:
marshal
in interfaceSerializationStrategy
- Throws:
IOException
-