| DICOM PS3.17 2026a - Explanatory Information |
|---|
This example illustrates a system administrator who received an email, reviewed it, and then chose to import it into the system. Two methods of Email import are shown: one that specifies the Message-ID (Example WW.6-1), and another that uses a messaging system to perform the import (Example WW.6-2). Note that the email message is identified by the Message-ID in accordance with [RFC 5322].
These examples illustrate the use of Initiator Role ID as an additional RoleIDCode on an Active Participant, leveraging the multi-valued RoleIDCode mechanism. UserIsRequestor semantics are unchanged: one requesting user is identified.
Example WW.6-1. Sample Email Source Participants for Data Import Event
<ActiveParticipant
UserID="admin@hospital.org"
UserIsRequestor="true"
NetworkAccessPointID="WORKSTATION01"
NetworkAccessPointTypeCode="1">
<RoleIDCode
csd-code="125676002"
codeSystemName="SCT"
originalText="Person"/>
<RoleIDCode
csd-code="110156"
codeSystemName="DCM"
originalText="Initiator Role ID"/>
</ActiveParticipant>
<ActiveParticipant
UserID="Message-ID: 5678.21-Nov-1997@example.com"
UserIsRequestor="false">
<RoleIDCode
csd-code="110153"
codeSystemName="DCM"
originalText="Source Role ID"/>
<RoleIDCode
csd-code="110155"
codeSystemName="DCM"
originalText="Source Media"/>
<MediaIdentifier>
<MediaType
csd-code="110157"
codeSystemName="DCM"
originalText="Email Message"/>
</MediaIdentifier>
</ActiveParticipant>
Example WW.6-2. Sample Messaging System Source Participants for Data Import Event
<ActiveParticipant
UserID="admin@hospital.org"
UserIsRequestor="true"
NetworkAccessPointID="WORKSTATION01"
NetworkAccessPointTypeCode="1">
<RoleIDCode
csd-code="125676002"
codeSystemName="SCT"
originalText="Person"/>
<RoleIDCode
csd-code="110156"
codeSystemName="DCM"
originalText="Initiator Role ID"/>
</ActiveParticipant>
<ActiveParticipant
UserID="from: no-bounce@example.com"
UserIsRequestor="false">
<RoleIDCode
csd-code="110153"
codeSystemName="DCM"
originalText="Source Role ID"/>
<RoleIDCode
csd-code="110155"
codeSystemName="DCM"
originalText="Source Media"/>
<RoleIDCode
csd-code="110150"
codeSystemName="DCM"
originalText="Application"/>
<MediaIdentifier>
<MediaType
csd-code="110159"
codeSystemName="DCM"
originalText="Messaging System"/>
</MediaIdentifier>
</ActiveParticipant>
| DICOM PS3.17 2026a - Explanatory Information |
|---|