Skip to content

Commit

Permalink
try CT
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Dec 10, 2024
1 parent 9607729 commit f3cdff9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public void IntegrationTest_BumpyRide(DatabaseType databaseType)
var r = new Random(500);

//create a generator
using var generator = new DicomDataGenerator(r, dir.FullName, "MR");
using var generator = new DicomDataGenerator(r, dir.FullName, "CT");
generator.GenerateImageFiles(40, r);
RunTest(dir, 40);
}
Expand Down Expand Up @@ -568,7 +568,7 @@ private void RunTest(DirectoryInfo dir, int numberOfExpectedRows, Action<FileSys
ExtractionJobIdentifier = Guid.NewGuid(),
ProjectNumber = "1234-5678",
ExtractionDirectory = "1234-5678_P1",
Modality = "MR",
Modality = "CT",
KeyTag = "SeriesInstanceUID",
};

Expand Down

0 comments on commit f3cdff9

Please sign in to comment.