csi-temporary-transfer
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i csi-temporary-transfer

Weekly Downloads

1

Version

1.2.2

License

none

Unpacked Size

1.61 MB

Total Files

87

Last publish

Collaborators

  • y4shvine