New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

encounter-playground

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encounter-playground

Playground for react-jsonschema-form

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

encounter-playground

SSH command for proxy

ssh -p 22 websvcs@162.209.32.138 -L 7171:devqa.rxnt.com:443

Pre-requisites

For an overview on how smart forms works, check this guid: Break-in Guide to SmartForms

Setup rxntforms

Before executing this you should have your MongoDB rxntforms collection loaded. This load happens via smart-form-repo project.

1. Loading the data

  1. Have you mongodb installed (preferably under 27017 port)

  2. Setup and start encounter-mongo-services (checkout repo read for instructions)

  3. When encounter-mongo-services is up and running, go to the <dir>/smart-form-repo/

    Pay attention for the total number of forms to be processed, in the end you should verify that all forms were uploaded.

    Execute the following:

    npm i
    npm run uploadAmendment:dev
    npm run start:dev
    
  4. Verify all forms were loaded into rxntforms.

2. Fix the formId

After loading the data into mongo, you should get the _id from the master form.

db.getCollection('masterforms').find({formId:"RX4056"})
// form name: "RXNT Standard Encounter"

With the _id in hands, time to update the ./integration-playground/auth.js. We should change the encounterTemplateV2EncounterInfo.formId property for the new ID. (search for window.encounterTemplateV2EncounterInfo) avoid pushing this change to the repo

How to run

npm start

FAQs

Package last updated on 27 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc