Skip to content

Commit

Permalink
more clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire committed Sep 4, 2024
1 parent 61ed394 commit a75476f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import styles from './encounter-list-tabs.scss';

interface EncounterListTabsComponentProps {
patientUuid: string;
filter?: (encounter: any, formName?: string) => boolean;
}

const EncounterListTabsComponent: React.FC<EncounterListTabsComponentProps> = ({ patientUuid }) => {
Expand Down
9 changes: 0 additions & 9 deletions packages/esm-patient-chart-app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import { restBaseUrl } from '@openmrs/esm-framework';

export const customFormRepresentation =
'(uuid,name,display,encounterType:(uuid,name,viewPrivilege,editPrivilege),version,published,retired,resources:(uuid,name,dataType,valueReference))';
export const customEncounterRepresentation = `custom:(uuid,encounterDatetime,encounterType:(uuid,name,viewPrivilege,editPrivilege),form:${customFormRepresentation}`;

export const formEncounterUrl = `${restBaseUrl}/form?v=custom:${customFormRepresentation}`;
export const formEncounterUrlPoc = `${restBaseUrl}/form?v=custom:${customFormRepresentation}&q=poc`;

export const clinicalFormsWorkspace = 'clinical-forms-workspace';
export const formEntryWorkspace = 'patient-form-entry-workspace';
export const spaRoot = window['getOpenmrsSpaBase']();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
border-bottom: 0.375rem solid var(--brand-03);
}

.newServiceEnrolmentBtn {
margin-bottom: 0.5em;
text-align: right;
}

.newServiceEnrolmentBtn > button {
background-color: $ui-background;
}

.widgetContainer :global(.cds--data-table) thead th button span {
height: unset !important;
}

0 comments on commit a75476f

Please sign in to comment.