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
@@ -194,6 +194,30 @@ export interface UpdateHospitalCommand {
194
194
  * @memberof UpdateHospitalCommand
195
195
  */
196
196
  'appointmentCurrency'?: string | null;
197
+ /**
198
+ *
199
+ * @type {string}
200
+ * @memberof UpdateHospitalCommand
201
+ */
202
+ 'corporateIdentificationNumber'?: string | null;
203
+ /**
204
+ *
205
+ * @type {string}
206
+ * @memberof UpdateHospitalCommand
207
+ */
208
+ 'gstRegistrationNumber'?: string | null;
209
+ /**
210
+ *
211
+ * @type {string}
212
+ * @memberof UpdateHospitalCommand
213
+ */
214
+ 'permanentAccountNumber'?: string | null;
215
+ /**
216
+ *
217
+ * @type {string}
218
+ * @memberof UpdateHospitalCommand
219
+ */
220
+ 'hospitalRegistrationNumber'?: string | null;
197
221
  /**
198
222
  *
199
223
  * @type {boolean}
@@ -0,0 +1,120 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface UpdatePatientAffiliationCommand
21
+ */
22
+ export interface UpdatePatientAffiliationCommand {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdatePatientAffiliationCommand
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof UpdatePatientAffiliationCommand
33
+ */
34
+ 'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {boolean}
38
+ * @memberof UpdatePatientAffiliationCommand
39
+ */
40
+ 'isConfirmed'?: boolean;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof UpdatePatientAffiliationCommand
45
+ */
46
+ 'height'?: number | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof UpdatePatientAffiliationCommand
51
+ */
52
+ 'heightUnit'?: string | null;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof UpdatePatientAffiliationCommand
57
+ */
58
+ 'weight'?: number | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof UpdatePatientAffiliationCommand
63
+ */
64
+ 'weightUnit'?: string | null;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof UpdatePatientAffiliationCommand
69
+ */
70
+ 'bodyMassIndex'?: number | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof UpdatePatientAffiliationCommand
75
+ */
76
+ 'bodyMassIndexUnit'?: string | null;
77
+ /**
78
+ *
79
+ * @type {number}
80
+ * @memberof UpdatePatientAffiliationCommand
81
+ */
82
+ 'pulseRate'?: number | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof UpdatePatientAffiliationCommand
87
+ */
88
+ 'pulseRateUnit'?: string | null;
89
+ /**
90
+ *
91
+ * @type {number}
92
+ * @memberof UpdatePatientAffiliationCommand
93
+ */
94
+ 'systolicBloodPressure'?: number | null;
95
+ /**
96
+ *
97
+ * @type {number}
98
+ * @memberof UpdatePatientAffiliationCommand
99
+ */
100
+ 'diastolicBloodPressure'?: number | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof UpdatePatientAffiliationCommand
105
+ */
106
+ 'bloodPressureUnit'?: string | null;
107
+ /**
108
+ *
109
+ * @type {number}
110
+ * @memberof UpdatePatientAffiliationCommand
111
+ */
112
+ 'bodyTemperature'?: number | null;
113
+ /**
114
+ *
115
+ * @type {string}
116
+ * @memberof UpdatePatientAffiliationCommand
117
+ */
118
+ 'bodyTemperatureUnit'?: string | null;
119
+ }
120
+
@@ -0,0 +1,165 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { PrescriptionDiagnosisInputModel } from './prescription-diagnosis-input-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { PrescriptionMedicationInputModel } from './prescription-medication-input-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { PrescriptionSymptomInputModel } from './prescription-symptom-input-model';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface UpdatePrescriptionCommand
30
+ */
31
+ export interface UpdatePrescriptionCommand {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof UpdatePrescriptionCommand
36
+ */
37
+ 'languageCode'?: string | null;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof UpdatePrescriptionCommand
42
+ */
43
+ 'height'?: number | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof UpdatePrescriptionCommand
48
+ */
49
+ 'heightUnit'?: string | null;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof UpdatePrescriptionCommand
54
+ */
55
+ 'weight'?: number | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof UpdatePrescriptionCommand
60
+ */
61
+ 'weightUnit'?: string | null;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof UpdatePrescriptionCommand
66
+ */
67
+ 'bodyMassIndex'?: number | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof UpdatePrescriptionCommand
72
+ */
73
+ 'bodyMassIndexUnit'?: string | null;
74
+ /**
75
+ *
76
+ * @type {number}
77
+ * @memberof UpdatePrescriptionCommand
78
+ */
79
+ 'pulseRate'?: number | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof UpdatePrescriptionCommand
84
+ */
85
+ 'pulseRateUnit'?: string | null;
86
+ /**
87
+ *
88
+ * @type {number}
89
+ * @memberof UpdatePrescriptionCommand
90
+ */
91
+ 'systolicBloodPressure'?: number | null;
92
+ /**
93
+ *
94
+ * @type {number}
95
+ * @memberof UpdatePrescriptionCommand
96
+ */
97
+ 'diastolicBloodPressure'?: number | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof UpdatePrescriptionCommand
102
+ */
103
+ 'bloodPressureUnit'?: string | null;
104
+ /**
105
+ *
106
+ * @type {number}
107
+ * @memberof UpdatePrescriptionCommand
108
+ */
109
+ 'bodyTemperature'?: number | null;
110
+ /**
111
+ *
112
+ * @type {string}
113
+ * @memberof UpdatePrescriptionCommand
114
+ */
115
+ 'bodyTemperatureUnit'?: string | null;
116
+ /**
117
+ *
118
+ * @type {string}
119
+ * @memberof UpdatePrescriptionCommand
120
+ */
121
+ 'advice'?: string | null;
122
+ /**
123
+ *
124
+ * @type {string}
125
+ * @memberof UpdatePrescriptionCommand
126
+ */
127
+ 'summary'?: string | null;
128
+ /**
129
+ *
130
+ * @type {boolean}
131
+ * @memberof UpdatePrescriptionCommand
132
+ */
133
+ 'followUpNeeded'?: boolean;
134
+ /**
135
+ *
136
+ * @type {number}
137
+ * @memberof UpdatePrescriptionCommand
138
+ */
139
+ 'followUpDays'?: number | null;
140
+ /**
141
+ *
142
+ * @type {string}
143
+ * @memberof UpdatePrescriptionCommand
144
+ */
145
+ 'followUpNotes'?: string | null;
146
+ /**
147
+ *
148
+ * @type {Array<PrescriptionSymptomInputModel>}
149
+ * @memberof UpdatePrescriptionCommand
150
+ */
151
+ 'prescriptionSymptoms'?: Array<PrescriptionSymptomInputModel> | null;
152
+ /**
153
+ *
154
+ * @type {Array<PrescriptionDiagnosisInputModel>}
155
+ * @memberof UpdatePrescriptionCommand
156
+ */
157
+ 'prescriptionDiagnoses'?: Array<PrescriptionDiagnosisInputModel> | null;
158
+ /**
159
+ *
160
+ * @type {Array<PrescriptionMedicationInputModel>}
161
+ * @memberof UpdatePrescriptionCommand
162
+ */
163
+ 'prescriptionMedications'?: Array<PrescriptionMedicationInputModel> | null;
164
+ }
165
+
@@ -15,7 +15,7 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import { AuditableEntity } from './auditable-entity';
18
+ import { AuditableEntityModel } from './auditable-entity-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import { Gender } from './gender';
@@ -112,10 +112,10 @@ export interface UserModel {
112
112
  'communicationUserId'?: string | null;
113
113
  /**
114
114
  *
115
- * @type {AuditableEntity}
115
+ * @type {AuditableEntityModel}
116
116
  * @memberof UserModel
117
117
  */
118
- 'auditableEntity'?: AuditableEntity;
118
+ 'auditableEntity'?: AuditableEntityModel;
119
119
  /**
120
120
  *
121
121
  * @type {string}