@bahmni/services 0.0.1-dev.162 → 0.0.1-dev.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const DIAGNOSTIC_REPORTS_URL: (patientUuid: string, basedOnIds?: string) => string;
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const DIAGNOSTIC_REPORT_FETCH_URL: (diagnosticReportId: string) => string;
|
|
3
|
+
export declare const DIAGNOSTIC_REPORT_UPDATE_URL: (diagnosticReportId: string) => string;
|
|
3
4
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/diagnosticReportService/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,GACjC,aAAa,MAAM,EACnB,aAAa,MAAM,WAIpB,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,oBAAoB,MAAM,WAEtE,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/diagnosticReportService/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,GACjC,aAAa,MAAM,EACnB,aAAa,MAAM,WAIpB,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,oBAAoB,MAAM,WAErE,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,oBAAoB,MAAM,WAEtE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Bundle, DiagnosticReport } from 'fhir/r4';
|
|
2
2
|
export declare function getDiagnosticReports(patientUuid: string, serviceRequestIds?: string[]): Promise<Bundle<DiagnosticReport>>;
|
|
3
3
|
export declare function getDiagnosticReportBundle(diagnosticReportId: string): Promise<Bundle>;
|
|
4
|
+
export declare function updateDiagnosticReportBundle(diagnosticReportId: string, bundle: Bundle): Promise<Bundle>;
|
|
4
5
|
//# sourceMappingURL=diagnosticReportService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"diagnosticReportService.d.ts","sourceRoot":"","sources":["../../src/diagnosticReportService/diagnosticReportService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"diagnosticReportService.d.ts","sourceRoot":"","sources":["../../src/diagnosticReportService/diagnosticReportService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAQnD,wBAAsB,oBAAoB,CACxC,WAAW,EAAE,MAAM,EACnB,iBAAiB,GAAE,MAAM,EAAO,GAC/B,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAKnC;AAED,wBAAsB,yBAAyB,CAC7C,kBAAkB,EAAE,MAAM,GACzB,OAAO,CAAC,MAAM,CAAC,CAGjB;AAED,wBAAsB,4BAA4B,CAChD,kBAAkB,EAAE,MAAM,EAC1B,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,MAAM,CAAC,CAGjB"}
|