Skip to content

Implementace nástroje pro anonymizaci #7

@mjirik

Description

@mjirik

soubor io3d/anon.py

  1. inspirace pro dicom

https://github.com/mjirik/io3d/blob/master/examples/pydicom_example.ipynb

  1. všechen kód musí být ve funcích
if __name__ == "__main__":
    main()
  1. navrnout rozhraní funkce file_anonymization()

    • parametry a podobně
    • whitelist = None, nebo list povolených dicom tagů
  2. recursive_anon()

    • pracuje s adresáři v cestě
    • uvnitř používá funki file_anonymization
    • vstupem je rovněž whitelist
  3. testy

nosetests tests\anon_test.py

  1. Vytvořit test pro adresář

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions