Giter Club home page Giter Club logo

medicost's People

Contributors

upquark avatar

Watchers

 avatar  avatar

medicost's Issues

Feature - HCPCS code search support

Description:
HCPCS code search needs to be implemented. This can be added as an additional layer of filtering, and hopefully accept WildCards. Could also include an additional feature for navigating HCPCS codes, in a window.

Two possible windows:

  • One for a specific code, upon searching by that code, or upon selecting it in the CostTable.
  • One for many codes, for getting a picture of what codes look like

Feature - Collapse addresses that share lat/lng

Process:

  • Table MedicarePhysician2012_Addresses can be amended such that addressIDs are only applied to unique Lat/Lng pairings, rather than unique street addresses. Then the related sproc can do a select distinct.
  • Alternately, we can create a new table of only distinct elements

Work:

  • Amend MedicarePhysician2012_Addresses so that AddressID is unique only for unique lat/lng pairs
  • Either amend stored procedure to deal with this (do a select distinct) or create a new distinct-only table.

Feature - Sort typeahead options

Description:
Sort City by population, sort Specialty by frequency? Hcps codes should be searched from dictionary of both code and definition.

Process:
I'd like to have the TypeAhead fields sorted by some sort of good frequency measure, such that "New Boston" doesn't precede "Boston" / "West Los Angeles" precede "Los Angeles," etc.

Work

  • City - assign each City in the table a priority value based on either 3rd party sourced population (hard) or simply # of costs in table for that city (easy).
  • Specialty - sort by number of times specialty appears in list? Or just alphabetically
  • HCPCS Code - will need to create a dictionary of codes matched with descriptions, and allow for searching based on that. Sorting can be alphabetically or based on frequency.

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.