result-entry-plateaumed
TypeScript icon, indicating that this package has built-in type declarations

1.0.91 • Public • Published

Result Entry Configuration for PlateauMed Hospital Management Services

Install

Install using npm install result-config

Usage

In a React app, use the ResultEntryConfig component:
import ResultEntryConfig from 'result-config'

ResultEntryConfig is an object with type ResultEntryObjInterface, accepts result-id as an Object property and returns a ResultEntryObjInterface as shown in an example below:

{
    "name": "Packed cell volume",
    "sub_sections": [
        {
            "name": "Specimen",
            "predictive_text": ['Whole blood'],
            "config": [
                {
                    "type": "sub_test",
                    "apiType": "range",
                    "groupName": "PCV",
                    "size": 6,
                }

            ]
        }
    ],

}

ResultEntryConfig props

Name Description
result-id 'number'

ResultEntryObjInterface

Name Description
value object

Package Sidebar

Install

npm i result-entry-plateaumed

Weekly Downloads

1

Version

1.0.91

License

ISC

Unpacked Size

4.87 MB

Total Files

33

Last publish

Collaborators

  • plateaumednpm