Skip to content

WIP dashboard card enhancement #1430

WIP dashboard card enhancement

WIP dashboard card enhancement #1430

Triggered via push February 13, 2025 01:58
Status Failure
Total duration 5m 16s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Tests: src/containers/PatientDetails/Dashboard/config.ts#L60
Argument of type '(allergies: AllergyIntolerance[], provenanceList: Provenance[], total?: number | undefined, to?: string | undefined) => OverviewCard<AllergyIntolerance>' is not assignable to parameter of type 'PrepareFunction<AllergyIntolerance>'.
Tests: src/containers/PatientDetails/Dashboard/config.ts#L72
Argument of type '(conditions: Condition[], provenanceList: Provenance[], total?: number | undefined, to?: string | undefined) => OverviewCard<Condition>' is not assignable to parameter of type 'PrepareFunction<Condition>'.
Tests: src/containers/PatientDetails/Dashboard/config.ts#L96
Argument of type '(observations: MedicationStatement[], provenanceList: Provenance[], total?: number | undefined, to?: string | undefined) => OverviewCard<MedicationStatement>' is not assignable to parameter of type 'PrepareFunction<MedicationStatement>'.
Tests: src/containers/PatientDetails/Dashboard/config.ts#L110
Argument of type '(observations: Immunization[], provenanceList: Provenance[], total?: number | undefined, to?: string | undefined) => OverviewCard<Immunization>' is not assignable to parameter of type 'PrepareFunction<Immunization>'.
Tests: src/containers/PatientDetails/Dashboard/config.ts#L123
Argument of type '(consents: Consent[], provenanceList: Provenance[], total?: number | undefined, to?: string | undefined) => OverviewCard<Consent>' is not assignable to parameter of type 'PrepareFunction<Consent>'.
Tests: src/containers/PatientDetails/Dashboard/config.ts#L132
Argument of type '(serviceRequests: ServiceRequest[], _provenanceList: Provenance[], total: number) => OverviewCard<ServiceRequest>' is not assignable to parameter of type 'PrepareFunction<ServiceRequest>'.
Tests: src/containers/PatientDetails/PatientOverviewDynamic/containers/StandardCardContainerFabric/hooks.ts#L1
'FhirResource' is declared but its value is never read.
Tests
Process completed with exit code 2.
Tests
Process completed with exit code 127.