Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.EventActionCode
Packages that use EventActionCode
Package
Description
-
Uses of EventActionCode in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return EventActionCodeModifier and TypeMethodDescriptionstatic EventActionCodeEventActionCode.enumForCode(String code) static EventActionCodeReturns the enum constant of this class with the specified name.static EventActionCode[]EventActionCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventActionCode in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type EventActionCodeModifier 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 EventActionCodeModifierConstructorDescriptionCustomAuditMessageBuilder(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventId eventId, EventType eventType, PurposeOfUse... purposesOfUse) DataExportBuilder(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventType eventType, PurposeOfUse... purposesOfUse) DataImportBuilder(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, 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) 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) -
Uses of EventActionCode in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return EventActionCodeMethods in org.openehealth.ipf.commons.audit.model with parameters of type EventActionCodeModifier and TypeMethodDescriptionvoidEventIdentificationType.setEventActionCode(EventActionCode eventActionCode)