Skip to content

Commit

Permalink
push 4 Kai
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdulz committed Oct 9, 2024
1 parent 060638e commit 21175f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_anonymize_one_patient_two_studies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ describe("patient", () => {

it("should anonymize study, series and instance attributes differently", async () => {
const diffInstances = new OnePatientTwoStudies();
console.log(diffInstances.dataset1.meta["00020003"].Value[0]);
console.log(diffInstances.dataset2.meta["00020003"].Value[0]);

await diffInstances.anonymizeData();
const dataset1 = diffInstances.dataset1;
const dataset2 = diffInstances.dataset2;
Expand Down

0 comments on commit 21175f5

Please sign in to comment.