public class FhirAuditJsonEvent extends Object
| Constructor and Description |
|---|
FhirAuditJsonEvent() |
FhirAuditJsonEvent(ca.uhn.fhir.context.FhirContext fhirContext) |
| Modifier and Type | Method and Description |
|---|---|
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentComponent |
activeParticipantToAgent(ActiveParticipantType ap) |
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentNetworkType |
auditEventNetworkType(NetworkAccessPointTypeCode naptc) |
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent |
auditSourceIdentificationToEventSource(AuditSourceIdentificationType asit) |
protected org.hl7.fhir.dstu3.model.CodeableConcept |
codedValueTypeToCodeableConcept(CodedValueType cvt) |
protected org.hl7.fhir.dstu3.model.Coding |
codedValueTypeToCoding(CodedValueType cvt) |
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAction |
getAuditEventAction(EventActionCode eventActionCode) |
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventOutcome |
getAuditEventOutcome(EventOutcomeIndicator eventOutcomeIndicator) |
protected ca.uhn.fhir.parser.IParser |
getParser(ca.uhn.fhir.context.FhirContext fhirContext) |
void |
marshal(AuditMessage auditMessage,
Writer writer,
boolean pretty) |
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent |
participantObjectIdentificationToEntity(ParticipantObjectIdentificationType poit) |
protected org.hl7.fhir.dstu3.model.AuditEvent |
translate(AuditMessage auditMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalpublic FhirAuditJsonEvent()
public FhirAuditJsonEvent(ca.uhn.fhir.context.FhirContext fhirContext)
protected ca.uhn.fhir.parser.IParser getParser(ca.uhn.fhir.context.FhirContext fhirContext)
public void marshal(AuditMessage auditMessage, Writer writer, boolean pretty) throws IOException
marshal in interface SerializationStrategyIOExceptionprotected org.hl7.fhir.dstu3.model.AuditEvent translate(AuditMessage auditMessage)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityComponent participantObjectIdentificationToEntity(ParticipantObjectIdentificationType poit)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent auditSourceIdentificationToEventSource(AuditSourceIdentificationType asit)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentComponent activeParticipantToAgent(ActiveParticipantType ap)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentNetworkType auditEventNetworkType(NetworkAccessPointTypeCode naptc)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventOutcome getAuditEventOutcome(EventOutcomeIndicator eventOutcomeIndicator)
protected org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAction getAuditEventAction(EventActionCode eventActionCode)
protected org.hl7.fhir.dstu3.model.Coding codedValueTypeToCoding(CodedValueType cvt)
protected org.hl7.fhir.dstu3.model.CodeableConcept codedValueTypeToCodeableConcept(CodedValueType cvt)
Copyright © 2018 Open eHealth Foundation. All rights reserved.