Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator
Packages that use EventOutcomeIndicator
Package
Description
-
Uses of EventOutcomeIndicator in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return EventOutcomeIndicatorModifier and TypeMethodDescriptionstatic EventOutcomeIndicatorEventOutcomeIndicator.enumForCode(Integer code) static EventOutcomeIndicatorReturns 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
Methods in org.openehealth.ipf.commons.audit.event with parameters of type EventOutcomeIndicatorModifier 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 messageConstructors in org.openehealth.ipf.commons.audit.event with parameters of type EventOutcomeIndicatorModifierConstructorDescriptionApplicationActivityBuilder(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
Methods in org.openehealth.ipf.commons.audit.model that return EventOutcomeIndicatorModifier and TypeMethodDescription@NonNull EventOutcomeIndicatorEventIdentificationType.getEventOutcomeIndicator()Methods in org.openehealth.ipf.commons.audit.model with parameters of type EventOutcomeIndicatorModifier and TypeMethodDescriptionvoidEventIdentificationType.setEventOutcomeIndicator(@NonNull EventOutcomeIndicator eventOutcomeIndicator) Constructors in org.openehealth.ipf.commons.audit.model with parameters of type EventOutcomeIndicatorModifierConstructorDescriptionEventIdentificationType(EventId eventID, Instant eventDateTime, EventOutcomeIndicator eventOutcomeIndicator)