Skip to content

Utilized by Researchers at Roswell Park Comprehensive Cancer Center to DeIdentify Medical Records

License

Notifications You must be signed in to change notification settings

ianhajra/DeIdentify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloading this Code

To download this code, you can utilize the following command:

git clone https://github.com/ianhajra/DeIdentify.git

Ensure this is run in the location you want the DeIdentify folder containing this repository to live.

Instructions for Running the Program via Python

  1. Ensure Python and Dependencies are Installed:

Please see Dependencies below for information on what is required.

  1. Utilize Python

    python deid.py

Instructions for Running the Program inside a Docker container

The following instructions assume that you have Docker installed, and are more intended for anyone doing development on this repository.

After making changes to your code, or to simply run the program, follow these steps to build the Docker image and run the container:

  1. Rebuild the Docker Image:

    docker build -t deidentify-image .

    This command creates a new Docker image with your latest code changes.

  2. Run the Container:

    docker run -v <path_to_directory>/output:/app/output deidentify-image
    

Dependencies

This program requires that you have Python 3 or later, as well as the pandas and openpyxl libraries installed.

Python 3 must be installed from the online download. The libraries can be installed afterwards, running:

pip install pandas openpyxl

About

Utilized by Researchers at Roswell Park Comprehensive Cancer Center to DeIdentify Medical Records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published