Git Product home page Git Product logo

ctcae's Introduction

CTCAE code server experiment

Experiments regarding Common Terminology Criteria for Adverse Events (CTCAE)

The original files and info about CTCAE can be found at https://ctep.cancer.gov/protocoldevelopment/electronic_applications/ctc.htm

Process used to create a JSON file and providing it via a API for testing (not for production use).

  1. The file Excel file for CTCAE Version 5.0 https://ctep.cancer.gov/protocoldevelopment/electronic_applications/docs/CTCAE_v5.0.xlsx was downloeded and opened in a spreadsheet program.
  2. Change the header of first column from MedDRA Code to id
  3. Select and copy columns A throug J
  4. Paste into https://csvjson.com/csv2json and convert
  5. Download resulting file and add surrounding DB structure (and read about acces via URL) as described at https://my-json-server.typicode.com/ in this case that would mean add { "medra_code": at the start of the file (before the first [ sign) and add } to the end of the file (after the last ] sign)
  6. Access (for testing, not for production use) via the described URL-patterns. For my particular example repo that would be https://my-json-server.typicode.com/ErikSundvall/ctcae/medra_code/{add_code_here} for example looking up "Fatigue" by it's code https://my-json-server.typicode.com/ErikSundvall/ctcae/medra_code/10016256

ctcae's People

Contributors

eriksundvall avatar

Watchers

 avatar

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.