Giter VIP home page Giter VIP logo

Comments (3)

cmheidt avatar cmheidt commented on July 29, 2024

Addition to the PSN process: Dept+ID Strings should be padded to ensure the same length before hashing, otherwise there's a small risk of being able to relate pseudonyms to departments, which is undesirable

from adit.

cmheidt avatar cmheidt commented on July 29, 2024

Documentation of workflow as it stands:

  • Client is given files to upload
  • Override FileHandler to forward files to pseudonymization method
  • Pseudonymize Files using Lucas dcmjs implementation (embed using Alpine.js)
  • Post Files into a tempdir on server (using ajax, but could, more easily, probably be implemented by providing a temp dir to the Django FileField? ref method handle_uploaded_file on https://docs.djangoproject.com/en/4.1/topics/http/file-uploads/ )
  • On the server side, create a Batch Transfer Job, using the adit node as source and desired destination
  • Run the job using TransferUtils
  • Clean up tempdir

@medihack I think that is how we devised it, if there are any problems with this let me know 👍

from adit.

lmdulz avatar lmdulz commented on July 29, 2024
  • setup new Upload app
  • registration in menu bar
  • Form view
  • data transfer view
  • asynch
  • doesn't send data to same URL as Form comes from
  • checks destination of institute and uses it as transfer destination
  • view safety
  • User login
  • Insitute access
  • destination available
  • check if uploaded files all belong to same patient -> only single patient uploads are allowed
  • Html Template
  • File search Field
  • Text Field for PatientID which will be used with FixedValueAnonymizer
  • embed Anonymization with Alpine.js
  • Anonymization
  • usage in JS File (which will be referenced in Template)
  • use with seed to guarentee identical anonymization outputs
  • Data Transfer
  • test with Orthanc as receiving node
  • check and use existing transfer implementation

from adit.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.