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.
Files changed (165) hide show
  1. package/lib/api/accreditations-api.d.ts +10 -9
  2. package/lib/api/accreditations-api.d.ts.map +1 -1
  3. package/lib/api/accreditations-api.js +13 -13
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +100 -0
  7. package/lib/api/patient-review-consent-documents-api.d.ts +440 -0
  8. package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -0
  9. package/lib/api/patient-review-consent-documents-api.js +812 -0
  10. package/lib/api/patient-review-form-settings-api.d.ts +460 -0
  11. package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
  12. package/lib/api/patient-review-form-settings-api.js +824 -0
  13. package/lib/api/patient-reviews-api.d.ts +753 -0
  14. package/lib/api/patient-reviews-api.d.ts.map +1 -0
  15. package/lib/api/patient-reviews-api.js +1310 -0
  16. package/lib/api.d.ts +3 -0
  17. package/lib/api.d.ts.map +1 -1
  18. package/lib/api.js +3 -0
  19. package/lib/models/accreditation-item-model.d.ts +7 -0
  20. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  21. package/lib/models/accreditation-model.d.ts +7 -0
  22. package/lib/models/accreditation-model.d.ts.map +1 -1
  23. package/lib/models/accreditation-type.d.ts +22 -0
  24. package/lib/models/accreditation-type.d.ts.map +1 -0
  25. package/lib/models/accreditation-type.js +25 -0
  26. package/lib/models/accreditation-verification-file-model.d.ts +49 -0
  27. package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
  28. package/lib/models/accreditation-verification-file-model.js +15 -0
  29. package/lib/models/create-accreditation-command.d.ts +7 -0
  30. package/lib/models/create-accreditation-command.d.ts.map +1 -1
  31. package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
  32. package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
  33. package/lib/models/create-patient-review-consent-document-command.d.ts +79 -0
  34. package/lib/models/create-patient-review-consent-document-command.d.ts.map +1 -0
  35. package/lib/models/create-patient-review-consent-document-command.js +15 -0
  36. package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
  37. package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
  38. package/lib/models/create-patient-review-form-setting-command.js +15 -0
  39. package/lib/models/form-result-item-model.d.ts +7 -0
  40. package/lib/models/form-result-item-model.d.ts.map +1 -1
  41. package/lib/models/form-result-model.d.ts +7 -0
  42. package/lib/models/form-result-model.d.ts.map +1 -1
  43. package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
  44. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
  45. package/lib/models/hospital-accreditation-model.d.ts +32 -0
  46. package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
  47. package/lib/models/hospital-item-model.d.ts +7 -0
  48. package/lib/models/hospital-item-model.d.ts.map +1 -1
  49. package/lib/models/hospital-model.d.ts +6 -6
  50. package/lib/models/hospital-model.d.ts.map +1 -1
  51. package/lib/models/index.d.ts +39 -0
  52. package/lib/models/index.d.ts.map +1 -1
  53. package/lib/models/index.js +39 -0
  54. package/lib/models/patch-patient-review-input-model.d.ts +50 -0
  55. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
  56. package/lib/models/patch-patient-review-input-model.js +15 -0
  57. package/lib/models/patient-review-activity-action.d.ts +29 -0
  58. package/lib/models/patient-review-activity-action.d.ts.map +1 -0
  59. package/lib/models/patient-review-activity-action.js +32 -0
  60. package/lib/models/patient-review-activity-log-model.d.ts +69 -0
  61. package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
  62. package/lib/models/patient-review-activity-log-model.js +15 -0
  63. package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
  64. package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
  65. package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
  66. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
  67. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  68. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  69. package/lib/models/patient-review-consent-document-item-model.d.ts +74 -0
  70. package/lib/models/patient-review-consent-document-item-model.d.ts.map +1 -0
  71. package/lib/models/patient-review-consent-document-item-model.js +15 -0
  72. package/lib/models/patient-review-consent-document-model.d.ts +92 -0
  73. package/lib/models/patient-review-consent-document-model.d.ts.map +1 -0
  74. package/lib/models/patient-review-consent-document-model.js +15 -0
  75. package/lib/models/patient-review-consent-documents-model.d.ts +33 -0
  76. package/lib/models/patient-review-consent-documents-model.d.ts.map +1 -0
  77. package/lib/models/patient-review-consent-documents-model.js +15 -0
  78. package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
  79. package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
  80. package/lib/models/patient-review-content-verification-input-model.js +15 -0
  81. package/lib/models/patient-review-detail-model.d.ts +44 -0
  82. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  83. package/lib/models/patient-review-detail-model.js +15 -0
  84. package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
  85. package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
  86. package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
  87. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  88. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  89. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  90. package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
  91. package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
  92. package/lib/models/patient-review-form-setting-item-model.js +15 -0
  93. package/lib/models/patient-review-form-setting-model.d.ts +94 -0
  94. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  95. package/lib/models/patient-review-form-setting-model.js +15 -0
  96. package/lib/models/patient-review-form-settings-model.d.ts +33 -0
  97. package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
  98. package/lib/models/patient-review-form-settings-model.js +15 -0
  99. package/lib/models/patient-review-general-photo-model.d.ts +49 -0
  100. package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
  101. package/lib/models/patient-review-general-photo-model.js +15 -0
  102. package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
  103. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  104. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  105. package/lib/models/patient-review-item-model.d.ts +166 -0
  106. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  107. package/lib/models/patient-review-item-model.js +15 -0
  108. package/lib/models/patient-review-model.d.ts +318 -0
  109. package/lib/models/patient-review-model.d.ts.map +1 -0
  110. package/lib/models/patient-review-model.js +15 -0
  111. package/lib/models/patient-review-platform.d.ts +23 -0
  112. package/lib/models/patient-review-platform.d.ts.map +1 -0
  113. package/lib/models/patient-review-platform.js +26 -0
  114. package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
  115. package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
  116. package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
  117. package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
  118. package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
  119. package/lib/models/patient-review-public-general-image-input-model.js +15 -0
  120. package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
  121. package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
  122. package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
  123. package/lib/models/patient-review-status.d.ts +23 -0
  124. package/lib/models/patient-review-status.d.ts.map +1 -0
  125. package/lib/models/patient-review-status.js +26 -0
  126. package/lib/models/patient-review-translation-model.d.ts +55 -0
  127. package/lib/models/patient-review-translation-model.d.ts.map +1 -0
  128. package/lib/models/patient-review-translation-model.js +15 -0
  129. package/lib/models/patient-review-verification-document-model.d.ts +37 -0
  130. package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
  131. package/lib/models/patient-review-verification-document-model.js +15 -0
  132. package/lib/models/patient-reviews-model.d.ts +33 -0
  133. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  134. package/lib/models/patient-reviews-model.js +15 -0
  135. package/lib/models/survey-result-item-model.d.ts +13 -0
  136. package/lib/models/survey-result-item-model.d.ts.map +1 -1
  137. package/lib/models/survey-result-model.d.ts +13 -0
  138. package/lib/models/survey-result-model.d.ts.map +1 -1
  139. package/lib/models/translate-patient-review-consent-document-command.d.ts +55 -0
  140. package/lib/models/translate-patient-review-consent-document-command.d.ts.map +1 -0
  141. package/lib/models/translate-patient-review-consent-document-command.js +15 -0
  142. package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
  143. package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
  144. package/lib/models/translate-patient-review-form-setting-command.js +15 -0
  145. package/lib/models/translation-model.d.ts +103 -0
  146. package/lib/models/translation-model.d.ts.map +1 -0
  147. package/lib/models/translation-model.js +15 -0
  148. package/lib/models/update-accreditation-command.d.ts +7 -0
  149. package/lib/models/update-accreditation-command.d.ts.map +1 -1
  150. package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
  151. package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
  152. package/lib/models/update-hospital-accreditation-command.js +15 -0
  153. package/lib/models/update-patient-review-consent-document-command.d.ts +79 -0
  154. package/lib/models/update-patient-review-consent-document-command.d.ts.map +1 -0
  155. package/lib/models/update-patient-review-consent-document-command.js +15 -0
  156. package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
  157. package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
  158. package/lib/models/update-patient-review-form-setting-command.js +15 -0
  159. package/lib/models/update-patient-review-status-command.d.ts +38 -0
  160. package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
  161. package/lib/models/update-patient-review-status-command.js +15 -0
  162. package/lib/models/verify-patient-review-content-command.d.ts +38 -0
  163. package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
  164. package/lib/models/verify-patient-review-content-command.js +15 -0
  165. package/package.json +1 -1
@@ -0,0 +1,460 @@
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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { CreatePatientReviewFormSettingCommand } from '../models';
16
+ import { PatientReviewFormSettingModel } from '../models';
17
+ import { PatientReviewFormSettingsModel } from '../models';
18
+ import { PatientReviewPlatform } from '../models';
19
+ import { TranslatePatientReviewFormSettingCommand } from '../models';
20
+ import { TranslationBatchResultModel } from '../models';
21
+ import { UpdatePatientReviewFormSettingCommand } from '../models';
22
+ /**
23
+ * PatientReviewFormSettingsApi - axios parameter creator
24
+ * @export
25
+ */
26
+ export declare const PatientReviewFormSettingsApiAxiosParamCreator: (configuration?: Configuration) => {
27
+ /**
28
+ *
29
+ * @summary Get patient review form settings. (Auth policies: RequireContentManagerRole)
30
+ * @param {string} [languageCode]
31
+ * @param {PatientReviewPlatform} [platform]
32
+ * @param {string} [hospitalId]
33
+ * @param {boolean} [showHidden]
34
+ * @param {number} [page]
35
+ * @param {number} [limit]
36
+ * @param {Date} [lastRetrieved]
37
+ * @param {*} [options] Override http request option.
38
+ * @throws {RequiredError}
39
+ */
40
+ apiV1PatientreviewformsettingsGet: (languageCode?: string, platform?: PatientReviewPlatform, hospitalId?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
+ /**
42
+ *
43
+ * @summary Delete patient review form setting. (Auth policies: RequireContentManagerRole)
44
+ * @param {string} patientReviewFormSettingId
45
+ * @param {boolean} [isPermanent]
46
+ * @param {*} [options] Override http request option.
47
+ * @throws {RequiredError}
48
+ */
49
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete: (patientReviewFormSettingId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
+ /**
51
+ *
52
+ * @summary Get patient review form setting. (Auth policies: RequireContentManagerRole)
53
+ * @param {string} patientReviewFormSettingId
54
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
55
+ * @param {*} [options] Override http request option.
56
+ * @throws {RequiredError}
57
+ */
58
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdGet: (patientReviewFormSettingId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
59
+ /**
60
+ *
61
+ * @summary Update patient review form setting with JSON Merge Patch. (Auth policies: RequireContentManagerRole)
62
+ * @param {string} patientReviewFormSettingId
63
+ * @param {UpdatePatientReviewFormSettingCommand} [updatePatientReviewFormSettingCommand]
64
+ * @param {*} [options] Override http request option.
65
+ * @throws {RequiredError}
66
+ */
67
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch: (patientReviewFormSettingId: string, updatePatientReviewFormSettingCommand?: UpdatePatientReviewFormSettingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
+ /**
69
+ *
70
+ * @summary Reactivate patient review form setting. (Auth policies: RequireContentManagerRole)
71
+ * @param {string} patientReviewFormSettingId
72
+ * @param {*} [options] Override http request option.
73
+ * @throws {RequiredError}
74
+ */
75
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut: (patientReviewFormSettingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
+ /**
77
+ *
78
+ * @summary Translate patient review form setting detail translations. (Auth policies: RequireContentManagerRole)
79
+ * @param {string} patientReviewFormSettingId
80
+ * @param {TranslatePatientReviewFormSettingCommand} [translatePatientReviewFormSettingCommand] Translation settings. &#x60;BasisLanguageCode&#x60; accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
81
+ * @param {*} [options] Override http request option.
82
+ * @throws {RequiredError}
83
+ */
84
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost: (patientReviewFormSettingId: string, translatePatientReviewFormSettingCommand?: TranslatePatientReviewFormSettingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
85
+ /**
86
+ *
87
+ * @summary Create patient review form setting. (Auth policies: RequireContentManagerRole)
88
+ * @param {CreatePatientReviewFormSettingCommand} [createPatientReviewFormSettingCommand]
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ apiV1PatientreviewformsettingsPost: (createPatientReviewFormSettingCommand?: CreatePatientReviewFormSettingCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
93
+ };
94
+ /**
95
+ * PatientReviewFormSettingsApi - functional programming interface
96
+ * @export
97
+ */
98
+ export declare const PatientReviewFormSettingsApiFp: (configuration?: Configuration) => {
99
+ /**
100
+ *
101
+ * @summary Get patient review form settings. (Auth policies: RequireContentManagerRole)
102
+ * @param {string} [languageCode]
103
+ * @param {PatientReviewPlatform} [platform]
104
+ * @param {string} [hospitalId]
105
+ * @param {boolean} [showHidden]
106
+ * @param {number} [page]
107
+ * @param {number} [limit]
108
+ * @param {Date} [lastRetrieved]
109
+ * @param {*} [options] Override http request option.
110
+ * @throws {RequiredError}
111
+ */
112
+ apiV1PatientreviewformsettingsGet(languageCode?: string, platform?: PatientReviewPlatform, hospitalId?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewFormSettingsModel>>;
113
+ /**
114
+ *
115
+ * @summary Delete patient review form setting. (Auth policies: RequireContentManagerRole)
116
+ * @param {string} patientReviewFormSettingId
117
+ * @param {boolean} [isPermanent]
118
+ * @param {*} [options] Override http request option.
119
+ * @throws {RequiredError}
120
+ */
121
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete(patientReviewFormSettingId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
122
+ /**
123
+ *
124
+ * @summary Get patient review form setting. (Auth policies: RequireContentManagerRole)
125
+ * @param {string} patientReviewFormSettingId
126
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
127
+ * @param {*} [options] Override http request option.
128
+ * @throws {RequiredError}
129
+ */
130
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdGet(patientReviewFormSettingId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewFormSettingModel>>;
131
+ /**
132
+ *
133
+ * @summary Update patient review form setting with JSON Merge Patch. (Auth policies: RequireContentManagerRole)
134
+ * @param {string} patientReviewFormSettingId
135
+ * @param {UpdatePatientReviewFormSettingCommand} [updatePatientReviewFormSettingCommand]
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch(patientReviewFormSettingId: string, updatePatientReviewFormSettingCommand?: UpdatePatientReviewFormSettingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewFormSettingModel>>;
140
+ /**
141
+ *
142
+ * @summary Reactivate patient review form setting. (Auth policies: RequireContentManagerRole)
143
+ * @param {string} patientReviewFormSettingId
144
+ * @param {*} [options] Override http request option.
145
+ * @throws {RequiredError}
146
+ */
147
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut(patientReviewFormSettingId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
148
+ /**
149
+ *
150
+ * @summary Translate patient review form setting detail translations. (Auth policies: RequireContentManagerRole)
151
+ * @param {string} patientReviewFormSettingId
152
+ * @param {TranslatePatientReviewFormSettingCommand} [translatePatientReviewFormSettingCommand] Translation settings. &#x60;BasisLanguageCode&#x60; accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
153
+ * @param {*} [options] Override http request option.
154
+ * @throws {RequiredError}
155
+ */
156
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost(patientReviewFormSettingId: string, translatePatientReviewFormSettingCommand?: TranslatePatientReviewFormSettingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TranslationBatchResultModel>>;
157
+ /**
158
+ *
159
+ * @summary Create patient review form setting. (Auth policies: RequireContentManagerRole)
160
+ * @param {CreatePatientReviewFormSettingCommand} [createPatientReviewFormSettingCommand]
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ */
164
+ apiV1PatientreviewformsettingsPost(createPatientReviewFormSettingCommand?: CreatePatientReviewFormSettingCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewFormSettingModel>>;
165
+ };
166
+ /**
167
+ * PatientReviewFormSettingsApi - factory interface
168
+ * @export
169
+ */
170
+ export declare const PatientReviewFormSettingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
171
+ /**
172
+ *
173
+ * @summary Get patient review form settings. (Auth policies: RequireContentManagerRole)
174
+ * @param {string} [languageCode]
175
+ * @param {PatientReviewPlatform} [platform]
176
+ * @param {string} [hospitalId]
177
+ * @param {boolean} [showHidden]
178
+ * @param {number} [page]
179
+ * @param {number} [limit]
180
+ * @param {Date} [lastRetrieved]
181
+ * @param {*} [options] Override http request option.
182
+ * @throws {RequiredError}
183
+ */
184
+ apiV1PatientreviewformsettingsGet(languageCode?: string, platform?: PatientReviewPlatform, hospitalId?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewFormSettingsModel>;
185
+ /**
186
+ *
187
+ * @summary Delete patient review form setting. (Auth policies: RequireContentManagerRole)
188
+ * @param {string} patientReviewFormSettingId
189
+ * @param {boolean} [isPermanent]
190
+ * @param {*} [options] Override http request option.
191
+ * @throws {RequiredError}
192
+ */
193
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete(patientReviewFormSettingId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
194
+ /**
195
+ *
196
+ * @summary Get patient review form setting. (Auth policies: RequireContentManagerRole)
197
+ * @param {string} patientReviewFormSettingId
198
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
199
+ * @param {*} [options] Override http request option.
200
+ * @throws {RequiredError}
201
+ */
202
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdGet(patientReviewFormSettingId: string, languageCode?: string, options?: any): AxiosPromise<PatientReviewFormSettingModel>;
203
+ /**
204
+ *
205
+ * @summary Update patient review form setting with JSON Merge Patch. (Auth policies: RequireContentManagerRole)
206
+ * @param {string} patientReviewFormSettingId
207
+ * @param {UpdatePatientReviewFormSettingCommand} [updatePatientReviewFormSettingCommand]
208
+ * @param {*} [options] Override http request option.
209
+ * @throws {RequiredError}
210
+ */
211
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch(patientReviewFormSettingId: string, updatePatientReviewFormSettingCommand?: UpdatePatientReviewFormSettingCommand, options?: any): AxiosPromise<PatientReviewFormSettingModel>;
212
+ /**
213
+ *
214
+ * @summary Reactivate patient review form setting. (Auth policies: RequireContentManagerRole)
215
+ * @param {string} patientReviewFormSettingId
216
+ * @param {*} [options] Override http request option.
217
+ * @throws {RequiredError}
218
+ */
219
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut(patientReviewFormSettingId: string, options?: any): AxiosPromise<boolean>;
220
+ /**
221
+ *
222
+ * @summary Translate patient review form setting detail translations. (Auth policies: RequireContentManagerRole)
223
+ * @param {string} patientReviewFormSettingId
224
+ * @param {TranslatePatientReviewFormSettingCommand} [translatePatientReviewFormSettingCommand] Translation settings. &#x60;BasisLanguageCode&#x60; accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
225
+ * @param {*} [options] Override http request option.
226
+ * @throws {RequiredError}
227
+ */
228
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost(patientReviewFormSettingId: string, translatePatientReviewFormSettingCommand?: TranslatePatientReviewFormSettingCommand, options?: any): AxiosPromise<TranslationBatchResultModel>;
229
+ /**
230
+ *
231
+ * @summary Create patient review form setting. (Auth policies: RequireContentManagerRole)
232
+ * @param {CreatePatientReviewFormSettingCommand} [createPatientReviewFormSettingCommand]
233
+ * @param {*} [options] Override http request option.
234
+ * @throws {RequiredError}
235
+ */
236
+ apiV1PatientreviewformsettingsPost(createPatientReviewFormSettingCommand?: CreatePatientReviewFormSettingCommand, options?: any): AxiosPromise<PatientReviewFormSettingModel>;
237
+ };
238
+ /**
239
+ * Request parameters for apiV1PatientreviewformsettingsGet operation in PatientReviewFormSettingsApi.
240
+ * @export
241
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGetRequest
242
+ */
243
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGetRequest {
244
+ /**
245
+ *
246
+ * @type {string}
247
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
248
+ */
249
+ readonly languageCode?: string;
250
+ /**
251
+ *
252
+ * @type {PatientReviewPlatform}
253
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
254
+ */
255
+ readonly platform?: PatientReviewPlatform;
256
+ /**
257
+ *
258
+ * @type {string}
259
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
260
+ */
261
+ readonly hospitalId?: string;
262
+ /**
263
+ *
264
+ * @type {boolean}
265
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
266
+ */
267
+ readonly showHidden?: boolean;
268
+ /**
269
+ *
270
+ * @type {number}
271
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
272
+ */
273
+ readonly page?: number;
274
+ /**
275
+ *
276
+ * @type {number}
277
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
278
+ */
279
+ readonly limit?: number;
280
+ /**
281
+ *
282
+ * @type {Date}
283
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGet
284
+ */
285
+ readonly lastRetrieved?: Date;
286
+ }
287
+ /**
288
+ * Request parameters for apiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete operation in PatientReviewFormSettingsApi.
289
+ * @export
290
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDeleteRequest
291
+ */
292
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDeleteRequest {
293
+ /**
294
+ *
295
+ * @type {string}
296
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete
297
+ */
298
+ readonly patientReviewFormSettingId: string;
299
+ /**
300
+ *
301
+ * @type {boolean}
302
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete
303
+ */
304
+ readonly isPermanent?: boolean;
305
+ }
306
+ /**
307
+ * Request parameters for apiV1PatientreviewformsettingsPatientReviewFormSettingIdGet operation in PatientReviewFormSettingsApi.
308
+ * @export
309
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGetRequest
310
+ */
311
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGetRequest {
312
+ /**
313
+ *
314
+ * @type {string}
315
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGet
316
+ */
317
+ readonly patientReviewFormSettingId: string;
318
+ /**
319
+ * Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
320
+ * @type {string}
321
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGet
322
+ */
323
+ readonly languageCode?: string;
324
+ }
325
+ /**
326
+ * Request parameters for apiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch operation in PatientReviewFormSettingsApi.
327
+ * @export
328
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatchRequest
329
+ */
330
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatchRequest {
331
+ /**
332
+ *
333
+ * @type {string}
334
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch
335
+ */
336
+ readonly patientReviewFormSettingId: string;
337
+ /**
338
+ *
339
+ * @type {UpdatePatientReviewFormSettingCommand}
340
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch
341
+ */
342
+ readonly updatePatientReviewFormSettingCommand?: UpdatePatientReviewFormSettingCommand;
343
+ }
344
+ /**
345
+ * Request parameters for apiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut operation in PatientReviewFormSettingsApi.
346
+ * @export
347
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePutRequest
348
+ */
349
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePutRequest {
350
+ /**
351
+ *
352
+ * @type {string}
353
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut
354
+ */
355
+ readonly patientReviewFormSettingId: string;
356
+ }
357
+ /**
358
+ * Request parameters for apiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost operation in PatientReviewFormSettingsApi.
359
+ * @export
360
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePostRequest
361
+ */
362
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePostRequest {
363
+ /**
364
+ *
365
+ * @type {string}
366
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost
367
+ */
368
+ readonly patientReviewFormSettingId: string;
369
+ /**
370
+ * Translation settings. &#x60;BasisLanguageCode&#x60; accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
371
+ * @type {TranslatePatientReviewFormSettingCommand}
372
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost
373
+ */
374
+ readonly translatePatientReviewFormSettingCommand?: TranslatePatientReviewFormSettingCommand;
375
+ }
376
+ /**
377
+ * Request parameters for apiV1PatientreviewformsettingsPost operation in PatientReviewFormSettingsApi.
378
+ * @export
379
+ * @interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPostRequest
380
+ */
381
+ export interface PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPostRequest {
382
+ /**
383
+ *
384
+ * @type {CreatePatientReviewFormSettingCommand}
385
+ * @memberof PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPost
386
+ */
387
+ readonly createPatientReviewFormSettingCommand?: CreatePatientReviewFormSettingCommand;
388
+ }
389
+ /**
390
+ * PatientReviewFormSettingsApi - object-oriented interface
391
+ * @export
392
+ * @class PatientReviewFormSettingsApi
393
+ * @extends {BaseAPI}
394
+ */
395
+ export declare class PatientReviewFormSettingsApi extends BaseAPI {
396
+ /**
397
+ *
398
+ * @summary Get patient review form settings. (Auth policies: RequireContentManagerRole)
399
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGetRequest} requestParameters Request parameters.
400
+ * @param {*} [options] Override http request option.
401
+ * @throws {RequiredError}
402
+ * @memberof PatientReviewFormSettingsApi
403
+ */
404
+ apiV1PatientreviewformsettingsGet(requestParameters?: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewFormSettingsModel, any>>;
405
+ /**
406
+ *
407
+ * @summary Delete patient review form setting. (Auth policies: RequireContentManagerRole)
408
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDeleteRequest} requestParameters Request parameters.
409
+ * @param {*} [options] Override http request option.
410
+ * @throws {RequiredError}
411
+ * @memberof PatientReviewFormSettingsApi
412
+ */
413
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdDelete(requestParameters: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
414
+ /**
415
+ *
416
+ * @summary Get patient review form setting. (Auth policies: RequireContentManagerRole)
417
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGetRequest} requestParameters Request parameters.
418
+ * @param {*} [options] Override http request option.
419
+ * @throws {RequiredError}
420
+ * @memberof PatientReviewFormSettingsApi
421
+ */
422
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdGet(requestParameters: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewFormSettingModel, any>>;
423
+ /**
424
+ *
425
+ * @summary Update patient review form setting with JSON Merge Patch. (Auth policies: RequireContentManagerRole)
426
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatchRequest} requestParameters Request parameters.
427
+ * @param {*} [options] Override http request option.
428
+ * @throws {RequiredError}
429
+ * @memberof PatientReviewFormSettingsApi
430
+ */
431
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdPatch(requestParameters: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewFormSettingModel, any>>;
432
+ /**
433
+ *
434
+ * @summary Reactivate patient review form setting. (Auth policies: RequireContentManagerRole)
435
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePutRequest} requestParameters Request parameters.
436
+ * @param {*} [options] Override http request option.
437
+ * @throws {RequiredError}
438
+ * @memberof PatientReviewFormSettingsApi
439
+ */
440
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePut(requestParameters: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
441
+ /**
442
+ *
443
+ * @summary Translate patient review form setting detail translations. (Auth policies: RequireContentManagerRole)
444
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePostRequest} requestParameters Request parameters.
445
+ * @param {*} [options] Override http request option.
446
+ * @throws {RequiredError}
447
+ * @memberof PatientReviewFormSettingsApi
448
+ */
449
+ apiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePost(requestParameters: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPatientReviewFormSettingIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TranslationBatchResultModel, any>>;
450
+ /**
451
+ *
452
+ * @summary Create patient review form setting. (Auth policies: RequireContentManagerRole)
453
+ * @param {PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPostRequest} requestParameters Request parameters.
454
+ * @param {*} [options] Override http request option.
455
+ * @throws {RequiredError}
456
+ * @memberof PatientReviewFormSettingsApi
457
+ */
458
+ apiV1PatientreviewformsettingsPost(requestParameters?: PatientReviewFormSettingsApiApiV1PatientreviewformsettingsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewFormSettingModel, any>>;
459
+ }
460
+ //# sourceMappingURL=patient-review-form-settings-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-form-settings-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-review-form-settings-api.ts"],"names":[],"mappings":"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"}