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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(AuditMessage auditMessage, Writer writer, boolean pretty) static StringtoString(AuditMessage auditMessage, boolean pretty) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
marshalin interfaceSerializationStrategy- Throws:
IOException
-