Giter Club home page Giter Club logo

narrative-helper-i's Introduction

Narrative-Helper-I

Purpose:

  1. To assist physicians with medical documentation.
  2. Reduce duplication of work in the medical field.
  3. Help physicians get back to talking with their patients, instead of typing at the computer.

Functionality:

  1. Permit: definition of Keywords via a Right Click Menu.
  2. Permit: definitions of Templates via a Right Click Menu.
  3. Suggest: corrections for medical terms that may be misspelled.
  4. Suggest: common sentences based on Keywords entered as you type.
  5. Suggest: insertion of Templates for specific Diagnostics / Keywords.

Architecture:

architecture_v_001

Implementation:

Permit: definition of Keywords via a Right Click Menu.

  1. Upon (Right Clicking) a Highlighted Word on a text field, or empty space.
    • Bring Up a Menu containing option: “Add to list of keywords”
      1. Same Menu must contain: Input Field for typing in the keyword if no text was highlighted.

Permit: definitions of Templates via a Right Click Menu.

  1. Upon (Right Clicking) a Highlighted Text Block on a text field, or empty space.
    • Bring Up a Menu containing option: “Create Template”
      1. Contains an Input Field for: “Template Name” & “Connected Keyword”
      2. Contains an Input Field for typing in the Template if no text was highlighted.

Suggest: corrections for medical terms that may be misspelled.

  1. Listen for space to be hit on keyboard or a pause period of 1 second
    • Each time, check if the last word entered is in the list of “Keywords”
      1. If word is a keyword: ignore spell check and perform suggestions.
      2. If word is not a keyword: perform spell check based on Medical Terms / Keywords
      • Functionality to be implemented later on.
        1. Bring up suggestions based on letters in the word
        2. Letters must be contained in the same order on another word
        3. Rank up results based on amount of matching letters.

Suggest: common sentences based on Keywords entered as you type.

  1. Listen for space to be hit on keyboard or a pause period of 1 second
    • Each time, check if the last word entered is in the list of “Keywords”
      1. If word is a keyword: display the 3 most common sentences it is used on.

Suggest: insertion of Templates for specific Diagnostics / Keywords.

  1. Listen for space to be hit on keyboard or a pause period of 1 second
    • Each time, check if the last word entered is in the list of “Keywords”
      1. If word is a keyword: find out if it has templates assigned to it
      2. If templates are assigned to keyword
      3. Show a button to the left of sentence suggestions.
        • Button contains text: Add ${Keyword} Diagnostic Template?

narrative-helper-i's People

Contributors

designerexpert avatar

Watchers

James Cloos avatar  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.