Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle
Packages that use ParticipantObjectDataLifeCycle
Package
Description
-
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return ParticipantObjectDataLifeCycleModifier and TypeMethodDescriptionParticipantObjectDataLifeCycle.enumForCode(Short code) Returns the enum constant of this class with the specified name.static ParticipantObjectDataLifeCycle[]ParticipantObjectDataLifeCycle.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type ParticipantObjectDataLifeCycleModifier and TypeMethodDescriptionBaseAuditMessageBuilder.addParticipantObjectIdentification(ParticipantObjectIdType objectIDTypeCode, String objectName, byte[] objectQuery, List<TypeValuePairType> objectDetails, String objectID, ParticipantObjectTypeCode objectTypeCode, ParticipantObjectTypeCodeRole objectTypeCodeRole, ParticipantObjectDataLifeCycle objectDataLifeCycle, String objectSensitivity) Create and add an Participant Object Identification block to this audit event messageBaseAuditMessageBuilder.addParticipantObjectIdentification(ParticipantObjectIdType objectIDTypeCode, String objectName, byte[] objectQuery, List<TypeValuePairType> objectDetails, String objectID, ParticipantObjectTypeCode objectTypeCode, ParticipantObjectTypeCodeRole objectTypeCodeRole, ParticipantObjectDataLifeCycle objectDataLifeCycle, String objectSensitivity, List<DicomObjectDescriptionType> dicomDescriptions) Create and add an Participant Object Identification block to this audit event messagePatientRecordBuilder.addPatient(String patientId, String patientName, List<TypeValuePairType> details, ParticipantObjectDataLifeCycle lifeCycle) BaseAuditMessageBuilder.addPatientParticipantObject(String patientId, String patientName, List<TypeValuePairType> details, ParticipantObjectDataLifeCycle lifecycle) Adds a Participant Object representing a patient involved in the event -
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return ParticipantObjectDataLifeCycleModifier and TypeMethodDescriptionParticipantObjectIdentificationType.getParticipantObjectDataLifeCycle()Identifier for the data life-cycle stage for the participant object.Methods in org.openehealth.ipf.commons.audit.model with parameters of type ParticipantObjectDataLifeCycleModifier and TypeMethodDescriptionvoidParticipantObjectIdentificationType.setParticipantObjectDataLifeCycle(ParticipantObjectDataLifeCycle participantObjectDataLifeCycle) Identifier for the data life-cycle stage for the participant object.