Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator
Package
Description
-
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.audit.codes
Modifier and TypeMethodDescriptionstatic EventOutcomeIndicator
EventOutcomeIndicator.enumForCode
(Integer code) static EventOutcomeIndicator
Returns the enum constant of this class with the specified name.static EventOutcomeIndicator[]
EventOutcomeIndicator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.audit.event
Modifier and TypeMethodDescriptionBaseAuditMessageBuilder.setEventIdentification
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode action, EventId id, EventType type, Collection<PurposeOfUse> purposesOfUse) Create and set an Event Identification block for this audit event messageBaseAuditMessageBuilder.setEventIdentification
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode action, EventId id, EventType type, PurposeOfUse... purposesOfUse) Create and set an Event Identification block for this audit event messageModifierConstructorDescriptionApplicationActivityBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType type) ApplicationActivityBuilder
(EventOutcomeIndicator outcome, EventType type) ApplicationStart
(EventOutcomeIndicator outcome) ApplicationStart
(EventOutcomeIndicator outcome, String eventOutcomeDescription) ApplicationStop
(EventOutcomeIndicator outcome) ApplicationStop
(EventOutcomeIndicator outcome, String eventOutcomeDescription) AuditLogUsedBuilder
(EventOutcomeIndicator outcome) AuditLogUsedBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription) BeginTransferringDicomInstancesBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType, PurposeOfUse... purposesOfUse) CustomAuditMessageBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventId eventId, EventType eventType, PurposeOfUse... purposesOfUse) DataExportBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DataExportBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType, PurposeOfUse... purposesOfUse) DataExportBuilder
(EventOutcomeIndicator outcome, EventType eventType, PurposeOfUse... purposesOfUse) DataImportBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DataImportBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType, PurposeOfUse... purposesOfUse) DataImportBuilder
(EventOutcomeIndicator outcome, EventType eventType, PurposeOfUse... purposesOfUse) DicomInstancesAccessedBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DicomInstancesTransferredBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DicomStudyDeletedBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType, PurposeOfUse... purposesOfUse) EnteringNetwork
(EventOutcomeIndicator outcome) EnteringNetwork
(EventOutcomeIndicator outcome, String eventOutcomeDescription) LeavingNetwork
(EventOutcomeIndicator outcome) LeavingNetwork
(EventOutcomeIndicator outcome, String eventOutcomeDescription) Login
(EventOutcomeIndicator outcome, String eventOutcomeDescription, PurposeOfUse... purposeOfUse) Login
(EventOutcomeIndicator outcome, PurposeOfUse... purposeOfUse) Logout
(EventOutcomeIndicator outcome, String eventOutcomeDescription, PurposeOfUse... purposeOfUse) Logout
(EventOutcomeIndicator outcome, PurposeOfUse... purposeOfUse) NetworkEntryBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode) OrderRecordBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) PatientRecordBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) PatientRecordBuilder
(EventOutcomeIndicator outcome, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) ProcedureRecordBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) QueryBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType, PurposeOfUse... purposesOfUse) QueryBuilder
(EventOutcomeIndicator outcome, EventType eventType, PurposeOfUse... purposesOfUse) SecurityAlertBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventType eventType) UserAuthenticationBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode, PurposeOfUse... purposesOfUse) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.audit.model
Modifier and TypeMethodDescription@NonNull EventOutcomeIndicator
EventIdentificationType.getEventOutcomeIndicator()
Modifier and TypeMethodDescriptionvoid
EventIdentificationType.setEventOutcomeIndicator
(@NonNull EventOutcomeIndicator eventOutcomeIndicator) ModifierConstructorDescriptionEventIdentificationType
(EventId eventID, Instant eventDateTime, EventOutcomeIndicator eventOutcomeIndicator) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.core.atna
Modifier and TypeMethodDescriptionAuditDataset.getEventOutcomeIndicator()
Overall outcome of the transaction that causes this audit eventdefault EventOutcomeIndicator
AuditStrategy.getEventOutcomeIndicator
(T auditDataset, Object response) Determines which event outcome corresponds with the provided response POJOModifier and TypeMethodDescriptionvoid
AuditDataset.setEventOutcomeIndicator
(EventOutcomeIndicator eventOutcomeIndicator) Overall outcome of the transaction that causes this audit event -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.core.atna.event
ModifierConstructorDescriptionDefaultPatientRecordEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) DefaultPHIExportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DefaultPHIImportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DicomInstancesAccessedAuditBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DicomInstancesTransferredAuditBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) PatientRecordEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) PHIExportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) PHIImportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.fhir.audit
Modifier and TypeMethodDescriptionabstract EventOutcomeIndicator
AbstractFhirAuditStrategy.getEventOutcomeCodeFromOperationOutcome
(FhirContext fhirContext, O response) Operation Outcomes are sets of error, warning and information messages that provide detailed information about the outcome of some attempted system operation.FhirAuditStrategy.getEventOutcomeCodeFromOperationOutcome
(FhirContext fhirContext, IBaseOperationOutcome response) protected EventOutcomeIndicator
AbstractFhirAuditStrategy.getEventOutcomeCodeFromResource
(T auditDataset, IBaseResource resource) A resource is returned from the business logic.AbstractFhirAuditStrategy.getEventOutcomeIndicator
(T auditDataset, Object response) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.fhir.audit.events
ModifierConstructorDescriptionBalpPHIExportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) BalpPHIImportBuilder
(AuditContext auditContext, FhirAuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.fhir.iti65
Modifier and TypeMethodDescriptionprotected EventOutcomeIndicator
Iti65AuditStrategy.getEventOutcomeCodeFromResource
(Iti65AuditDataset auditDataset, IBaseResource resource) Look at the response codes in the bundle entries and derive the ATNA event outcome -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.hl7v3.audit
Modifier and TypeMethodDescriptionHl7v3AuditStrategy.getEventOutcomeIndicator
(Hl7v3AuditDataset auditDataset, Object gpath) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.hl7v3.iti56
Modifier and TypeMethodDescriptionIti56AuditStrategy.getEventOutcomeIndicator
(Hl7v3AuditDataset auditDataset, Object gpath) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.hpd.iti59
Modifier and TypeMethodDescriptionvoid
Iti59AuditDataset.RequestItem.setOutcomeCode
(EventOutcomeIndicator outcomeCode) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.xacml20.chppq1
Modifier and TypeMethodDescriptionChPpq1AuditStrategy.getEventOutcomeIndicator
(ChPpqAuditDataset auditDataset, Object responseObject) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.xacml20.chppq2
Modifier and TypeMethodDescriptionChPpq2AuditStrategy.getEventOutcomeIndicator
(ChPpqAuditDataset auditDataset, Object responseObject) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.xds.core.audit
Modifier and TypeMethodDescriptionXdsAuditStrategy.getEventOutcomeIndicator
(T auditDataset, Object pojo) XdsNonconstructiveDocumentSetRequestAuditDataset.getEventOutcomeIndicator()
XdsNonconstructiveDocumentSetRequestAuditDataset.getEventOutcomeIndicator
(XdsNonconstructiveDocumentSetRequestAuditDataset.Status status) -
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.ihe.xds.core.audit.event
ModifierConstructorDescriptionDicomInstancesAccessedEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DicomInstancesTransferredEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) XdsPatientRecordEventBuilder
(AuditContext auditContext, XdsAuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) XdsPHIExportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) XdsPHIImportBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse)