ch-admin-api-client-typescript 5.91.14 → 5.91.28
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/lib/api/accreditations-api.d.ts +10 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +13 -13
- package/lib/api/hospitals-api.d.ts +65 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +100 -0
- package/lib/api/patient-review-consent-documents-api.d.ts +440 -0
- package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -0
- package/lib/api/patient-review-consent-documents-api.js +812 -0
- package/lib/api/patient-review-form-settings-api.d.ts +460 -0
- package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
- package/lib/api/patient-review-form-settings-api.js +824 -0
- package/lib/api/patient-reviews-api.d.ts +753 -0
- package/lib/api/patient-reviews-api.d.ts.map +1 -0
- package/lib/api/patient-reviews-api.js +1310 -0
- package/lib/api.d.ts +3 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +3 -0
- package/lib/models/accreditation-item-model.d.ts +7 -0
- package/lib/models/accreditation-item-model.d.ts.map +1 -1
- package/lib/models/accreditation-model.d.ts +7 -0
- package/lib/models/accreditation-model.d.ts.map +1 -1
- package/lib/models/accreditation-type.d.ts +22 -0
- package/lib/models/accreditation-type.d.ts.map +1 -0
- package/lib/models/accreditation-type.js +25 -0
- package/lib/models/accreditation-verification-file-model.d.ts +49 -0
- package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
- package/lib/models/accreditation-verification-file-model.js +15 -0
- package/lib/models/create-accreditation-command.d.ts +7 -0
- package/lib/models/create-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
- package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
- package/lib/models/create-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/create-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-consent-document-command.js +15 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/create-patient-review-form-setting-command.js +15 -0
- package/lib/models/form-result-item-model.d.ts +7 -0
- package/lib/models/form-result-item-model.d.ts.map +1 -1
- package/lib/models/form-result-model.d.ts +7 -0
- package/lib/models/form-result-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
- package/lib/models/hospital-accreditation-model.d.ts +32 -0
- package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +6 -6
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +39 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +39 -0
- package/lib/models/patch-patient-review-input-model.d.ts +50 -0
- package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
- package/lib/models/patch-patient-review-input-model.js +15 -0
- package/lib/models/patient-review-activity-action.d.ts +29 -0
- package/lib/models/patient-review-activity-action.d.ts.map +1 -0
- package/lib/models/patient-review-activity-action.js +32 -0
- package/lib/models/patient-review-activity-log-model.d.ts +69 -0
- package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
- package/lib/models/patient-review-activity-log-model.js +15 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
- package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
- package/lib/models/patient-review-consent-document-item-model.d.ts +74 -0
- package/lib/models/patient-review-consent-document-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-item-model.js +15 -0
- package/lib/models/patient-review-consent-document-model.d.ts +92 -0
- package/lib/models/patient-review-consent-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-document-model.js +15 -0
- package/lib/models/patient-review-consent-documents-model.d.ts +33 -0
- package/lib/models/patient-review-consent-documents-model.d.ts.map +1 -0
- package/lib/models/patient-review-consent-documents-model.js +15 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
- package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-content-verification-input-model.js +15 -0
- package/lib/models/patient-review-detail-model.d.ts +44 -0
- package/lib/models/patient-review-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
- package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
- package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-detail-model.js +15 -0
- package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
- package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-item-model.js +15 -0
- package/lib/models/patient-review-form-setting-model.d.ts +94 -0
- package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-setting-model.js +15 -0
- package/lib/models/patient-review-form-settings-model.d.ts +33 -0
- package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
- package/lib/models/patient-review-form-settings-model.js +15 -0
- package/lib/models/patient-review-general-photo-model.d.ts +49 -0
- package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-photo-model.js +15 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
- package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
- package/lib/models/patient-review-general-public-photo-model.js +15 -0
- package/lib/models/patient-review-item-model.d.ts +166 -0
- package/lib/models/patient-review-item-model.d.ts.map +1 -0
- package/lib/models/patient-review-item-model.js +15 -0
- package/lib/models/patient-review-model.d.ts +318 -0
- package/lib/models/patient-review-model.d.ts.map +1 -0
- package/lib/models/patient-review-model.js +15 -0
- package/lib/models/patient-review-platform.d.ts +23 -0
- package/lib/models/patient-review-platform.d.ts.map +1 -0
- package/lib/models/patient-review-platform.js +26 -0
- package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
- package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
- package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-general-image-input-model.js +15 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
- package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
- package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
- package/lib/models/patient-review-status.d.ts +23 -0
- package/lib/models/patient-review-status.d.ts.map +1 -0
- package/lib/models/patient-review-status.js +26 -0
- package/lib/models/patient-review-translation-model.d.ts +55 -0
- package/lib/models/patient-review-translation-model.d.ts.map +1 -0
- package/lib/models/patient-review-translation-model.js +15 -0
- package/lib/models/patient-review-verification-document-model.d.ts +37 -0
- package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
- package/lib/models/patient-review-verification-document-model.js +15 -0
- package/lib/models/patient-reviews-model.d.ts +33 -0
- package/lib/models/patient-reviews-model.d.ts.map +1 -0
- package/lib/models/patient-reviews-model.js +15 -0
- package/lib/models/survey-result-item-model.d.ts +13 -0
- package/lib/models/survey-result-item-model.d.ts.map +1 -1
- package/lib/models/survey-result-model.d.ts +13 -0
- package/lib/models/survey-result-model.d.ts.map +1 -1
- package/lib/models/translate-patient-review-consent-document-command.d.ts +55 -0
- package/lib/models/translate-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-consent-document-command.js +15 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
- package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/translate-patient-review-form-setting-command.js +15 -0
- package/lib/models/translation-model.d.ts +103 -0
- package/lib/models/translation-model.d.ts.map +1 -0
- package/lib/models/translation-model.js +15 -0
- package/lib/models/update-accreditation-command.d.ts +7 -0
- package/lib/models/update-accreditation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
- package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
- package/lib/models/update-hospital-accreditation-command.js +15 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts +79 -0
- package/lib/models/update-patient-review-consent-document-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-consent-document-command.js +15 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
- package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-form-setting-command.js +15 -0
- package/lib/models/update-patient-review-status-command.d.ts +38 -0
- package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
- package/lib/models/update-patient-review-status-command.js +15 -0
- package/lib/models/verify-patient-review-content-command.d.ts +38 -0
- package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
- package/lib/models/verify-patient-review-content-command.js +15 -0
- package/package.json +1 -1
package/lib/api.d.ts
CHANGED
|
@@ -54,6 +54,9 @@ export * from './api/managers-api';
|
|
|
54
54
|
export * from './api/notifications-api';
|
|
55
55
|
export * from './api/patient-affiliations-api';
|
|
56
56
|
export * from './api/patient-managers-api';
|
|
57
|
+
export * from './api/patient-review-consent-documents-api';
|
|
58
|
+
export * from './api/patient-review-form-settings-api';
|
|
59
|
+
export * from './api/patient-reviews-api';
|
|
57
60
|
export * from './api/patients-api';
|
|
58
61
|
export * from './api/payments-api';
|
|
59
62
|
export * from './api/plans-api';
|
package/lib/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC"}
|
package/lib/api.js
CHANGED
|
@@ -72,6 +72,9 @@ __exportStar(require("./api/managers-api"), exports);
|
|
|
72
72
|
__exportStar(require("./api/notifications-api"), exports);
|
|
73
73
|
__exportStar(require("./api/patient-affiliations-api"), exports);
|
|
74
74
|
__exportStar(require("./api/patient-managers-api"), exports);
|
|
75
|
+
__exportStar(require("./api/patient-review-consent-documents-api"), exports);
|
|
76
|
+
__exportStar(require("./api/patient-review-form-settings-api"), exports);
|
|
77
|
+
__exportStar(require("./api/patient-reviews-api"), exports);
|
|
75
78
|
__exportStar(require("./api/patients-api"), exports);
|
|
76
79
|
__exportStar(require("./api/payments-api"), exports);
|
|
77
80
|
__exportStar(require("./api/plans-api"), exports);
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -45,5 +46,11 @@ export interface AccreditationItemModel {
|
|
|
45
46
|
* @memberof AccreditationItemModel
|
|
46
47
|
*/
|
|
47
48
|
'description'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {AccreditationType}
|
|
52
|
+
* @memberof AccreditationItemModel
|
|
53
|
+
*/
|
|
54
|
+
'accreditationType'?: AccreditationType;
|
|
48
55
|
}
|
|
49
56
|
//# sourceMappingURL=accreditation-item-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accreditation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"accreditation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;CAC3C"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -45,5 +46,11 @@ export interface AccreditationModel {
|
|
|
45
46
|
* @memberof AccreditationModel
|
|
46
47
|
*/
|
|
47
48
|
'description'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {AccreditationType}
|
|
52
|
+
* @memberof AccreditationModel
|
|
53
|
+
*/
|
|
54
|
+
'accreditationType'?: AccreditationType;
|
|
48
55
|
}
|
|
49
56
|
//# sourceMappingURL=accreditation-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accreditation-model.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"accreditation-model.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;CAC3C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Values: - `External`: External - `Platform`: Platform
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const AccreditationType: {
|
|
18
|
+
readonly External: "External";
|
|
19
|
+
readonly Platform: "Platform";
|
|
20
|
+
};
|
|
21
|
+
export type AccreditationType = typeof AccreditationType[keyof typeof AccreditationType];
|
|
22
|
+
//# sourceMappingURL=accreditation-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accreditation-type.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccreditationType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Values: - `External`: External - `Platform`: Platform
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccreditationType = {
|
|
23
|
+
External: 'External',
|
|
24
|
+
Platform: 'Platform'
|
|
25
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccreditationVerificationFileModel
|
|
16
|
+
*/
|
|
17
|
+
export interface AccreditationVerificationFileModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccreditationVerificationFileModel
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccreditationVerificationFileModel
|
|
28
|
+
*/
|
|
29
|
+
'url'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccreditationVerificationFileModel
|
|
34
|
+
*/
|
|
35
|
+
'name'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccreditationVerificationFileModel
|
|
40
|
+
*/
|
|
41
|
+
'contentType'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof AccreditationVerificationFileModel
|
|
46
|
+
*/
|
|
47
|
+
'order'?: number;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=accreditation-verification-file-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accreditation-verification-file-model.d.ts","sourceRoot":"","sources":["../../src/models/accreditation-verification-file-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -39,5 +40,11 @@ export interface CreateAccreditationCommand {
|
|
|
39
40
|
* @memberof CreateAccreditationCommand
|
|
40
41
|
*/
|
|
41
42
|
'description'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {AccreditationType}
|
|
46
|
+
* @memberof CreateAccreditationCommand
|
|
47
|
+
*/
|
|
48
|
+
'accreditationType'?: AccreditationType;
|
|
42
49
|
}
|
|
43
50
|
//# sourceMappingURL=create-accreditation-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-accreditation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-accreditation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"create-accreditation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-accreditation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;CAC3C"}
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
13
|
+
import { AccreditationVerificationFileModel } from './accreditation-verification-file-model';
|
|
12
14
|
/**
|
|
13
15
|
*
|
|
14
16
|
* @export
|
|
@@ -21,5 +23,35 @@ export interface CreateHospitalAccreditationCommand {
|
|
|
21
23
|
* @memberof CreateHospitalAccreditationCommand
|
|
22
24
|
*/
|
|
23
25
|
'accreditationId'?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {AccreditationType}
|
|
29
|
+
* @memberof CreateHospitalAccreditationCommand
|
|
30
|
+
*/
|
|
31
|
+
'accreditationType'?: AccreditationType;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CreateHospitalAccreditationCommand
|
|
36
|
+
*/
|
|
37
|
+
'accreditationNo'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Date}
|
|
41
|
+
* @memberof CreateHospitalAccreditationCommand
|
|
42
|
+
*/
|
|
43
|
+
'issuedDate'?: Date | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof CreateHospitalAccreditationCommand
|
|
48
|
+
*/
|
|
49
|
+
'expiredDate'?: Date | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<AccreditationVerificationFileModel>}
|
|
53
|
+
* @memberof CreateHospitalAccreditationCommand
|
|
54
|
+
*/
|
|
55
|
+
'verificationFiles'?: Array<AccreditationVerificationFileModel> | null;
|
|
24
56
|
}
|
|
25
57
|
//# sourceMappingURL=create-hospital-accreditation-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-hospital-accreditation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-hospital-accreditation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"create-hospital-accreditation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-hospital-accreditation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAGzD,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;IACxC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC;CAC1E"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreatePatientReviewConsentDocumentCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface CreatePatientReviewConsentDocumentCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
22
|
+
*/
|
|
23
|
+
'wordingVersion'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
28
|
+
*/
|
|
29
|
+
'fromDateTime'?: Date;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
34
|
+
*/
|
|
35
|
+
'toDateTime'?: Date | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
40
|
+
*/
|
|
41
|
+
'languageCode'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
46
|
+
*/
|
|
47
|
+
'name'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
52
|
+
*/
|
|
53
|
+
'content'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
58
|
+
*/
|
|
59
|
+
'title'?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
64
|
+
*/
|
|
65
|
+
'description'?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
70
|
+
*/
|
|
71
|
+
'overview'?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof CreatePatientReviewConsentDocumentCommand
|
|
76
|
+
*/
|
|
77
|
+
'confirmed'?: boolean;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=create-patient-review-consent-document-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-patient-review-consent-document-command.d.ts","sourceRoot":"","sources":["../../src/models/create-patient-review-consent-document-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PatientReviewFormSettingDetailInputModel } from './patient-review-form-setting-detail-input-model';
|
|
13
|
+
import { PatientReviewPlatform } from './patient-review-platform';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreatePatientReviewFormSettingCommand
|
|
18
|
+
*/
|
|
19
|
+
export interface CreatePatientReviewFormSettingCommand {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {PatientReviewPlatform}
|
|
23
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
24
|
+
*/
|
|
25
|
+
'platform'?: PatientReviewPlatform;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
30
|
+
*/
|
|
31
|
+
'hospitalId'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
36
|
+
*/
|
|
37
|
+
'languageCode'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
42
|
+
*/
|
|
43
|
+
'ratingMaximum'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
48
|
+
*/
|
|
49
|
+
'useComment'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
54
|
+
*/
|
|
55
|
+
'documentCount'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
60
|
+
*/
|
|
61
|
+
'generalPhotoCount'?: number;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
66
|
+
*/
|
|
67
|
+
'beforeAndAfterPhotosSetCount'?: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
72
|
+
*/
|
|
73
|
+
'note'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {Array<PatientReviewFormSettingDetailInputModel>}
|
|
77
|
+
* @memberof CreatePatientReviewFormSettingCommand
|
|
78
|
+
*/
|
|
79
|
+
'details'?: Array<PatientReviewFormSettingDetailInputModel> | null;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=create-patient-review-form-setting-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-patient-review-form-setting-command.d.ts","sourceRoot":"","sources":["../../src/models/create-patient-review-form-setting-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,wCAAwC,EAAE,MAAM,kDAAkD,CAAC;AAG5G,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC;CACtE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
12
13
|
import { FormResultFieldModel } from './form-result-field-model';
|
|
13
14
|
import { FormResultStatus } from './form-result-status';
|
|
14
15
|
import { FormTemplateType } from './form-template-type';
|
|
@@ -102,5 +103,11 @@ export interface FormResultItemModel {
|
|
|
102
103
|
* @memberof FormResultItemModel
|
|
103
104
|
*/
|
|
104
105
|
'formTemplateTranslatedLanguages'?: Array<string> | null;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @type {AuditableEntityModel}
|
|
109
|
+
* @memberof FormResultItemModel
|
|
110
|
+
*/
|
|
111
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
105
112
|
}
|
|
106
113
|
//# sourceMappingURL=form-result-item-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-result-item-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"form-result-item-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
12
13
|
import { FormResultFieldModel } from './form-result-field-model';
|
|
13
14
|
import { FormResultSectionModel } from './form-result-section-model';
|
|
14
15
|
import { FormResultStatus } from './form-result-status';
|
|
@@ -97,6 +98,12 @@ export interface FormResultModel {
|
|
|
97
98
|
* @memberof FormResultModel
|
|
98
99
|
*/
|
|
99
100
|
'formTemplateTranslatedLanguages'?: Array<string> | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {AuditableEntityModel}
|
|
104
|
+
* @memberof FormResultModel
|
|
105
|
+
*/
|
|
106
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
100
107
|
/**
|
|
101
108
|
*
|
|
102
109
|
* @type {Array<FormResultSectionModel>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-result-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
1
|
+
{"version":3,"file":"form-result-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
13
|
+
import { AccreditationVerificationFileModel } from './accreditation-verification-file-model';
|
|
12
14
|
/**
|
|
13
15
|
*
|
|
14
16
|
* @export
|
|
@@ -45,5 +47,35 @@ export interface HospitalAccreditationItemModel {
|
|
|
45
47
|
* @memberof HospitalAccreditationItemModel
|
|
46
48
|
*/
|
|
47
49
|
'accreditationDescription'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {AccreditationType}
|
|
53
|
+
* @memberof HospitalAccreditationItemModel
|
|
54
|
+
*/
|
|
55
|
+
'accreditationType'?: AccreditationType;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof HospitalAccreditationItemModel
|
|
60
|
+
*/
|
|
61
|
+
'accreditationNo'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Date}
|
|
65
|
+
* @memberof HospitalAccreditationItemModel
|
|
66
|
+
*/
|
|
67
|
+
'issuedDate'?: Date | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {Date}
|
|
71
|
+
* @memberof HospitalAccreditationItemModel
|
|
72
|
+
*/
|
|
73
|
+
'expiredDate'?: Date | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {Array<AccreditationVerificationFileModel>}
|
|
77
|
+
* @memberof HospitalAccreditationItemModel
|
|
78
|
+
*/
|
|
79
|
+
'verificationFiles'?: Array<AccreditationVerificationFileModel> | null;
|
|
48
80
|
}
|
|
49
81
|
//# sourceMappingURL=hospital-accreditation-item-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-accreditation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-accreditation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"hospital-accreditation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-accreditation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAGzD,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;IACxC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC;CAC1E"}
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AccreditationType } from './accreditation-type';
|
|
13
|
+
import { AccreditationVerificationFileModel } from './accreditation-verification-file-model';
|
|
12
14
|
/**
|
|
13
15
|
*
|
|
14
16
|
* @export
|
|
@@ -45,5 +47,35 @@ export interface HospitalAccreditationModel {
|
|
|
45
47
|
* @memberof HospitalAccreditationModel
|
|
46
48
|
*/
|
|
47
49
|
'accreditationDescription'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {AccreditationType}
|
|
53
|
+
* @memberof HospitalAccreditationModel
|
|
54
|
+
*/
|
|
55
|
+
'accreditationType'?: AccreditationType;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof HospitalAccreditationModel
|
|
60
|
+
*/
|
|
61
|
+
'accreditationNo'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Date}
|
|
65
|
+
* @memberof HospitalAccreditationModel
|
|
66
|
+
*/
|
|
67
|
+
'issuedDate'?: Date | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {Date}
|
|
71
|
+
* @memberof HospitalAccreditationModel
|
|
72
|
+
*/
|
|
73
|
+
'expiredDate'?: Date | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {Array<AccreditationVerificationFileModel>}
|
|
77
|
+
* @memberof HospitalAccreditationModel
|
|
78
|
+
*/
|
|
79
|
+
'verificationFiles'?: Array<AccreditationVerificationFileModel> | null;
|
|
48
80
|
}
|
|
49
81
|
//# sourceMappingURL=hospital-accreditation-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-accreditation-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-accreditation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"hospital-accreditation-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-accreditation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAGzD,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;IACxC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC;CAC1E"}
|