ch-admin-api-client-typescript 5.22.1 → 5.23.8

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 (193) hide show
  1. package/lib/api/appointments-api.d.ts +47 -0
  2. package/lib/api/appointments-api.d.ts.map +1 -1
  3. package/lib/api/appointments-api.js +85 -0
  4. package/lib/api/deals-api.d.ts +110 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +127 -0
  7. package/lib/api/doctor-affiliations-api.d.ts +101 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +121 -0
  10. package/lib/api/hospitals-api.d.ts +328 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +381 -0
  13. package/lib/api/patient-affiliations-api.d.ts +216 -0
  14. package/lib/api/patient-affiliations-api.d.ts.map +1 -0
  15. package/lib/api/patient-affiliations-api.js +358 -0
  16. package/lib/api/patients-api.d.ts +191 -3
  17. package/lib/api/patients-api.d.ts.map +1 -1
  18. package/lib/api/patients-api.js +289 -6
  19. package/lib/api/prescriptions-api.d.ts +447 -0
  20. package/lib/api/prescriptions-api.d.ts.map +1 -0
  21. package/lib/api/prescriptions-api.js +727 -0
  22. package/lib/api.d.ts +2 -0
  23. package/lib/api.d.ts.map +1 -1
  24. package/lib/api.js +2 -0
  25. package/lib/models/appointment-timetable-date-model.d.ts +58 -0
  26. package/lib/models/appointment-timetable-date-model.d.ts.map +1 -0
  27. package/lib/models/appointment-timetable-date-model.js +15 -0
  28. package/lib/models/appointment-timetable-status.d.ts +22 -0
  29. package/lib/models/appointment-timetable-status.d.ts.map +1 -0
  30. package/lib/models/appointment-timetable-status.js +25 -0
  31. package/lib/models/appointment-timetable-time-slot-model.d.ts +74 -0
  32. package/lib/models/appointment-timetable-time-slot-model.d.ts.map +1 -0
  33. package/lib/models/appointment-timetable-time-slot-model.js +15 -0
  34. package/lib/models/chadmin-item-model.d.ts +3 -3
  35. package/lib/models/chadmin-item-model.d.ts.map +1 -1
  36. package/lib/models/chadmin-model.d.ts +3 -3
  37. package/lib/models/chadmin-model.d.ts.map +1 -1
  38. package/lib/models/chmanager-item-model.d.ts +3 -3
  39. package/lib/models/chmanager-item-model.d.ts.map +1 -1
  40. package/lib/models/chmanager-model.d.ts +3 -3
  41. package/lib/models/chmanager-model.d.ts.map +1 -1
  42. package/lib/models/create-article-command.d.ts +6 -0
  43. package/lib/models/create-article-command.d.ts.map +1 -1
  44. package/lib/models/create-doctor-affiliation-command.d.ts +6 -0
  45. package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
  46. package/lib/models/create-hospital-command.d.ts +24 -0
  47. package/lib/models/create-hospital-command.d.ts.map +1 -1
  48. package/lib/models/create-patient-affiliation-command.d.ts +109 -0
  49. package/lib/models/create-patient-affiliation-command.d.ts.map +1 -0
  50. package/lib/models/create-patient-affiliation-command.js +15 -0
  51. package/lib/models/create-patient-command.d.ts +90 -0
  52. package/lib/models/create-patient-command.d.ts.map +1 -1
  53. package/lib/models/create-prescription-command.d.ts +184 -0
  54. package/lib/models/create-prescription-command.d.ts.map +1 -0
  55. package/lib/models/create-prescription-command.js +15 -0
  56. package/lib/models/create-walk-in-appointment-command.d.ts +154 -0
  57. package/lib/models/create-walk-in-appointment-command.d.ts.map +1 -0
  58. package/lib/models/create-walk-in-appointment-command.js +15 -0
  59. package/lib/models/doctor-affiliation-item-model.d.ts +3 -3
  60. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  61. package/lib/models/doctor-affiliation-model.d.ts +9 -3
  62. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  63. package/lib/models/doctor-item-model.d.ts +3 -3
  64. package/lib/models/doctor-item-model.d.ts.map +1 -1
  65. package/lib/models/doctor-model.d.ts +3 -3
  66. package/lib/models/doctor-model.d.ts.map +1 -1
  67. package/lib/models/get-appointment-timetables-response-model.d.ts +44 -0
  68. package/lib/models/get-appointment-timetables-response-model.d.ts.map +1 -0
  69. package/lib/models/get-appointment-timetables-response-model.js +15 -0
  70. package/lib/models/get-patient-walk-in-query.d.ts +37 -0
  71. package/lib/models/get-patient-walk-in-query.d.ts.map +1 -0
  72. package/lib/models/get-patient-walk-in-query.js +15 -0
  73. package/lib/models/hospital-model.d.ts +24 -0
  74. package/lib/models/hospital-model.d.ts.map +1 -1
  75. package/lib/models/index.d.ts +23 -0
  76. package/lib/models/index.d.ts.map +1 -1
  77. package/lib/models/index.js +23 -0
  78. package/lib/models/manager-item-model.d.ts +3 -3
  79. package/lib/models/manager-item-model.d.ts.map +1 -1
  80. package/lib/models/manager-model.d.ts +3 -3
  81. package/lib/models/manager-model.d.ts.map +1 -1
  82. package/lib/models/patient-affiliation-item-model.d.ts +153 -0
  83. package/lib/models/patient-affiliation-item-model.d.ts.map +1 -0
  84. package/lib/models/patient-affiliation-item-model.js +15 -0
  85. package/lib/models/patient-affiliation-model.d.ts +153 -0
  86. package/lib/models/patient-affiliation-model.d.ts.map +1 -0
  87. package/lib/models/patient-affiliation-model.js +15 -0
  88. package/lib/models/patient-affiliations-model.d.ts +33 -0
  89. package/lib/models/patient-affiliations-model.d.ts.map +1 -0
  90. package/lib/models/patient-affiliations-model.js +15 -0
  91. package/lib/models/patient-item-model.d.ts +3 -3
  92. package/lib/models/patient-item-model.d.ts.map +1 -1
  93. package/lib/models/patient-model.d.ts +3 -3
  94. package/lib/models/patient-model.d.ts.map +1 -1
  95. package/lib/models/patient-walk-in-model.d.ts +32 -0
  96. package/lib/models/patient-walk-in-model.d.ts.map +1 -0
  97. package/lib/models/patient-walk-in-model.js +15 -0
  98. package/lib/models/prescription-diagnosis-input-model.d.ts +37 -0
  99. package/lib/models/prescription-diagnosis-input-model.d.ts.map +1 -0
  100. package/lib/models/prescription-diagnosis-input-model.js +15 -0
  101. package/lib/models/prescription-diagnosis-item-model.d.ts +37 -0
  102. package/lib/models/prescription-diagnosis-item-model.d.ts.map +1 -0
  103. package/lib/models/prescription-diagnosis-item-model.js +15 -0
  104. package/lib/models/prescription-item-model.d.ts +164 -0
  105. package/lib/models/prescription-item-model.d.ts.map +1 -0
  106. package/lib/models/prescription-item-model.js +15 -0
  107. package/lib/models/prescription-medication-input-model.d.ts +79 -0
  108. package/lib/models/prescription-medication-input-model.d.ts.map +1 -0
  109. package/lib/models/prescription-medication-input-model.js +15 -0
  110. package/lib/models/prescription-medication-item-model.d.ts +79 -0
  111. package/lib/models/prescription-medication-item-model.d.ts.map +1 -0
  112. package/lib/models/prescription-medication-item-model.js +15 -0
  113. package/lib/models/prescription-model.d.ts +185 -0
  114. package/lib/models/prescription-model.d.ts.map +1 -0
  115. package/lib/models/prescription-model.js +15 -0
  116. package/lib/models/prescription-symptom-input-model.d.ts +49 -0
  117. package/lib/models/prescription-symptom-input-model.d.ts.map +1 -0
  118. package/lib/models/prescription-symptom-input-model.js +15 -0
  119. package/lib/models/prescription-symptom-item-model.d.ts +49 -0
  120. package/lib/models/prescription-symptom-item-model.d.ts.map +1 -0
  121. package/lib/models/prescription-symptom-item-model.js +15 -0
  122. package/lib/models/prescriptions-model.d.ts +33 -0
  123. package/lib/models/prescriptions-model.d.ts.map +1 -0
  124. package/lib/models/prescriptions-model.js +15 -0
  125. package/lib/models/update-article-command.d.ts +6 -0
  126. package/lib/models/update-article-command.d.ts.map +1 -1
  127. package/lib/models/update-doctor-affiliation-command.d.ts +6 -0
  128. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  129. package/lib/models/update-hospital-command.d.ts +24 -0
  130. package/lib/models/update-hospital-command.d.ts.map +1 -1
  131. package/lib/models/update-patient-affiliation-command.d.ts +115 -0
  132. package/lib/models/update-patient-affiliation-command.d.ts.map +1 -0
  133. package/lib/models/update-patient-affiliation-command.js +15 -0
  134. package/lib/models/update-prescription-command.d.ts +154 -0
  135. package/lib/models/update-prescription-command.d.ts.map +1 -0
  136. package/lib/models/update-prescription-command.js +15 -0
  137. package/lib/models/user-model.d.ts +3 -3
  138. package/lib/models/user-model.d.ts.map +1 -1
  139. package/package.json +1 -1
  140. package/src/.openapi-generator/FILES +25 -0
  141. package/src/api/appointments-api.ts +87 -0
  142. package/src/api/deals-api.ts +184 -0
  143. package/src/api/doctor-affiliations-api.ts +171 -0
  144. package/src/api/hospitals-api.ts +548 -0
  145. package/src/api/patient-affiliations-api.ts +361 -0
  146. package/src/api/patients-api.ts +337 -6
  147. package/src/api/prescriptions-api.ts +776 -0
  148. package/src/api.ts +2 -0
  149. package/src/models/appointment-timetable-date-model.ts +69 -0
  150. package/src/models/appointment-timetable-status.ts +31 -0
  151. package/src/models/appointment-timetable-time-slot-model.ts +81 -0
  152. package/src/models/chadmin-item-model.ts +3 -3
  153. package/src/models/chadmin-model.ts +3 -3
  154. package/src/models/chmanager-item-model.ts +3 -3
  155. package/src/models/chmanager-model.ts +3 -3
  156. package/src/models/create-article-command.ts +6 -0
  157. package/src/models/create-doctor-affiliation-command.ts +6 -0
  158. package/src/models/create-hospital-command.ts +24 -0
  159. package/src/models/create-patient-affiliation-command.ts +114 -0
  160. package/src/models/create-patient-command.ts +90 -0
  161. package/src/models/create-prescription-command.ts +195 -0
  162. package/src/models/create-walk-in-appointment-command.ts +165 -0
  163. package/src/models/doctor-affiliation-item-model.ts +3 -3
  164. package/src/models/doctor-affiliation-model.ts +9 -3
  165. package/src/models/doctor-item-model.ts +3 -3
  166. package/src/models/doctor-model.ts +3 -3
  167. package/src/models/get-appointment-timetables-response-model.ts +51 -0
  168. package/src/models/get-patient-walk-in-query.ts +42 -0
  169. package/src/models/hospital-model.ts +24 -0
  170. package/src/models/index.ts +23 -0
  171. package/src/models/manager-item-model.ts +3 -3
  172. package/src/models/manager-model.ts +3 -3
  173. package/src/models/patient-affiliation-item-model.ts +162 -0
  174. package/src/models/patient-affiliation-model.ts +162 -0
  175. package/src/models/patient-affiliations-model.ts +42 -0
  176. package/src/models/patient-item-model.ts +3 -3
  177. package/src/models/patient-model.ts +3 -3
  178. package/src/models/patient-walk-in-model.ts +39 -0
  179. package/src/models/prescription-diagnosis-input-model.ts +42 -0
  180. package/src/models/prescription-diagnosis-item-model.ts +42 -0
  181. package/src/models/prescription-item-model.ts +171 -0
  182. package/src/models/prescription-medication-input-model.ts +84 -0
  183. package/src/models/prescription-medication-item-model.ts +84 -0
  184. package/src/models/prescription-model.ts +198 -0
  185. package/src/models/prescription-symptom-input-model.ts +54 -0
  186. package/src/models/prescription-symptom-item-model.ts +54 -0
  187. package/src/models/prescriptions-model.ts +42 -0
  188. package/src/models/update-article-command.ts +6 -0
  189. package/src/models/update-doctor-affiliation-command.ts +6 -0
  190. package/src/models/update-hospital-command.ts +24 -0
  191. package/src/models/update-patient-affiliation-command.ts +120 -0
  192. package/src/models/update-prescription-command.ts +165 -0
  193. package/src/models/user-model.ts +3 -3
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 PrescriptionMedicationInputModel
16
+ */
17
+ export interface PrescriptionMedicationInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionMedicationInputModel
22
+ */
23
+ 'name'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PrescriptionMedicationInputModel
28
+ */
29
+ 'ingredients'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof PrescriptionMedicationInputModel
34
+ */
35
+ 'dose'?: number | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PrescriptionMedicationInputModel
40
+ */
41
+ 'doseUnit'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PrescriptionMedicationInputModel
46
+ */
47
+ 'frequency'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PrescriptionMedicationInputModel
52
+ */
53
+ 'duration'?: number | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PrescriptionMedicationInputModel
58
+ */
59
+ 'durationUnit'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof PrescriptionMedicationInputModel
64
+ */
65
+ 'notes'?: string | null;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof PrescriptionMedicationInputModel
70
+ */
71
+ 'order'?: number;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof PrescriptionMedicationInputModel
76
+ */
77
+ 'id'?: string | null;
78
+ }
79
+ //# sourceMappingURL=prescription-medication-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-medication-input-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-medication-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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,79 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 PrescriptionMedicationItemModel
16
+ */
17
+ export interface PrescriptionMedicationItemModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionMedicationItemModel
22
+ */
23
+ 'name'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PrescriptionMedicationItemModel
28
+ */
29
+ 'ingredients'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof PrescriptionMedicationItemModel
34
+ */
35
+ 'dose'?: number | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PrescriptionMedicationItemModel
40
+ */
41
+ 'doseUnit'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PrescriptionMedicationItemModel
46
+ */
47
+ 'frequency'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PrescriptionMedicationItemModel
52
+ */
53
+ 'duration'?: number | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PrescriptionMedicationItemModel
58
+ */
59
+ 'durationUnit'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof PrescriptionMedicationItemModel
64
+ */
65
+ 'notes'?: string | null;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof PrescriptionMedicationItemModel
70
+ */
71
+ 'order'?: number;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof PrescriptionMedicationItemModel
76
+ */
77
+ 'id'?: string;
78
+ }
79
+ //# sourceMappingURL=prescription-medication-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-medication-item-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-medication-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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,185 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 { AuditableEntityModel } from './auditable-entity-model';
13
+ import { PrescriptionDiagnosisItemModel } from './prescription-diagnosis-item-model';
14
+ import { PrescriptionMedicationItemModel } from './prescription-medication-item-model';
15
+ import { PrescriptionSymptomItemModel } from './prescription-symptom-item-model';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface PrescriptionModel
20
+ */
21
+ export interface PrescriptionModel {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof PrescriptionModel
26
+ */
27
+ 'languageCode'?: string | null;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof PrescriptionModel
32
+ */
33
+ 'hospitalId'?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof PrescriptionModel
38
+ */
39
+ 'hospitalName'?: string | null;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof PrescriptionModel
44
+ */
45
+ 'doctorName'?: string | null;
46
+ /**
47
+ *
48
+ * @type {number}
49
+ * @memberof PrescriptionModel
50
+ */
51
+ 'height'?: number | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof PrescriptionModel
56
+ */
57
+ 'heightUnit'?: string | null;
58
+ /**
59
+ *
60
+ * @type {number}
61
+ * @memberof PrescriptionModel
62
+ */
63
+ 'weight'?: number | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof PrescriptionModel
68
+ */
69
+ 'weightUnit'?: string | null;
70
+ /**
71
+ *
72
+ * @type {number}
73
+ * @memberof PrescriptionModel
74
+ */
75
+ 'bodyMassIndex'?: number | null;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof PrescriptionModel
80
+ */
81
+ 'bodyMassIndexUnit'?: string | null;
82
+ /**
83
+ *
84
+ * @type {number}
85
+ * @memberof PrescriptionModel
86
+ */
87
+ 'pulseRate'?: number | null;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof PrescriptionModel
92
+ */
93
+ 'pulseRateUnit'?: string | null;
94
+ /**
95
+ *
96
+ * @type {number}
97
+ * @memberof PrescriptionModel
98
+ */
99
+ 'systolicBloodPressure'?: number | null;
100
+ /**
101
+ *
102
+ * @type {number}
103
+ * @memberof PrescriptionModel
104
+ */
105
+ 'diastolicBloodPressure'?: number | null;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof PrescriptionModel
110
+ */
111
+ 'bloodPressureUnit'?: string | null;
112
+ /**
113
+ *
114
+ * @type {number}
115
+ * @memberof PrescriptionModel
116
+ */
117
+ 'bodyTemperature'?: number | null;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof PrescriptionModel
122
+ */
123
+ 'bodyTemperatureUnit'?: string | null;
124
+ /**
125
+ *
126
+ * @type {string}
127
+ * @memberof PrescriptionModel
128
+ */
129
+ 'advice'?: string | null;
130
+ /**
131
+ *
132
+ * @type {string}
133
+ * @memberof PrescriptionModel
134
+ */
135
+ 'summary'?: string | null;
136
+ /**
137
+ *
138
+ * @type {boolean}
139
+ * @memberof PrescriptionModel
140
+ */
141
+ 'followUpNeeded'?: boolean;
142
+ /**
143
+ *
144
+ * @type {number}
145
+ * @memberof PrescriptionModel
146
+ */
147
+ 'followUpDays'?: number | null;
148
+ /**
149
+ *
150
+ * @type {string}
151
+ * @memberof PrescriptionModel
152
+ */
153
+ 'followUpNotes'?: string | null;
154
+ /**
155
+ *
156
+ * @type {AuditableEntityModel}
157
+ * @memberof PrescriptionModel
158
+ */
159
+ 'auditableEntity'?: AuditableEntityModel;
160
+ /**
161
+ *
162
+ * @type {Array<PrescriptionSymptomItemModel>}
163
+ * @memberof PrescriptionModel
164
+ */
165
+ 'prescriptionSymptoms'?: Array<PrescriptionSymptomItemModel> | null;
166
+ /**
167
+ *
168
+ * @type {Array<PrescriptionDiagnosisItemModel>}
169
+ * @memberof PrescriptionModel
170
+ */
171
+ 'prescriptionDiagnoses'?: Array<PrescriptionDiagnosisItemModel> | null;
172
+ /**
173
+ *
174
+ * @type {Array<PrescriptionMedicationItemModel>}
175
+ * @memberof PrescriptionModel
176
+ */
177
+ 'prescriptionMedications'?: Array<PrescriptionMedicationItemModel> | null;
178
+ /**
179
+ *
180
+ * @type {string}
181
+ * @memberof PrescriptionModel
182
+ */
183
+ 'id'?: string;
184
+ }
185
+ //# sourceMappingURL=prescription-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAGrF,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAGvF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IACpE;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;IACvE;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC;IAC1E;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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,49 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 PrescriptionSymptomInputModel
16
+ */
17
+ export interface PrescriptionSymptomInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionSymptomInputModel
22
+ */
23
+ 'description'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PrescriptionSymptomInputModel
28
+ */
29
+ 'since'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PrescriptionSymptomInputModel
34
+ */
35
+ 'severity'?: string | null;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof PrescriptionSymptomInputModel
40
+ */
41
+ 'order'?: number;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PrescriptionSymptomInputModel
46
+ */
47
+ 'id'?: string | null;
48
+ }
49
+ //# sourceMappingURL=prescription-symptom-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-symptom-input-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-symptom-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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,49 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 PrescriptionSymptomItemModel
16
+ */
17
+ export interface PrescriptionSymptomItemModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionSymptomItemModel
22
+ */
23
+ 'description'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PrescriptionSymptomItemModel
28
+ */
29
+ 'since'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PrescriptionSymptomItemModel
34
+ */
35
+ 'severity'?: string | null;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof PrescriptionSymptomItemModel
40
+ */
41
+ 'order'?: number;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PrescriptionSymptomItemModel
46
+ */
47
+ 'id'?: string;
48
+ }
49
+ //# sourceMappingURL=prescription-symptom-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-symptom-item-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-symptom-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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,33 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: hyounoosung@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 { PagedListMetaData } from './paged-list-meta-data';
13
+ import { PrescriptionItemModel } from './prescription-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PrescriptionsModel
18
+ */
19
+ export interface PrescriptionsModel {
20
+ /**
21
+ *
22
+ * @type {Array<PrescriptionItemModel>}
23
+ * @memberof PrescriptionsModel
24
+ */
25
+ 'items'?: Array<PrescriptionItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof PrescriptionsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=prescriptions-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescriptions-model.d.ts","sourceRoot":"","sources":["../../src/models/prescriptions-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: hyounoosung@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 });
@@ -61,6 +61,12 @@ export interface UpdateArticleCommand {
61
61
  * @memberof UpdateArticleCommand
62
62
  */
63
63
  'hospitalId'?: string;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof UpdateArticleCommand
68
+ */
69
+ 'specialtyTypeId'?: string | null;
64
70
  /**
65
71
  *
66
72
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"update-article-command.d.ts","sourceRoot":"","sources":["../../src/models/update-article-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAG/D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"update-article-command.d.ts","sourceRoot":"","sources":["../../src/models/update-article-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAG/D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
@@ -90,6 +90,12 @@ export interface UpdateDoctorAffiliationCommand {
90
90
  * @memberof UpdateDoctorAffiliationCommand
91
91
  */
92
92
  'backgroundThumbnail'?: string | null;
93
+ /**
94
+ *
95
+ * @type {string}
96
+ * @memberof UpdateDoctorAffiliationCommand
97
+ */
98
+ 'signature'?: string | null;
93
99
  /**
94
100
  *
95
101
  * @type {boolean}
@@ -1 +1 @@
1
- {"version":3,"file":"update-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/update-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,2BAA2B,CAAC;CACrD"}
1
+ {"version":3,"file":"update-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/update-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,2BAA2B,CAAC;CACrD"}
@@ -177,6 +177,30 @@ export interface UpdateHospitalCommand {
177
177
  * @memberof UpdateHospitalCommand
178
178
  */
179
179
  'appointmentCurrency'?: string | null;
180
+ /**
181
+ *
182
+ * @type {string}
183
+ * @memberof UpdateHospitalCommand
184
+ */
185
+ 'corporateIdentificationNumber'?: string | null;
186
+ /**
187
+ *
188
+ * @type {string}
189
+ * @memberof UpdateHospitalCommand
190
+ */
191
+ 'gstRegistrationNumber'?: string | null;
192
+ /**
193
+ *
194
+ * @type {string}
195
+ * @memberof UpdateHospitalCommand
196
+ */
197
+ 'permanentAccountNumber'?: string | null;
198
+ /**
199
+ *
200
+ * @type {string}
201
+ * @memberof UpdateHospitalCommand
202
+ */
203
+ 'hospitalRegistrationNumber'?: string | null;
180
204
  /**
181
205
  *
182
206
  * @type {boolean}