csi-temporary-transfer
v1.2.2
Published
``` npm install @csi/csi-temporary-transfer ```
Downloads
2
Readme
CSI TEMPORARY TRANSFER
Follow the instructions.
Step 1: Install Library
npm install @csi/csi-temporary-transfer
Step 2: Import Module
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
CsiTemporaryTransferModule.forRoot({
CSI_PMS_RMS_MASTERDATA: 'http://dev.k8s.local/csi-pms-rms-masterdata',
CSI_EMPI_SERVICE: 'http://dev.k8s.local/csi-net-empiread',
CSI_PMS_ADT_REQUEST: 'http://dev.k8s.local/csi-pms-adt-request',
CSI_DOCTOR_SERVICE: 'http://dev.k8s.local/csi-pms-rms-human-resource-registry',
CSI_EHR_IP: 'http://dev.k8s.local/csi-java-ehr-ip',
CSI_EHR_NURSE_UNIT_TRANSFER: 'http://ehr.dev.k8s.local/csi-java-ehr-nurse-unittransfer',
CSI_EHR_IP_DOCTOR_PRESCRIPTION: 'http://ehr.dev.k8s.local/csi-java-ehr-ip-doctor-prescription'
}),
],
bootstrap: [AppComponent]
})
Step 3: Usage
<csi-temporary-transfer></csi-temporary-transfer>
Step 4: Add styles
Add this style in to your styles.scss
csi-temporary-transfer{
.patient-banner{
position: inherit!important;
margin: 0px!important;
}
}
API REFERENCE
Inputs
@Input() TEMP_LOCATION_ID:number; // This is optional
Further help
ADT Packaging Team.