inferno-program | FHIR API testing for the ONC Health IT Certification Program

 by   onc-healthit Ruby Version: v1.9.0P License: Apache-2.0

kandi X-RAY | inferno-program Summary

kandi X-RAY | inferno-program Summary

inferno-program is a Ruby library. inferno-program has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

FHIR API testing for the ONC Health IT Certification Program
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              inferno-program has a low active ecosystem.
              It has 34 star(s) with 10 fork(s). There are 16 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 140 have been closed. On average issues are closed in 56 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of inferno-program is v1.9.0P

            kandi-Quality Quality

              inferno-program has 0 bugs and 0 code smells.

            kandi-Security Security

              inferno-program has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              inferno-program code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              inferno-program is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              inferno-program releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              inferno-program saves you 64088 person hours of effort in developing the same functionality from scratch.
              It has 72585 lines of code, 1237 functions and 327 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed inferno-program and discovered the below as its top functions. This is intended to give you an instant insight into inferno-program implemented functionality, and help decide if they suit your requirements.
            • Runs the JavaScript script in the browser .
            • Returns a new Date object within the specified range .
            • Checks if the request is valid .
            • Determine an issue
            • Create a new Bootstrap object .
            • Adds a list of responses to the request .
            • Sends a static file to serve static requests .
            • Generate a new client with a private key
            Get all kandi verified functions for this library.

            inferno-program Key Features

            No Key Features are available at this moment for inferno-program.

            inferno-program Examples and Code Snippets

            Inferno Program Edition,Installation and Deployment,Terminology Support
            Rubydot img1Lines of Code : 13dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            docker-compose -f terminology_compose.yml build
            
            UMLS_API_KEY=your_api_key
            # optional
            CLEANUP=true
            
            docker-compose -f terminology_compose.yml up
            
            bundle exec rake terminology:check_built_terminology
            
            bundle exec rake "terminology:check_code[91935009,  
            Inferno Program Edition,Deploying Inferno in a Server Environment
            Rubydot img2Lines of Code : 5dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            docker-compose -f docker-compose.postgres.yml up --build -d
            
            docker-compose -f docker-compose.postgres.yml down
            
            docker-compose -f docker-compose.postgres.yml down
            docker volume ls | grep inferno-pgdata # Lists active volumes
            docker volume rm inferno  
            Inferno Program Edition,Inspecting and Exporting Tests
            Rubydot img3Lines of Code : 4dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            bundle exec rake inferno:tests_to_csv
            
            bundle exec rake inferno:tests_to_csv[onc_program,all_tests.csv]
            
            bundle exec rake inferno:tests_to_csv[onc_program]
            
              

            Community Discussions

            No Community Discussions are available at this moment for inferno-program.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install inferno-program

            Inferno Program Edition is designed to be run using Docker to ensure consistency of execution across a wide range of host environments, including Windows, Linux and MacOS. If the docker image gets out of sync with the underlying system, such as when new dependencies are added to the application, you need to run docker-compose up --build to rebuild the containers. Check out the Troubleshooting Documentation for help.
            Install Docker for the host platform as well as the docker-compose tool, if necessary. Docker-compose may be included in the Docker distribution, as is the case for Windows and MacOS.
            Download the latest release of the Inferno Program Edition project to your local computer in a directory of your choice.
            Open a terminal in the directory where the project was downloaded (above).
            Run the command docker-compose up --build to start the server. This will automatically build the Docker image and launch Inferno, the HL7 FHIR Validator, and an NGINX web server, suitable for use in a single user environment. For information about running Inferno in a multi-user server environment, please refer to the Deploying Inferno in a Server Environment section below.
            Navigate to http://localhost:4567 to find the running application.

            Support

            In order to validate terminologies, Inferno must be loaded with files generated from the Unified Medical Language System (UMLS). The UMLS is distributed by the National Library of Medicine (NLM) and requires an account to access. Inferno provides some rake tasks which may make this process easier, as well as a Dockerfile and docker-compose file that will create the validators in a self-contained environment.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link