JavaScript for deidentifying HUD HMIS XML or CSV files - servinglynk/hslynk-open-source-docs GitHub Wiki

Download Script

Download the script here: https://github.com/servinglynk/hmis-lynk-open-source-docs/blob/master/doc/WikiContent/hmis-client-deidentify/hmis-client-deidentify.jar

Click on View Raw

Running Script

  • Find your Java Bin directory. It might be located similar to here: C:\Program Files (x86)\Java\jre7\bin

  • Put a copy of the hmis-client-deidentify script in the same folder

  • Put the XML file to de-identify in the same folder

  • From your Start button, type "cmd"

  • Go to the Java folder and copy the path

  • On the Cmd window, type "cd " then

  • Right click on the header for the dialog box c:\Windows\System32\cmd.exe

  • Choose Edit, then Paste

  • The path to the Java folder should paste in. Click Enter.

  • Type "java -jar hmis" after typing hmis, click Tab. The rest of the script name should complete.

  • Then type " HUD" (or whatever is the beginning of the XML file name) and Tab to complete the file name.

  • Click Enter, the file should run and can be found in the Java folder.