public class AuditRecordTranslator extends Object implements org.openehealth.ipf.commons.ihe.fhir.translation.ToFhirTranslator<org.openehealth.ipf.commons.audit.model.AuditMessage>, groovy.lang.GroovyObject
| Constructor and Description |
|---|
AuditRecordTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static org.hl7.fhir.dstu3.model.AuditEvent |
auditEvent(org.openehealth.ipf.commons.audit.model.EventIdentificationType eventIdentificationType,
org.openehealth.ipf.commons.audit.model.AuditSourceIdentificationType auditSourceIdentificationType) |
static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent |
auditSourceIdentification(org.openehealth.ipf.commons.audit.model.AuditSourceIdentificationType atna) |
static org.hl7.fhir.dstu3.model.CodeableConcept |
codeableConcept(org.openehealth.ipf.commons.audit.types.CodedValueType codedValueType) |
static org.hl7.fhir.dstu3.model.Coding |
coding(org.openehealth.ipf.commons.audit.types.CodedValueType codedValueType) |
static org.hl7.fhir.dstu3.model.Coding |
codingEnum(Enum type) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentComponent |
participant(org.openehealth.ipf.commons.audit.model.ActiveParticipantType atna) |
static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent |
participantObject(org.openehealth.ipf.commons.audit.model.ParticipantObjectIdentificationType atna) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static org.hl7.fhir.dstu3.model.InstantType |
timestamp(Instant instant) |
org.hl7.fhir.dstu3.model.AuditEvent |
translate(org.openehealth.ipf.commons.audit.model.AuditMessage atna) |
org.hl7.fhir.dstu3.model.AuditEvent |
translateToFhir(org.openehealth.ipf.commons.audit.model.AuditMessage auditMessage,
Map<String,Object> parameters) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static org.hl7.fhir.dstu3.model.Coding coding(org.openehealth.ipf.commons.audit.types.CodedValueType codedValueType)
public static org.hl7.fhir.dstu3.model.Coding codingEnum(Enum type)
public static org.hl7.fhir.dstu3.model.CodeableConcept codeableConcept(org.openehealth.ipf.commons.audit.types.CodedValueType codedValueType)
public static org.hl7.fhir.dstu3.model.InstantType timestamp(Instant instant)
public static org.hl7.fhir.dstu3.model.AuditEvent auditEvent(org.openehealth.ipf.commons.audit.model.EventIdentificationType eventIdentificationType,
org.openehealth.ipf.commons.audit.model.AuditSourceIdentificationType auditSourceIdentificationType)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent auditSourceIdentification(org.openehealth.ipf.commons.audit.model.AuditSourceIdentificationType atna)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentComponent participant(org.openehealth.ipf.commons.audit.model.ActiveParticipantType atna)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent participantObject(org.openehealth.ipf.commons.audit.model.ParticipantObjectIdentificationType atna)
public org.hl7.fhir.dstu3.model.AuditEvent translate(org.openehealth.ipf.commons.audit.model.AuditMessage atna)
public org.hl7.fhir.dstu3.model.AuditEvent translateToFhir(org.openehealth.ipf.commons.audit.model.AuditMessage auditMessage,
Map<String,Object> parameters)
translateToFhir in interface org.openehealth.ipf.commons.ihe.fhir.translation.ToFhirTranslator<org.openehealth.ipf.commons.audit.model.AuditMessage>Copyright © 2018 Open eHealth Foundation. All rights reserved.