Skip to content

Commit

Permalink
dcm4che/dcm4chee-arc-light#4482 : Rename ParticipantObjectIDTypeCode …
Browse files Browse the repository at this point in the history
…for Query audits triggered by REST
  • Loading branch information
vrindanayak committed Apr 19, 2024
1 parent 7a8000e commit a25a9ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,8 @@ public static final class ParticipantObjectIDTypeCode
new ParticipantObjectIDTypeCode("ITI-21", "IHE Transactions", "Patient Demographics Query");
public static final ParticipantObjectIDTypeCode ITI_MobilePatientDemographicsQuery =
new ParticipantObjectIDTypeCode("ITI-78", "IHE Transactions", "Mobile Patient Demographics Query");
public static final ParticipantObjectIDTypeCode QIDO_QUERY =
new ParticipantObjectIDTypeCode("QIDO","99DCM4CHEE","QIDO_Query");
public static final ParticipantObjectIDTypeCode REST =
new ParticipantObjectIDTypeCode("REST","99DCM4CHEE","RESTful Web Service");
public static final ParticipantObjectIDTypeCode TASK =
new ParticipantObjectIDTypeCode("TASK","99DCM4CHEE","Archive Task");
public static final ParticipantObjectIDTypeCode TASKS =
Expand Down

0 comments on commit a25a9ae

Please sign in to comment.