Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/DicomModification.cpp @ 4675:7e4d1f2b3a8f
GenerateAnonymizationProfile.py can read from URL
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Jun 2021 19:41:11 +0200 |
parents | d9473bd5ed43 |
children | caf963ee3de9 |
comparison
equal
deleted
inserted
replaced
4674:cdab941fe17d | 4675:7e4d1f2b3a8f |
---|---|
577 void DicomModification::SetupAnonymization2017c() | 577 void DicomModification::SetupAnonymization2017c() |
578 { | 578 { |
579 /** | 579 /** |
580 * This is Table E.1-1 from PS 3.15-2017c (DICOM Part 15: Security | 580 * This is Table E.1-1 from PS 3.15-2017c (DICOM Part 15: Security |
581 * and System Management Profiles), "basic profile" column. It was | 581 * and System Management Profiles), "basic profile" column. It was |
582 * generated automatically with the | 582 * generated automatically by calling: |
583 * "../Resources/GenerateAnonymizationProfile.py" script. | 583 * "../../../OrthancServer/Resources/GenerateAnonymizationProfile.py |
584 * https://raw.githubusercontent.com/jodogne/dicom-specification/master/2017c/part15.pdf | 584 * https://raw.githubusercontent.com/jodogne/dicom-specification/master/2017c/part15.xml" |
585 **/ | 585 **/ |
586 | 586 |
587 // TODO: (50xx,xxxx) with rule X // Curve Data | 587 // TODO: (50xx,xxxx) with rule X // Curve Data |
588 // TODO: (60xx,3000) with rule X // Overlay Data | 588 // TODO: (60xx,3000) with rule X // Overlay Data |
589 // TODO: (60xx,4000) with rule X // Overlay Comments | 589 // TODO: (60xx,4000) with rule X // Overlay Comments |