@metriport/ihe-gateway-sdk 0.30.0-alpha.1 → 0.30.0
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.
- package/dist/__tests__/constants.d.ts.map +1 -1
- package/dist/__tests__/env-setup.js +17 -7
- package/dist/__tests__/env-setup.js.map +1 -1
- package/dist/client/ihe-gateway.d.ts.map +1 -1
- package/dist/client/ihe-gateway.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/models/document-query/document-query-requests.d.ts +152 -149
- package/dist/models/document-query/document-query-requests.d.ts.map +1 -1
- package/dist/models/document-query/document-query-requests.js +18 -7
- package/dist/models/document-query/document-query-requests.js.map +1 -1
- package/dist/models/document-query/document-query-responses.d.ts +367 -347
- package/dist/models/document-query/document-query-responses.d.ts.map +1 -1
- package/dist/models/document-query/document-query-responses.js +35 -9
- package/dist/models/document-query/document-query-responses.js.map +1 -1
- package/dist/models/document-retrieval/document-retrieval-requests.d.ts +161 -158
- package/dist/models/document-retrieval/document-retrieval-requests.d.ts.map +1 -1
- package/dist/models/document-retrieval/document-retrieval-requests.js +18 -7
- package/dist/models/document-retrieval/document-retrieval-requests.js.map +1 -1
- package/dist/models/document-retrieval/document-retrieval-responses.d.ts +504 -472
- package/dist/models/document-retrieval/document-retrieval-responses.d.ts.map +1 -1
- package/dist/models/document-retrieval/document-retrieval-responses.js +42 -10
- package/dist/models/document-retrieval/document-retrieval-responses.js.map +1 -1
- package/dist/models/patient-discovery/patient-discovery-requests.d.ts +141 -141
- package/dist/models/patient-discovery/patient-discovery-requests.js +17 -7
- package/dist/models/patient-discovery/patient-discovery-requests.js.map +1 -1
- package/dist/models/patient-discovery/patient-discovery-responses.d.ts +609 -584
- package/dist/models/patient-discovery/patient-discovery-responses.d.ts.map +1 -1
- package/dist/models/patient-discovery/patient-discovery-responses.js +20 -14
- package/dist/models/patient-discovery/patient-discovery-responses.js.map +1 -1
- package/dist/models/patient-discovery/patient.d.ts +18 -18
- package/dist/models/patient-discovery/patient.js.map +1 -1
- package/dist/models/shared.d.ts +205 -199
- package/dist/models/shared.d.ts.map +1 -1
- package/dist/models/shared.js +6 -5
- package/dist/models/shared.js.map +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/__tests__/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/__tests__/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;QAIxB,SAAS;QACT,WAAW;YACT,IAAI;YACJ,OAAO;;QAET,YAAY;QACZ,cAAc;QACd,eAAe;QACf,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCf,CAAC;AAEF,eAAO,MAAM,aAAa;;;;QAItB,SAAS;QACT,WAAW;YACT,IAAI;YACJ,OAAO;;QAET,YAAY;QACZ,cAAc;QACd,eAAe;QACf,YAAY;;;QAGZ,EAAE;QACF,MAAM;;;;;;;;CAcT,CAAC;AAEF,eAAO,MAAM,aAAa;;;;QAItB,SAAS;QACT,WAAW;YACT,IAAI;YACJ,OAAO;;QAET,YAAY;QACZ,cAAc;QACd,eAAe;QACf,YAAY;;;;;;;CAUf,CAAC"}
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
37
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-setup.js","sourceRoot":"","sources":["../../src/__tests__/env-setup.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"env-setup.js","sourceRoot":"","sources":["../../src/__tests__/env-setup.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,MAAY,MAAM,mCAAe;AACjC,gDAAwB;AACxB,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;AAC1B,MAAM,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;AAC1F,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC,EAAE,CAAC,CAAC;AAC7D,uDAAuD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ihe-gateway.d.ts","sourceRoot":"","sources":["../../src/client/ihe-gateway.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AACxG,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AAMrG,qBAAa,UAAU;IACrB,OAAO,CAAC,GAAG,CAAgB;IAE3B,MAAM,CAAC,0BAA0B,SAAY;IAC7C,MAAM,CAAC,uBAAuB,SAAa;IAC3C,MAAM,CAAC,2BAA2B,SAAa;
|
|
1
|
+
{"version":3,"file":"ihe-gateway.d.ts","sourceRoot":"","sources":["../../src/client/ihe-gateway.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AACxG,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AAMrG,qBAAa,UAAU;IACrB,OAAO,CAAC,GAAG,CAAgB;IAE3B,MAAM,CAAC,0BAA0B,SAAY;IAC7C,MAAM,CAAC,uBAAuB,SAAa;IAC3C,MAAM,CAAC,2BAA2B,SAAa;IAE/C,YAAY,OAAO,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,EAKrD;IAED;;;;;;OAMG;IACG,qBAAqB,CACzB,2BAA2B,EAAE,2BAA2B,GACvD,OAAO,CAAC,IAAI,CAAC,CAEf;IAED;;;;;;OAMG;IACG,mBAAmB,CAAC,EACxB,wBAAwB,GACzB,EAAE;QACD,wBAAwB,EAAE,wBAAwB,EAAE,CAAC;KACtD,GAAG,OAAO,CAAC,IAAI,CAAC,CAEhB;IAED;;;;;;OAMG;IACG,uBAAuB,CAAC,EAC5B,4BAA4B,GAC7B,EAAE;QACD,4BAA4B,EAAE,4BAA4B,EAAE,CAAC;KAC9D,GAAG,OAAO,CAAC,IAAI,CAAC,CAEhB;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ihe-gateway.js","sourceRoot":"","sources":["../../src/client/ihe-gateway.ts"],"names":[],"mappings":";;;;;;AAAA,kDAA6C;AAC7C,kDAA0B;AAC1B,qEAA6C;AAK7C,eAAK,CAAC,MAAM,CAAC,kBAAQ,CAAC,CAAC;AAEvB,MAAM,qBAAqB,GAAG,eAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;AAE7D
|
|
1
|
+
{"version":3,"file":"ihe-gateway.js","sourceRoot":"","sources":["../../src/client/ihe-gateway.ts"],"names":[],"mappings":";;;;;;AAAA,kDAA6C;AAC7C,kDAA0B;AAC1B,qEAA6C;AAK7C,eAAK,CAAC,MAAM,CAAC,kBAAQ,CAAC,CAAC;AAEvB,MAAM,qBAAqB,GAAG,eAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;AAE7D;IAOE,YAAY,OAA0C;QACpD,IAAI,CAAC,GAAG,GAAG,eAAK,CAAC,MAAM,CAAC;YACtB,OAAO,EAAE,OAAO,CAAC,OAAO,IAAI,qBAAqB,CAAC,YAAY,EAAE;YAChE,OAAO,EAAE,OAAO,CAAC,GAAG;SACrB,CAAC,CAAC;IACL,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,qBAAqB,CACzB,2BAAwD;QAExD,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,0BAA0B,EAAE,2BAA2B,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,mBAAmB,CAAC,EACxB,wBAAwB,GAGzB;QACC,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,uBAAuB,CAAC,EAC5B,4BAA4B,GAG7B;QACC,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,2BAA2B,EAAE,4BAA4B,CAAC,CAAC;IAC5F,CAAC;CACF;;AArDQ,qCAA0B,GAAG,QAAQ,CAAC;AACtC,kCAAuB,GAAG,SAAS,CAAC;AACpC,sCAA2B,GAAG,SAAS,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { IHEGateway } from "./client/ihe-gateway";
|
|
2
2
|
export { ON_DEMAND_DOCUMENT_TYPE_UUID, STABLE_DOCUMENT_TYPE_UUID } from "./common/constants";
|
|
3
3
|
export { InboundDocumentQueryReq, inboundDocumentQueryReqSchema, inboundSpecificDocumentQueryReqSchema, InboundSpecificDocumentQueryReq, OutboundDocumentQueryReq, outboundDocumentQueryReqSchema, } from "./models/document-query/document-query-requests";
|
|
4
|
-
export { InboundDocumentQueryResp, InboundDocumentQueryRespFault, inboundDocumentQueryRespSchema, InboundDocumentQueryRespSuccessful, isSuccessfulOutboundDocQueryResponse, OutboundDocumentQueryResp, outboundDocumentQueryRespSchema, } from "./models/document-query/document-query-responses";
|
|
4
|
+
export { InboundDocumentQueryResp, InboundDocumentQueryRespFault, inboundDocumentQueryRespSchema, InboundDocumentQueryRespSuccessful, isSuccessfulOutboundDocQueryResponse, OutboundDocumentQueryResp, outboundDocumentQueryRespSchema, toSafeCaptureContext as toSafeCaptureContextDocumentQuery, } from "./models/document-query/document-query-responses";
|
|
5
5
|
export { InboundDocumentRetrievalReq, inboundDocumentRetrievalReqSchema, OutboundDocumentRetrievalReq, outboundDocumentRetrievalReqSchema, } from "./models/document-retrieval/document-retrieval-requests";
|
|
6
|
-
export { InboundDocumentRetrievalResp, InboundDocumentRetrievalRespFault, inboundDocumentRetrievalRespSchema, InboundDocumentRetrievalRespSuccessful, isSuccessfulInboundDocRetrievalResponse, isSuccessfulOutboundDocRetrievalResponse, OutboundDocumentRetrievalResp, outboundDocumentRetrievalRespSchema, } from "./models/document-retrieval/document-retrieval-responses";
|
|
6
|
+
export { InboundDocumentRetrievalResp, InboundDocumentRetrievalRespFault, inboundDocumentRetrievalRespSchema, InboundDocumentRetrievalRespSuccessful, isSuccessfulInboundDocRetrievalResponse, isSuccessfulOutboundDocRetrievalResponse, OutboundDocumentRetrievalResp, outboundDocumentRetrievalRespSchema, toSafeCaptureContext as toSafeCaptureContextDocumentRetrieval, } from "./models/document-retrieval/document-retrieval-responses";
|
|
7
7
|
export { Address, Gender, Name, PatientResource, patientResourceSchema, PersonalIdentifier, Telecom, } from "./models/patient-discovery/patient";
|
|
8
8
|
export { InboundPatientDiscoveryReq, inboundPatientDiscoveryReqSchema, OutboundPatientDiscoveryReq, outboundPatientDiscoveryReqSchema, } from "./models/patient-discovery/patient-discovery-requests";
|
|
9
|
-
export { InboundPatientDiscoveryResp, inboundPatientDiscoveryRespSchema,
|
|
9
|
+
export { InboundPatientDiscoveryResp, inboundPatientDiscoveryRespSchema, isSuccessfulInboundPatientDiscoveryResponse, isSuccessfulOutboundPatientDiscoveryResponse, OutboundPatientDiscoveryResp, outboundPatientDiscoveryRespFaultSchema, OutboundPatientDiscoveryRespFaultSchema, outboundPatientDiscoveryRespSchema, outboundPatientDiscoveryRespSuccessfulSchema, OutboundPatientDiscoveryRespSuccessfulSchema, } from "./models/patient-discovery/patient-discovery-responses";
|
|
10
10
|
export { BaseErrorResponse, BaseRequest, baseRequestSchema, BaseResponse, Coding, DocumentReference, Issue, isBaseErrorResponse, NPIString, NPIStringArray, npiStringArraySchema, npiStringSchema, oidStringSchema, OperationOutcome, SamlAttributes, SubjectRole, XCAGateway, XCPDGateway, XCPDPatientId, } from "./models/shared";
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,uBAAuB,EACvB,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAC/B,wBAAwB,EACxB,8BAA8B,GAC/B,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,8BAA8B,EAC9B,kCAAkC,EAClC,oCAAoC,EACpC,yBAAyB,EACzB,+BAA+B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,uBAAuB,EACvB,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAC/B,wBAAwB,EACxB,8BAA8B,GAC/B,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,8BAA8B,EAC9B,kCAAkC,EAClC,oCAAoC,EACpC,yBAAyB,EACzB,+BAA+B,EAC/B,oBAAoB,IAAI,iCAAiC,GAC1D,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,2BAA2B,EAC3B,iCAAiC,EACjC,4BAA4B,EAC5B,kCAAkC,GACnC,MAAM,yDAAyD,CAAC;AACjE,OAAO,EACL,4BAA4B,EAC5B,iCAAiC,EACjC,kCAAkC,EAClC,sCAAsC,EACtC,uCAAuC,EACvC,wCAAwC,EACxC,6BAA6B,EAC7B,mCAAmC,EACnC,oBAAoB,IAAI,qCAAqC,GAC9D,MAAM,0DAA0D,CAAC;AAClE,OAAO,EACL,OAAO,EACP,MAAM,EACN,IAAI,EACJ,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,OAAO,GACR,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC3B,iCAAiC,GAClC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EACL,2BAA2B,EAC3B,iCAAiC,EACjC,2CAA2C,EAC3C,4CAA4C,EAC5C,4BAA4B,EAC5B,uCAAuC,EACvC,uCAAuC,EACvC,kCAAkC,EAClC,4CAA4C,EAC5C,4CAA4C,GAC7C,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,MAAM,EACN,iBAAiB,EACjB,KAAK,EACL,mBAAmB,EACnB,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,UAAU,EACV,WAAW,EACX,aAAa,GACd,MAAM,iBAAiB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.oidStringSchema = exports.npiStringSchema = exports.npiStringArraySchema = exports.isBaseErrorResponse = exports.baseRequestSchema = exports.outboundPatientDiscoveryRespSuccessfulSchema = exports.outboundPatientDiscoveryRespSchema = exports.outboundPatientDiscoveryRespFaultSchema = exports.isSuccessfulOutboundPatientDiscoveryResponse = exports.isSuccessfulInboundPatientDiscoveryResponse = exports.
|
|
3
|
+
exports.oidStringSchema = exports.npiStringSchema = exports.npiStringArraySchema = exports.isBaseErrorResponse = exports.baseRequestSchema = exports.outboundPatientDiscoveryRespSuccessfulSchema = exports.outboundPatientDiscoveryRespSchema = exports.outboundPatientDiscoveryRespFaultSchema = exports.isSuccessfulOutboundPatientDiscoveryResponse = exports.isSuccessfulInboundPatientDiscoveryResponse = exports.inboundPatientDiscoveryRespSchema = exports.outboundPatientDiscoveryReqSchema = exports.inboundPatientDiscoveryReqSchema = exports.patientResourceSchema = exports.toSafeCaptureContextDocumentRetrieval = exports.outboundDocumentRetrievalRespSchema = exports.isSuccessfulOutboundDocRetrievalResponse = exports.isSuccessfulInboundDocRetrievalResponse = exports.inboundDocumentRetrievalRespSchema = exports.outboundDocumentRetrievalReqSchema = exports.inboundDocumentRetrievalReqSchema = exports.toSafeCaptureContextDocumentQuery = exports.outboundDocumentQueryRespSchema = exports.isSuccessfulOutboundDocQueryResponse = exports.inboundDocumentQueryRespSchema = exports.outboundDocumentQueryReqSchema = exports.inboundSpecificDocumentQueryReqSchema = exports.inboundDocumentQueryReqSchema = exports.STABLE_DOCUMENT_TYPE_UUID = exports.ON_DEMAND_DOCUMENT_TYPE_UUID = exports.IHEGateway = void 0;
|
|
4
4
|
var ihe_gateway_1 = require("./client/ihe-gateway");
|
|
5
5
|
Object.defineProperty(exports, "IHEGateway", { enumerable: true, get: function () { return ihe_gateway_1.IHEGateway; } });
|
|
6
6
|
var constants_1 = require("./common/constants");
|
|
@@ -14,6 +14,7 @@ var document_query_responses_1 = require("./models/document-query/document-query
|
|
|
14
14
|
Object.defineProperty(exports, "inboundDocumentQueryRespSchema", { enumerable: true, get: function () { return document_query_responses_1.inboundDocumentQueryRespSchema; } });
|
|
15
15
|
Object.defineProperty(exports, "isSuccessfulOutboundDocQueryResponse", { enumerable: true, get: function () { return document_query_responses_1.isSuccessfulOutboundDocQueryResponse; } });
|
|
16
16
|
Object.defineProperty(exports, "outboundDocumentQueryRespSchema", { enumerable: true, get: function () { return document_query_responses_1.outboundDocumentQueryRespSchema; } });
|
|
17
|
+
Object.defineProperty(exports, "toSafeCaptureContextDocumentQuery", { enumerable: true, get: function () { return document_query_responses_1.toSafeCaptureContext; } });
|
|
17
18
|
var document_retrieval_requests_1 = require("./models/document-retrieval/document-retrieval-requests");
|
|
18
19
|
Object.defineProperty(exports, "inboundDocumentRetrievalReqSchema", { enumerable: true, get: function () { return document_retrieval_requests_1.inboundDocumentRetrievalReqSchema; } });
|
|
19
20
|
Object.defineProperty(exports, "outboundDocumentRetrievalReqSchema", { enumerable: true, get: function () { return document_retrieval_requests_1.outboundDocumentRetrievalReqSchema; } });
|
|
@@ -22,6 +23,7 @@ Object.defineProperty(exports, "inboundDocumentRetrievalRespSchema", { enumerabl
|
|
|
22
23
|
Object.defineProperty(exports, "isSuccessfulInboundDocRetrievalResponse", { enumerable: true, get: function () { return document_retrieval_responses_1.isSuccessfulInboundDocRetrievalResponse; } });
|
|
23
24
|
Object.defineProperty(exports, "isSuccessfulOutboundDocRetrievalResponse", { enumerable: true, get: function () { return document_retrieval_responses_1.isSuccessfulOutboundDocRetrievalResponse; } });
|
|
24
25
|
Object.defineProperty(exports, "outboundDocumentRetrievalRespSchema", { enumerable: true, get: function () { return document_retrieval_responses_1.outboundDocumentRetrievalRespSchema; } });
|
|
26
|
+
Object.defineProperty(exports, "toSafeCaptureContextDocumentRetrieval", { enumerable: true, get: function () { return document_retrieval_responses_1.toSafeCaptureContext; } });
|
|
25
27
|
var patient_1 = require("./models/patient-discovery/patient");
|
|
26
28
|
Object.defineProperty(exports, "patientResourceSchema", { enumerable: true, get: function () { return patient_1.patientResourceSchema; } });
|
|
27
29
|
var patient_discovery_requests_1 = require("./models/patient-discovery/patient-discovery-requests");
|
|
@@ -29,7 +31,6 @@ Object.defineProperty(exports, "inboundPatientDiscoveryReqSchema", { enumerable:
|
|
|
29
31
|
Object.defineProperty(exports, "outboundPatientDiscoveryReqSchema", { enumerable: true, get: function () { return patient_discovery_requests_1.outboundPatientDiscoveryReqSchema; } });
|
|
30
32
|
var patient_discovery_responses_1 = require("./models/patient-discovery/patient-discovery-responses");
|
|
31
33
|
Object.defineProperty(exports, "inboundPatientDiscoveryRespSchema", { enumerable: true, get: function () { return patient_discovery_responses_1.inboundPatientDiscoveryRespSchema; } });
|
|
32
|
-
Object.defineProperty(exports, "isNonErroringOutboundPatientDiscoveryResponse", { enumerable: true, get: function () { return patient_discovery_responses_1.isNonErroringOutboundPatientDiscoveryResponse; } });
|
|
33
34
|
Object.defineProperty(exports, "isSuccessfulInboundPatientDiscoveryResponse", { enumerable: true, get: function () { return patient_discovery_responses_1.isSuccessfulInboundPatientDiscoveryResponse; } });
|
|
34
35
|
Object.defineProperty(exports, "isSuccessfulOutboundPatientDiscoveryResponse", { enumerable: true, get: function () { return patient_discovery_responses_1.isSuccessfulOutboundPatientDiscoveryResponse; } });
|
|
35
36
|
Object.defineProperty(exports, "outboundPatientDiscoveryRespFaultSchema", { enumerable: true, get: function () { return patient_discovery_responses_1.outboundPatientDiscoveryRespFaultSchema; } });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,oDAAkD;AAAzC,yGAAA,UAAU,OAAA;AACnB,gDAA6F;AAApF,yHAAA,4BAA4B,OAAA;AAAE,sHAAA,yBAAyB,OAAA;AAChE,2FAOyD;AALvD,wIAAA,6BAA6B,OAAA;AAC7B,gJAAA,qCAAqC,OAAA;AAGrC,yIAAA,8BAA8B,OAAA;AAEhC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,oDAAkD;AAAzC,yGAAA,UAAU,OAAA;AACnB,gDAA6F;AAApF,yHAAA,4BAA4B,OAAA;AAAE,sHAAA,yBAAyB,OAAA;AAChE,2FAOyD;AALvD,wIAAA,6BAA6B,OAAA;AAC7B,gJAAA,qCAAqC,OAAA;AAGrC,yIAAA,8BAA8B,OAAA;AAEhC,6FAS0D;AANxD,0IAAA,8BAA8B,OAAA;AAE9B,gJAAA,oCAAoC,OAAA;AAEpC,2IAAA,+BAA+B,OAAA;AAC/B,6IAAA,oBAAoB,OAAqC;AAE3D,uGAKiE;AAH/D,gJAAA,iCAAiC,OAAA;AAEjC,iJAAA,kCAAkC,OAAA;AAEpC,yGAUkE;AAPhE,kJAAA,kCAAkC,OAAA;AAElC,uJAAA,uCAAuC,OAAA;AACvC,wJAAA,wCAAwC,OAAA;AAExC,mJAAA,mCAAmC,OAAA;AACnC,qJAAA,oBAAoB,OAAyC;AAE/D,8DAQ4C;AAH1C,gHAAA,qBAAqB,OAAA;AAIvB,oGAK+D;AAH7D,8IAAA,gCAAgC,OAAA;AAEhC,+IAAA,iCAAiC,OAAA;AAEnC,sGAWgE;AAT9D,gJAAA,iCAAiC,OAAA;AACjC,0JAAA,2CAA2C,OAAA;AAC3C,2JAAA,4CAA4C,OAAA;AAE5C,sJAAA,uCAAuC,OAAA;AAEvC,iJAAA,kCAAkC,OAAA;AAClC,2JAAA,4CAA4C,OAAA;AAG9C,0CAoByB;AAjBvB,2GAAA,iBAAiB,OAAA;AAKjB,6GAAA,mBAAmB,OAAA;AAGnB,8GAAA,oBAAoB,OAAA;AACpB,yGAAA,eAAe,OAAA;AACf,yGAAA,eAAe,OAAA"}
|