Skip to content

Commit

Permalink
Fix test data: fo-dicom now enforces there only being one PatientName…
Browse files Browse the repository at this point in the history
… per dataset not 3
  • Loading branch information
jas88 committed Jul 1, 2024
1 parent de91e70 commit e14c9e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static DicomDataset BuildZooDataset()
{
var target = new DicomDataset
{
new DicomPersonName(DicomTag.PatientName, new[] {"Anna^Pelle", null, "Olle^Jöns^Pyjamas"}),
new DicomPersonName(DicomTag.PatientName, "Olle^Jöns^Pyjamas"),
{DicomTag.SOPClassUID, DicomUID.RTPlanStorage},
{DicomTag.SOPInstanceUID, DicomUIDGenerator.GenerateDerivedFromUUID()},
{DicomTag.SeriesInstanceUID, Array.Empty<DicomUID>()},
Expand Down

0 comments on commit e14c9e4

Please sign in to comment.