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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidmarshal(AuditMessage auditMessage, Writer writer, boolean pretty) static StringtoString(AuditMessage auditMessage, boolean pretty) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openehealth.ipf.commons.audit.marshal.SerializationStrategymarshal
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
Currentpublic Current()
 
- 
- 
Method Details- 
toString
- 
marshal- Specified by:
- marshalin interface- SerializationStrategy
- Throws:
- IOException
 
 
-