Class DICOM2016a
java.lang.Object
org.openehealth.ipf.commons.audit.marshal.dicom.DICOM2016a
- All Implemented Interfaces:
SerializationStrategy
- Direct Known Subclasses:
DICOM2016c
- Since:
- 3.5
- Author:
- Christian Ohr
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jdom2.Content
activeParticipant
(ActiveParticipantType activeParticipant) protected org.jdom2.Element
auditSourceIdentification
(AuditSourceIdentificationType auditSourceIdentification) protected org.jdom2.Element
auditSourceType
(AuditSource auditSourceType) protected org.jdom2.Element
codedValueType
(String tagName, CodedValueType codedValue) protected void
conditionallyAddAttribute
(org.jdom2.Element element, String attributeName, String value) protected void
conditionallyAddAttribute
(org.jdom2.Element element, String attributeName, EnumeratedValueSet<?> value) protected org.jdom2.Element
dicomObjectDescription
(DicomObjectDescriptionType dicomObjectDescription) protected org.jdom2.Element
eventIdentification
(EventIdentificationType eventIdentification) void
marshal
(AuditMessage auditMessage, Writer writer, boolean pretty) protected org.jdom2.Element
protected org.jdom2.Element
typeValuePairType
(String tagName, TypeValuePairType typeValuePair) 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
-
Constructor Details
-
DICOM2016a
public DICOM2016a()
-
-
Method Details
-
marshal
- Specified by:
marshal
in interfaceSerializationStrategy
- Throws:
IOException
-
activeParticipant
-
eventIdentification
-
participantObjectIdentification
protected org.jdom2.Element participantObjectIdentification(ParticipantObjectIdentificationType poi) -
auditSourceIdentification
protected org.jdom2.Element auditSourceIdentification(AuditSourceIdentificationType auditSourceIdentification) -
auditSourceType
-
codedValueType
-
typeValuePairType
-
dicomObjectDescription
protected org.jdom2.Element dicomObjectDescription(DicomObjectDescriptionType dicomObjectDescription) -
conditionallyAddAttribute
-
conditionallyAddAttribute
protected void conditionallyAddAttribute(org.jdom2.Element element, String attributeName, EnumeratedValueSet<?> value)
-