Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added missing N code

...

  1. UKTBT downloads the file daily using its ukt account
  2. NHSBT return a file uktstatus.gpg  encrypted using gpg with a underlying format of:
    NHSNo | A/T/O/R/S | N/T/U | 
    Each column contains a single letter. PV translate the first column from the letter to the following text on the patient record

    LetterMeaning in PV
    R,N,ONot on List
    UNo Status uploaded
    AKidney - Active
    SKidney - suspended
    TKidney - Transplanted


  3. This gpg file is decrypted and a .txt extension added and stored in /data/pv/feeds/pv2/outgoing/  on the sftpp server.
  4. This is then picked up by a cron job daily at 19:30 by the PV webserver using the pv2 account and stored in /opt/ukt/import/uktstatus.gpg.txt 
  5. PV then imports this and updates the patient transplant status.

...