Uses of Class
org.openehealth.ipf.commons.audit.model.TypeValuePairType
Packages that use TypeValuePairType
Package
Description
-
Uses of TypeValuePairType in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event that return TypeValuePairTypeModifier and TypeMethodDescriptiondefault TypeValuePairTypeAuditMessageBuilder.getTypeValuePair(String type, byte[] value) Create and set a Type Value Pair instance for a given type and valuedefault TypeValuePairTypeAuditMessageBuilder.getTypeValuePair(String type, byte[] value, byte[] defaultValue) Create and set a Type Value Pair instance for a given type and valuedefault TypeValuePairTypeAuditMessageBuilder.getTypeValuePair(String type, Object value) Create and set a Type Value Pair instance for a given type and valuedefault TypeValuePairTypeAuditMessageBuilder.getTypeValuePair(String type, Object value, String defaultValue) Create and set a Type Value Pair instance for a given type and valueMethod parameters in org.openehealth.ipf.commons.audit.event with type arguments of type TypeValuePairTypeModifier 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) PatientRecordBuilder.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 eventBaseAuditMessageBuilder.addStudyParticipantObject(String studyId, List<TypeValuePairType> objectDetails) Adds a Participant Object representing a study involved in the event -
Uses of TypeValuePairType in org.openehealth.ipf.commons.audit.marshal.dicom
Methods in org.openehealth.ipf.commons.audit.marshal.dicom with parameters of type TypeValuePairTypeModifier and TypeMethodDescriptionprotected org.jdom2.ElementDICOM2016a.typeValuePairType(String tagName, TypeValuePairType typeValuePair) -
Uses of TypeValuePairType in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return types with arguments of type TypeValuePairTypeModifier and TypeMethodDescriptionParticipantObjectIdentificationType.getParticipantObjectDetails()Implementation-defined data about specific details of the object accessed or used.