setIsModalOpen(false)}
- modalLabel="ADMIT BROUGHT IN BODY"
- modalHeading="ADMISSION"
- hasScrollingContent>
-
-
-
-
-
-
-
-
-
-
- {
- console.log(e);
- }}
- id="carbon-combobox"
- items={[
- 'Married Polygamous',
- 'Married Monogamous',
- 'Divorced',
- 'Widowed',
- 'Cohabiting',
- 'Single',
- 'Not Married',
- ]}
- downshiftProps={{
- onStateChange: () => {
- console.log('the state has changed');
- },
- }}
- titleText="Marital Status*"
- />
-
-
-
-
-
-
-
-
- {
- console.log(e);
- }}
- id="carbon-combobox"
- items={['TB', 'Malaria']}
- downshiftProps={{
- onStateChange: () => {
- console.log('the state has changed');
- },
- }}
- titleText="Cause of death*"
- />
-
-
-
);
};
diff --git a/packages/esm-pharmacy-app/src/pharmacy-tables/pharmacy-patients.component.tsx b/packages/esm-pharmacy-app/src/pharmacy-tables/pharmacy-patients.component.tsx
index 378d1f80..f8563b1a 100644
--- a/packages/esm-pharmacy-app/src/pharmacy-tables/pharmacy-patients.component.tsx
+++ b/packages/esm-pharmacy-app/src/pharmacy-tables/pharmacy-patients.component.tsx
@@ -15,6 +15,7 @@ import {
} from '@carbon/react';
import { Add, TrashCan } from '@carbon/react/icons';
import {
+ ConfigurableLink,
ErrorState,
UserHasAccess,
isDesktop,
@@ -92,7 +93,13 @@ export const PharmacyPatients: React.FC = () => {
return {
id: `${patient.uuid}`,
openmrsId: patient.openmrsId,
- name: patient.name,
+ name: (
+