From c4651275a0f13da25aa753c90a5fa24b0d2be9d9 Mon Sep 17 00:00:00 2001 From: Faith Kamau <121166087+hiqedme@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:15:39 +0300 Subject: [PATCH] (feat) Add custom patient registration with patient --- package.json | 2 +- .../src/patient-verification/client-registry.component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3254dab3..892ebcd5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "packages/*" ], "scripts": { - "start": "openmrs develop", + "start": "openmrs develop --backend http://amrs.ampath.or.ke:8080 --sources packages/esm-patient-registration-app --api-url /amrs --spa-path /amrs/spa/ --port 8021", "ci:publish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag latest", "ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag next", "release": "yarn workspaces foreach --all --topological version", diff --git a/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx b/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx index 7e2e024c..b86a7bce 100644 --- a/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx +++ b/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx @@ -35,7 +35,7 @@ export const ClientRegistry: React.FC = ({ setInitialFormVa handleOnChange(selectedItem?.id, 'identifierType')} itemToString={(item) => (item ? item.text : '')}