Skip to content

Commit

Permalink
SemEHR plugin - add PatientID as a field which can be returned
Browse files Browse the repository at this point in the history
  • Loading branch information
howff authored and jas88 committed Jun 22, 2023
1 parent cd48060 commit f79fab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rdmp.Dicom/ExternalApis/SemEHRConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public class SemEHRConfiguration
{
{ "SOPInstanceUID", "SOPInstanceUID" },
{ "SeriesInstanceUID", "SeriesInstanceUID" },
{ "StudyInstanceUID", "StudyInstanceUID" }
{ "StudyInstanceUID", "StudyInstanceUID" },
{ "PatientID", "PatientID" }
};

//API Settings
Expand Down

0 comments on commit f79fab2

Please sign in to comment.