Skip to content

Commit

Permalink
Fix incorrect patient-age multiplicity in test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Mar 18, 2022
1 parent f873589 commit 1f7b062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static DicomDataset BuildVrDataset(DicomVR singleVr = null)
var ds = new DicomDataset
{
new DicomApplicationEntity(DicomTag.RetrieveAETitle, "AppEntity-1", "AppEntity-2"),
new DicomAgeString(DicomTag.PatientAge, "034Y", "032Y"),
new DicomAgeString(DicomTag.PatientAge, "034Y"),
new DicomAttributeTag(DicomTag.SelectorATValue, DicomTag.SOPInstanceUID, DicomTag.SeriesInstanceUID),
new DicomCodeString(DicomTag.QualityControlImage, "FOOBAR", "OOFRAB"),
new DicomDate(DicomTag.AcquisitionDate, "20000229", "20180401"),
Expand Down

0 comments on commit 1f7b062

Please # to comment.