public class AuditRecordTranslator extends Object implements ToFhirTranslator<org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage>, groovy.lang.GroovyObject
| Constructor and Description |
|---|
AuditRecordTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static org.hl7.fhir.dstu3.model.AuditEvent |
auditEvent(org.openhealthtools.ihe.atna.auditor.models.rfc3881.EventIdentificationType eventIdentificationType,
org.openhealthtools.ihe.atna.auditor.models.rfc3881.AuditSourceIdentificationType auditSourceIdentificationType) |
static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent |
auditSourceIdentification(org.openhealthtools.ihe.atna.auditor.models.rfc3881.AuditSourceIdentificationType atna) |
static org.hl7.fhir.dstu3.model.CodeableConcept |
codeableConcept(org.openhealthtools.ihe.atna.auditor.models.rfc3881.CodedValueType atna) |
static org.hl7.fhir.dstu3.model.Coding |
coding(org.openhealthtools.ihe.atna.auditor.models.rfc3881.CodedValueType atna) |
static org.hl7.fhir.dstu3.model.Coding |
coding(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.openhealthtools.ihe.atna.auditor.models.rfc3881.ActiveParticipantType atna) |
static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent |
participantObject(org.openhealthtools.ihe.atna.auditor.models.rfc3881.ParticipantObjectIdentificationType atna) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static org.hl7.fhir.dstu3.model.InstantType |
timestamp(String s) |
org.hl7.fhir.dstu3.model.AuditEvent |
translate(org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage atna) |
org.hl7.fhir.dstu3.model.AuditEvent |
translateToFhir(org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage atna,
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.openhealthtools.ihe.atna.auditor.models.rfc3881.CodedValueType atna)
public static org.hl7.fhir.dstu3.model.Coding coding(Enum type)
public static org.hl7.fhir.dstu3.model.CodeableConcept codeableConcept(org.openhealthtools.ihe.atna.auditor.models.rfc3881.CodedValueType atna)
public static org.hl7.fhir.dstu3.model.InstantType timestamp(String s)
public static org.hl7.fhir.dstu3.model.AuditEvent auditEvent(org.openhealthtools.ihe.atna.auditor.models.rfc3881.EventIdentificationType eventIdentificationType,
org.openhealthtools.ihe.atna.auditor.models.rfc3881.AuditSourceIdentificationType auditSourceIdentificationType)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent auditSourceIdentification(org.openhealthtools.ihe.atna.auditor.models.rfc3881.AuditSourceIdentificationType atna)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentComponent participant(org.openhealthtools.ihe.atna.auditor.models.rfc3881.ActiveParticipantType atna)
public static org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent participantObject(org.openhealthtools.ihe.atna.auditor.models.rfc3881.ParticipantObjectIdentificationType atna)
public org.hl7.fhir.dstu3.model.AuditEvent translate(org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage atna)
public org.hl7.fhir.dstu3.model.AuditEvent translateToFhir(org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage atna,
Map<String,Object> parameters)
translateToFhir in interface ToFhirTranslator<org.openhealthtools.ihe.atna.auditor.events.AuditEventMessage>Copyright © 2017 Open eHealth Foundation. All rights reserved.