Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Study participant object details in audits to include StudyDescription, SeriesDescription and Modality #4555

Closed
vrindanayak opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vrindanayak
Copy link
Member

vrindanayak commented Sep 5, 2024

Note : Requires new build of logstash for changes to be effective in Kibana

Sample audit on DICOM C-Store

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AuditMessage
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.dcm4che.org/DICOM/audit-message.rnc">
	<EventIdentification EventActionCode="C" EventDateTime="2024-09-05T14:57:40.576+02:00" EventOutcomeIndicator="0">
		<EventID csd-code="110104" codeSystemName="DCM" originalText="DICOM Instances Transferred"/>
	</EventIdentification>
	<ActiveParticipant UserID="DCM4CHEE" AlternativeUserID="10143" UserIsRequestor="false" UserTypeCode="2" NetworkAccessPointID="localhost" NetworkAccessPointTypeCode="1">
		<RoleIDCode csd-code="110152" codeSystemName="DCM" originalText="Destination Role ID"/>
		<UserIDTypeCode csd-code="110119" codeSystemName="DCM" originalText="Station AE Title"/>
	</ActiveParticipant>
	<ActiveParticipant UserID="STORESCU" UserIsRequestor="true" UserTypeCode="2" NetworkAccessPointID="view-localhost" NetworkAccessPointTypeCode="1">
		<RoleIDCode csd-code="110153" codeSystemName="DCM" originalText="Source Role ID"/>
		<UserIDTypeCode csd-code="110119" codeSystemName="DCM" originalText="Station AE Title"/>
	</ActiveParticipant>
	<AuditSourceIdentification AuditSourceID="dcm4chee-arc">
		<AuditSourceTypeCode csd-code="4"/>
	</AuditSourceIdentification>
	<ParticipantObjectIdentification ParticipantObjectID="1.2.3.4.4.5" ParticipantObjectTypeCode="2" ParticipantObjectTypeCodeRole="3" ParticipantObjectDataLifeCycle="1">
		<ParticipantObjectIDTypeCode csd-code="110180" originalText="Study Instance UID" codeSystemName="DCM"/>
		<ParticipantObjectDetail type="StudyDate" value="MjAwMjA0MjY="/>
		<ParticipantObjectDetail type="StudyDescription" value="U3R1ZHlEZXNjMQ=="/>
		<ParticipantObjectDetail type="Modality" value="TUc="/>
		<ParticipantObjectDetail type="SeriesDescription" value="U2VyaWVzRGVzYzE="/>
		<ParticipantObjectDescription>
			<Accession Number="ACCESSION01"/>
			<SOPClass UID="1.2.840.10008.5.1.4.1.1.77.1.5.1" NumberOfInstances="1"/>
			<SOPClass UID="1.2.840.10008.5.1.4.1.1.1.2.1" NumberOfInstances="1"/>
			<SOPClass UID="1.2.840.10008.5.1.4.1.1.6.1" NumberOfInstances="1"/>
		</ParticipantObjectDescription>
	</ParticipantObjectIdentification>
	<ParticipantObjectIdentification ParticipantObjectID="P123" ParticipantObjectTypeCode="1" ParticipantObjectTypeCodeRole="1">
		<ParticipantObjectIDTypeCode csd-code="2" originalText="Patient Number" codeSystemName="RFC-3881"/>
		<ParticipantObjectName>MAMMOGRAPHY^TEST1</ParticipantObjectName>
	</ParticipantObjectIdentification>
</AuditMessage>
@vrindanayak vrindanayak added the enhancement New feature or request label Sep 5, 2024
@vrindanayak vrindanayak added this to the 5.33.0 milestone Sep 5, 2024
@vrindanayak vrindanayak self-assigned this Sep 5, 2024
vrindanayak added a commit that referenced this issue Sep 5, 2024
vrindanayak added a commit to dcm4che-dockerfiles/logstash-dcm4chee that referenced this issue Sep 5, 2024
…ails in audits to include StudyDescription, SeriesDescription and Modality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant