Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle
Package
Description
-
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.audit.codes
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionParticipantObjectIdentificationType.getParticipantObjectDataLifeCycle()
Identifier for the data life-cycle stage for the participant object.Modifier and TypeMethodDescriptionvoid
ParticipantObjectIdentificationType.setParticipantObjectDataLifeCycle
(ParticipantObjectDataLifeCycle participantObjectDataLifeCycle) Identifier for the data life-cycle stage for the participant object. -
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.ihe.core.atna.event
Modifier and TypeMethodDescriptionDicomInstancesAccessedAuditBuilder.addExportedEntity
(String objectId, ParticipantObjectIdType participantObjectIdType, ParticipantObjectTypeCode participantObjectTypeCode, ParticipantObjectTypeCodeRole participantObjectTypeCodeRole, ParticipantObjectDataLifeCycle participantObjectDataLifeCycle, List<TypeValuePairType> details) DicomInstancesTransferredAuditBuilder.addExportedEntity
(String objectId, ParticipantObjectIdType participantObjectIdType, ParticipantObjectTypeCode participantObjectTypeCode, ParticipantObjectTypeCodeRole participantObjectTypeCodeRole, ParticipantObjectDataLifeCycle participantObjectDataLifeCycle, List<TypeValuePairType> details) PHIExportBuilder.addExportedEntity
(String objectId, ParticipantObjectIdType participantObjectIdType, ParticipantObjectTypeCode participantObjectTypeCode, ParticipantObjectTypeCodeRole participantObjectTypeCodeRole, ParticipantObjectDataLifeCycle participantObjectDataLifeCycle, List<TypeValuePairType> details) PHIImportBuilder.addImportedEntity
(String objectId, ParticipantObjectIdType participantObjectIdType, ParticipantObjectTypeCode participantObjectTypeCode, ParticipantObjectTypeCodeRole participantObjectTypeCodeRole, ParticipantObjectDataLifeCycle participantObjectDataLifeCycle, List<TypeValuePairType> details) -
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.ihe.hpd.iti59
Modifier and TypeMethodDescriptionIti59AuditDataset.RequestItem.getParticipantObjectDataLifeCycle()
Modifier and TypeMethodDescriptionvoid
Iti59AuditDataset.RequestItem.setParticipantObjectDataLifeCycle
(ParticipantObjectDataLifeCycle participantObjectDataLifeCycle) -
Uses of ParticipantObjectDataLifeCycle in org.openehealth.ipf.commons.ihe.xds.core.audit.event
Modifier and TypeMethodDescriptionXdsPatientRecordEventBuilder.addDocumentIds
(XdsNonconstructiveDocumentSetRequestAuditDataset auditDataset, XdsNonconstructiveDocumentSetRequestAuditDataset.Status status, ParticipantObjectIdType participantObjectIdType, ParticipantObjectDataLifeCycle lifeCycle) XdsPatientRecordEventBuilder.addObjectIds
(List<String> objectIds, ParticipantObjectDataLifeCycle lifeCycle)