fe-medical
/
1.4.1-beta
fe-medical 1.4.1-beta
Install from the command line:
Learn more about npm packages
$ npm install @openimis/fe-medical@1.4.1-beta
Install via package.json:
"@openimis/fe-medical": "1.4.1-beta"
About this version
This repository holds the files of the openIMIS Frontend Medical reference module. It is dedicated to be deployed as a module of openimis-fe_js.
None
None (Administration module providing menu entries to proxied pages for medical items and services)
None
-
medical.DiagnosisPicker
, auto-suggestion picker that debounces search based on user input (GraphQL:diagnosesStr
) -
medical.ItemPicker
, auto-suggestion picker that debounces search based on user input (GraphQL:medicalItemsStr
) -
medical.ServicePicker
, auto-suggestion picker that debounces search based on user input (GraphQL:medicalServicesStr
) -
medical.VisitTypePicker
, constant-based picker, translation keys:medical.visitType.null
,medical.visitType.E
,... -
medical.CareTypePicker
, constant-based picker, translation keys:medical.careType.null
,medical.careType.I
,...
None
-
debounceTime
: for pickers without cache, debounce time (ms) before triggering the search. Default:800
-
cacheDiagnoses
: wherever diagnoses picker caches the diagnoses or not -
diagnosesMinCharLookup
: if diagnoses picker is not configured to cache diagnoses, minimum number of characters before trigring the search. Default: 2 -
DiagnosisPicker.selectThreshold
: Diagnosis suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10 -
ItemPicker.selectThreshold
: Items suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10 -
ServicePicker.selectThreshold
: Services suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10