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:800cacheDiagnoses: wherever diagnoses picker caches the diagnoses or notdiagnosesMinCharLookup: if diagnoses picker is not configured to cache diagnoses, minimum number of characters before trigring the search. Default: 2DiagnosisPicker.selectThreshold: Diagnosis suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10ItemPicker.selectThreshold: Items suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10ServicePicker.selectThreshold: Services suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10