csi-history-of-present-illness
v0.17.0
Published
## Follow the instructions.
Downloads
1
Readme
CSI HISTORY OF PRESENT ILLNESS
Follow the instructions.
Step 1: Install Library
npm install @csi/csi-history-of-present-illness
Step 2: Import Module
import { CsiHistoryOfPresentIllnessModule } from '@csi/csi-history-of-present-illness';
@NgModule({
declarations: [
AppComponent
],
imports: [
CsiHistoryOfPresentIllnessModule
],
bootstrap: [AppComponent]
});
This module only works when following modules were installed
Before use csi-history-of-present-illness module following dependencies need to be installed and configured properly.
@csi/csi-auth;
@csi/csi-base-library;
@csi/csi-ehr-interfaces;
@csi/csi-services-gateway;
@csi/csi-patient-banner;
angular-webstorage-service;
ngx-moment;
ngx-bootstrap;
Inputs
@Input() POMR: POMR; @Input() PATIENT: POMR; @Input() APPOINTMENT: POMR; @Input() CurrentChiefComplain: any; @Input() SECURITY: Security; @Input() LOCATION: string = ''; @Input() validationOrder: number = null; @Input() validationWizard: any = {}; @Input() hasValidation: boolean = false;
Further help
ER Packaging team.