Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure API route get_latest_patient_encounter_by_rfid #135

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 18, 2024

  1. Secure API route get_latest_patient_encounter_by_rfid

    Problem
    - get_latest_patient_encounter_by_rfid exposes plaintext rfid
    
    Solution
    - plaintext rfid is now passed via the request body
    - Patient encounter response no longer has rfid included
    - note: if sanctuary's route should be fixed as well
    
    Ticket URL
    https://mediform.atlassian.net/browse/MEDI-61
    
    Documentation
    NA
    
    Tests Run
    make testapi
    MadelaineJ committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    99b7d88 View commit details
    Browse the repository at this point in the history