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.
- package/lib/api/appointments-api.d.ts +47 -0
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +85 -0
- package/lib/api/deals-api.d.ts +110 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +127 -0
- package/lib/api/doctor-affiliations-api.d.ts +101 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +121 -0
- package/lib/api/hospitals-api.d.ts +328 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +381 -0
- package/lib/api/patient-affiliations-api.d.ts +216 -0
- package/lib/api/patient-affiliations-api.d.ts.map +1 -0
- package/lib/api/patient-affiliations-api.js +358 -0
- package/lib/api/patients-api.d.ts +191 -3
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +289 -6
- package/lib/api/prescriptions-api.d.ts +447 -0
- package/lib/api/prescriptions-api.d.ts.map +1 -0
- package/lib/api/prescriptions-api.js +727 -0
- package/lib/api.d.ts +2 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -0
- package/lib/models/appointment-timetable-date-model.d.ts +58 -0
- package/lib/models/appointment-timetable-date-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-date-model.js +15 -0
- package/lib/models/appointment-timetable-status.d.ts +22 -0
- package/lib/models/appointment-timetable-status.d.ts.map +1 -0
- package/lib/models/appointment-timetable-status.js +25 -0
- package/lib/models/appointment-timetable-time-slot-model.d.ts +74 -0
- package/lib/models/appointment-timetable-time-slot-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-time-slot-model.js +15 -0
- package/lib/models/chadmin-item-model.d.ts +3 -3
- package/lib/models/chadmin-item-model.d.ts.map +1 -1
- package/lib/models/chadmin-model.d.ts +3 -3
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-item-model.d.ts +3 -3
- package/lib/models/chmanager-item-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +3 -3
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +24 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-patient-affiliation-command.d.ts +109 -0
- package/lib/models/create-patient-affiliation-command.d.ts.map +1 -0
- package/lib/models/create-patient-affiliation-command.js +15 -0
- package/lib/models/create-patient-command.d.ts +90 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-prescription-command.d.ts +184 -0
- package/lib/models/create-prescription-command.d.ts.map +1 -0
- package/lib/models/create-prescription-command.js +15 -0
- package/lib/models/create-walk-in-appointment-command.d.ts +154 -0
- package/lib/models/create-walk-in-appointment-command.d.ts.map +1 -0
- package/lib/models/create-walk-in-appointment-command.js +15 -0
- package/lib/models/doctor-affiliation-item-model.d.ts +3 -3
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +9 -3
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +3 -3
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +3 -3
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/get-appointment-timetables-response-model.d.ts +44 -0
- package/lib/models/get-appointment-timetables-response-model.d.ts.map +1 -0
- package/lib/models/get-appointment-timetables-response-model.js +15 -0
- package/lib/models/get-patient-walk-in-query.d.ts +37 -0
- package/lib/models/get-patient-walk-in-query.d.ts.map +1 -0
- package/lib/models/get-patient-walk-in-query.js +15 -0
- package/lib/models/hospital-model.d.ts +24 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +23 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +23 -0
- package/lib/models/manager-item-model.d.ts +3 -3
- package/lib/models/manager-item-model.d.ts.map +1 -1
- package/lib/models/manager-model.d.ts +3 -3
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/patient-affiliation-item-model.d.ts +153 -0
- package/lib/models/patient-affiliation-item-model.d.ts.map +1 -0
- package/lib/models/patient-affiliation-item-model.js +15 -0
- package/lib/models/patient-affiliation-model.d.ts +153 -0
- package/lib/models/patient-affiliation-model.d.ts.map +1 -0
- package/lib/models/patient-affiliation-model.js +15 -0
- package/lib/models/patient-affiliations-model.d.ts +33 -0
- package/lib/models/patient-affiliations-model.d.ts.map +1 -0
- package/lib/models/patient-affiliations-model.js +15 -0
- package/lib/models/patient-item-model.d.ts +3 -3
- package/lib/models/patient-item-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +3 -3
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/patient-walk-in-model.d.ts +32 -0
- package/lib/models/patient-walk-in-model.d.ts.map +1 -0
- package/lib/models/patient-walk-in-model.js +15 -0
- package/lib/models/prescription-diagnosis-input-model.d.ts +37 -0
- package/lib/models/prescription-diagnosis-input-model.d.ts.map +1 -0
- package/lib/models/prescription-diagnosis-input-model.js +15 -0
- package/lib/models/prescription-diagnosis-item-model.d.ts +37 -0
- package/lib/models/prescription-diagnosis-item-model.d.ts.map +1 -0
- package/lib/models/prescription-diagnosis-item-model.js +15 -0
- package/lib/models/prescription-item-model.d.ts +164 -0
- package/lib/models/prescription-item-model.d.ts.map +1 -0
- package/lib/models/prescription-item-model.js +15 -0
- package/lib/models/prescription-medication-input-model.d.ts +79 -0
- package/lib/models/prescription-medication-input-model.d.ts.map +1 -0
- package/lib/models/prescription-medication-input-model.js +15 -0
- package/lib/models/prescription-medication-item-model.d.ts +79 -0
- package/lib/models/prescription-medication-item-model.d.ts.map +1 -0
- package/lib/models/prescription-medication-item-model.js +15 -0
- package/lib/models/prescription-model.d.ts +185 -0
- package/lib/models/prescription-model.d.ts.map +1 -0
- package/lib/models/prescription-model.js +15 -0
- package/lib/models/prescription-symptom-input-model.d.ts +49 -0
- package/lib/models/prescription-symptom-input-model.d.ts.map +1 -0
- package/lib/models/prescription-symptom-input-model.js +15 -0
- package/lib/models/prescription-symptom-item-model.d.ts +49 -0
- package/lib/models/prescription-symptom-item-model.d.ts.map +1 -0
- package/lib/models/prescription-symptom-item-model.js +15 -0
- package/lib/models/prescriptions-model.d.ts +33 -0
- package/lib/models/prescriptions-model.d.ts.map +1 -0
- package/lib/models/prescriptions-model.js +15 -0
- package/lib/models/update-article-command.d.ts +6 -0
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +24 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-patient-affiliation-command.d.ts +115 -0
- package/lib/models/update-patient-affiliation-command.d.ts.map +1 -0
- package/lib/models/update-patient-affiliation-command.js +15 -0
- package/lib/models/update-prescription-command.d.ts +154 -0
- package/lib/models/update-prescription-command.d.ts.map +1 -0
- package/lib/models/update-prescription-command.js +15 -0
- package/lib/models/user-model.d.ts +3 -3
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +25 -0
- package/src/api/appointments-api.ts +87 -0
- package/src/api/deals-api.ts +184 -0
- package/src/api/doctor-affiliations-api.ts +171 -0
- package/src/api/hospitals-api.ts +548 -0
- package/src/api/patient-affiliations-api.ts +361 -0
- package/src/api/patients-api.ts +337 -6
- package/src/api/prescriptions-api.ts +776 -0
- package/src/api.ts +2 -0
- package/src/models/appointment-timetable-date-model.ts +69 -0
- package/src/models/appointment-timetable-status.ts +31 -0
- package/src/models/appointment-timetable-time-slot-model.ts +81 -0
- package/src/models/chadmin-item-model.ts +3 -3
- package/src/models/chadmin-model.ts +3 -3
- package/src/models/chmanager-item-model.ts +3 -3
- package/src/models/chmanager-model.ts +3 -3
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-doctor-affiliation-command.ts +6 -0
- package/src/models/create-hospital-command.ts +24 -0
- package/src/models/create-patient-affiliation-command.ts +114 -0
- package/src/models/create-patient-command.ts +90 -0
- package/src/models/create-prescription-command.ts +195 -0
- package/src/models/create-walk-in-appointment-command.ts +165 -0
- package/src/models/doctor-affiliation-item-model.ts +3 -3
- package/src/models/doctor-affiliation-model.ts +9 -3
- package/src/models/doctor-item-model.ts +3 -3
- package/src/models/doctor-model.ts +3 -3
- package/src/models/get-appointment-timetables-response-model.ts +51 -0
- package/src/models/get-patient-walk-in-query.ts +42 -0
- package/src/models/hospital-model.ts +24 -0
- package/src/models/index.ts +23 -0
- package/src/models/manager-item-model.ts +3 -3
- package/src/models/manager-model.ts +3 -3
- package/src/models/patient-affiliation-item-model.ts +162 -0
- package/src/models/patient-affiliation-model.ts +162 -0
- package/src/models/patient-affiliations-model.ts +42 -0
- package/src/models/patient-item-model.ts +3 -3
- package/src/models/patient-model.ts +3 -3
- package/src/models/patient-walk-in-model.ts +39 -0
- package/src/models/prescription-diagnosis-input-model.ts +42 -0
- package/src/models/prescription-diagnosis-item-model.ts +42 -0
- package/src/models/prescription-item-model.ts +171 -0
- package/src/models/prescription-medication-input-model.ts +84 -0
- package/src/models/prescription-medication-item-model.ts +84 -0
- package/src/models/prescription-model.ts +198 -0
- package/src/models/prescription-symptom-input-model.ts +54 -0
- package/src/models/prescription-symptom-item-model.ts +54 -0
- package/src/models/prescriptions-model.ts +42 -0
- package/src/models/update-article-command.ts +6 -0
- package/src/models/update-doctor-affiliation-command.ts +6 -0
- package/src/models/update-hospital-command.ts +24 -0
- package/src/models/update-patient-affiliation-command.ts +120 -0
- package/src/models/update-prescription-command.ts +165 -0
- package/src/models/user-model.ts +3 -3
|
@@ -0,0 +1,195 @@
|
|
|
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 CreatePrescriptionCommand
|
|
30
|
+
*/
|
|
31
|
+
export interface CreatePrescriptionCommand {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CreatePrescriptionCommand
|
|
36
|
+
*/
|
|
37
|
+
'languageCode'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof CreatePrescriptionCommand
|
|
42
|
+
*/
|
|
43
|
+
'hospitalId'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof CreatePrescriptionCommand
|
|
48
|
+
*/
|
|
49
|
+
'patientId'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof CreatePrescriptionCommand
|
|
54
|
+
*/
|
|
55
|
+
'doctorId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof CreatePrescriptionCommand
|
|
60
|
+
*/
|
|
61
|
+
'patientAffiliationId'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CreatePrescriptionCommand
|
|
66
|
+
*/
|
|
67
|
+
'doctorAffiliationId'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof CreatePrescriptionCommand
|
|
72
|
+
*/
|
|
73
|
+
'height'?: number | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof CreatePrescriptionCommand
|
|
78
|
+
*/
|
|
79
|
+
'heightUnit'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof CreatePrescriptionCommand
|
|
84
|
+
*/
|
|
85
|
+
'weight'?: number | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof CreatePrescriptionCommand
|
|
90
|
+
*/
|
|
91
|
+
'weightUnit'?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof CreatePrescriptionCommand
|
|
96
|
+
*/
|
|
97
|
+
'bodyMassIndex'?: number | null;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof CreatePrescriptionCommand
|
|
102
|
+
*/
|
|
103
|
+
'bodyMassIndexUnit'?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {number}
|
|
107
|
+
* @memberof CreatePrescriptionCommand
|
|
108
|
+
*/
|
|
109
|
+
'pulseRate'?: number | null;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof CreatePrescriptionCommand
|
|
114
|
+
*/
|
|
115
|
+
'pulseRateUnit'?: string | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof CreatePrescriptionCommand
|
|
120
|
+
*/
|
|
121
|
+
'systolicBloodPressure'?: number | null;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {number}
|
|
125
|
+
* @memberof CreatePrescriptionCommand
|
|
126
|
+
*/
|
|
127
|
+
'diastolicBloodPressure'?: number | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof CreatePrescriptionCommand
|
|
132
|
+
*/
|
|
133
|
+
'bloodPressureUnit'?: string | null;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {number}
|
|
137
|
+
* @memberof CreatePrescriptionCommand
|
|
138
|
+
*/
|
|
139
|
+
'bodyTemperature'?: number | null;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof CreatePrescriptionCommand
|
|
144
|
+
*/
|
|
145
|
+
'bodyTemperatureUnit'?: string | null;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof CreatePrescriptionCommand
|
|
150
|
+
*/
|
|
151
|
+
'advice'?: string | null;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof CreatePrescriptionCommand
|
|
156
|
+
*/
|
|
157
|
+
'summary'?: string | null;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {boolean}
|
|
161
|
+
* @memberof CreatePrescriptionCommand
|
|
162
|
+
*/
|
|
163
|
+
'followUpNeeded'?: boolean;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {number}
|
|
167
|
+
* @memberof CreatePrescriptionCommand
|
|
168
|
+
*/
|
|
169
|
+
'followUpDays'?: number | null;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof CreatePrescriptionCommand
|
|
174
|
+
*/
|
|
175
|
+
'followUpNotes'?: string | null;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {Array<PrescriptionSymptomInputModel>}
|
|
179
|
+
* @memberof CreatePrescriptionCommand
|
|
180
|
+
*/
|
|
181
|
+
'prescriptionSymptoms'?: Array<PrescriptionSymptomInputModel> | null;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {Array<PrescriptionDiagnosisInputModel>}
|
|
185
|
+
* @memberof CreatePrescriptionCommand
|
|
186
|
+
*/
|
|
187
|
+
'prescriptionDiagnoses'?: Array<PrescriptionDiagnosisInputModel> | null;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {Array<PrescriptionMedicationInputModel>}
|
|
191
|
+
* @memberof CreatePrescriptionCommand
|
|
192
|
+
*/
|
|
193
|
+
'prescriptionMedications'?: Array<PrescriptionMedicationInputModel> | null;
|
|
194
|
+
}
|
|
195
|
+
|
|
@@ -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 { AppointmentType } from './appointment-type';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { Gender } from './gender';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { MediaModel } from './media-model';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface CreateWalkInAppointmentCommand
|
|
30
|
+
*/
|
|
31
|
+
export interface CreateWalkInAppointmentCommand {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {AppointmentType}
|
|
35
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
36
|
+
*/
|
|
37
|
+
'appointmentType'?: AppointmentType;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
42
|
+
*/
|
|
43
|
+
'isOnline'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
48
|
+
*/
|
|
49
|
+
'hospitalId'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
54
|
+
*/
|
|
55
|
+
'patientId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
60
|
+
*/
|
|
61
|
+
'hospitalSpecialtyId'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
66
|
+
*/
|
|
67
|
+
'doctorAffiliationId'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
72
|
+
*/
|
|
73
|
+
'dealPackageId'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
78
|
+
*/
|
|
79
|
+
'serviceId'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
84
|
+
*/
|
|
85
|
+
'languageCode'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
90
|
+
*/
|
|
91
|
+
'firstName'?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
96
|
+
*/
|
|
97
|
+
'lastName'?: string | null;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
102
|
+
*/
|
|
103
|
+
'email'?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
108
|
+
*/
|
|
109
|
+
'phone'?: string | null;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {Date}
|
|
113
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
114
|
+
*/
|
|
115
|
+
'dateOfBirth'?: Date | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {Gender}
|
|
119
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
120
|
+
*/
|
|
121
|
+
'gender'?: Gender;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
126
|
+
*/
|
|
127
|
+
'timeZone'?: string | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
132
|
+
*/
|
|
133
|
+
'comment'?: string | null;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {number}
|
|
137
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
138
|
+
*/
|
|
139
|
+
'quantity'?: number;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {Date}
|
|
143
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
144
|
+
*/
|
|
145
|
+
'approximateDateStart'?: Date;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {Date}
|
|
149
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
150
|
+
*/
|
|
151
|
+
'approximateDateEnd'?: Date;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {boolean}
|
|
155
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
156
|
+
*/
|
|
157
|
+
'isExternal'?: boolean;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {Array<MediaModel>}
|
|
161
|
+
* @memberof CreateWalkInAppointmentCommand
|
|
162
|
+
*/
|
|
163
|
+
'medias'?: Array<MediaModel> | null;
|
|
164
|
+
}
|
|
165
|
+
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { MarketingType } from './marketing-type';
|
|
@@ -151,9 +151,9 @@ export interface DoctorAffiliationItemModel {
|
|
|
151
151
|
'appointmentOption'?: AppointmentOptionModel;
|
|
152
152
|
/**
|
|
153
153
|
*
|
|
154
|
-
* @type {
|
|
154
|
+
* @type {AuditableEntityModel}
|
|
155
155
|
* @memberof DoctorAffiliationItemModel
|
|
156
156
|
*/
|
|
157
|
-
'auditableEntity'?:
|
|
157
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
158
158
|
}
|
|
159
159
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { FeatureModel } from './feature-model';
|
|
@@ -157,10 +157,10 @@ export interface DoctorAffiliationModel {
|
|
|
157
157
|
'appointmentOption'?: AppointmentOptionModel;
|
|
158
158
|
/**
|
|
159
159
|
*
|
|
160
|
-
* @type {
|
|
160
|
+
* @type {AuditableEntityModel}
|
|
161
161
|
* @memberof DoctorAffiliationModel
|
|
162
162
|
*/
|
|
163
|
-
'auditableEntity'?:
|
|
163
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
164
164
|
/**
|
|
165
165
|
*
|
|
166
166
|
* @type {string}
|
|
@@ -191,6 +191,12 @@ export interface DoctorAffiliationModel {
|
|
|
191
191
|
* @memberof DoctorAffiliationModel
|
|
192
192
|
*/
|
|
193
193
|
'backgroundThumbnail'?: string | null;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof DoctorAffiliationModel
|
|
198
|
+
*/
|
|
199
|
+
'signature'?: string | null;
|
|
194
200
|
/**
|
|
195
201
|
*
|
|
196
202
|
* @type {string}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
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';
|
|
@@ -106,10 +106,10 @@ export interface DoctorItemModel {
|
|
|
106
106
|
'communicationUserId'?: string | null;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @type {
|
|
109
|
+
* @type {AuditableEntityModel}
|
|
110
110
|
* @memberof DoctorItemModel
|
|
111
111
|
*/
|
|
112
|
-
'auditableEntity'?:
|
|
112
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
115
|
* @type {string}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
18
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import { DoctorAffiliationSimpleModel } from './doctor-affiliation-simple-model';
|
|
@@ -115,10 +115,10 @@ export interface DoctorModel {
|
|
|
115
115
|
'communicationUserId'?: string | null;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
|
-
* @type {
|
|
118
|
+
* @type {AuditableEntityModel}
|
|
119
119
|
* @memberof DoctorModel
|
|
120
120
|
*/
|
|
121
|
-
'auditableEntity'?:
|
|
121
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
124
|
* @type {string}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { AppointmentTimetableDateModel } from './appointment-timetable-date-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GetAppointmentTimetablesResponseModel
|
|
24
|
+
*/
|
|
25
|
+
export interface GetAppointmentTimetablesResponseModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof GetAppointmentTimetablesResponseModel
|
|
30
|
+
*/
|
|
31
|
+
'hospitalTimeZone'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GetAppointmentTimetablesResponseModel
|
|
36
|
+
*/
|
|
37
|
+
'timeZone'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Date}
|
|
41
|
+
* @memberof GetAppointmentTimetablesResponseModel
|
|
42
|
+
*/
|
|
43
|
+
'today'?: Date;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Array<AppointmentTimetableDateModel>}
|
|
47
|
+
* @memberof GetAppointmentTimetablesResponseModel
|
|
48
|
+
*/
|
|
49
|
+
'days'?: Array<AppointmentTimetableDateModel> | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 GetPatientWalkInQuery
|
|
21
|
+
*/
|
|
22
|
+
export interface GetPatientWalkInQuery {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GetPatientWalkInQuery
|
|
27
|
+
*/
|
|
28
|
+
'hospitalId'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetPatientWalkInQuery
|
|
33
|
+
*/
|
|
34
|
+
'email'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GetPatientWalkInQuery
|
|
39
|
+
*/
|
|
40
|
+
'phone'?: string | null;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -278,6 +278,30 @@ export interface HospitalModel {
|
|
|
278
278
|
* @memberof HospitalModel
|
|
279
279
|
*/
|
|
280
280
|
'customStyle'?: string | null;
|
|
281
|
+
/**
|
|
282
|
+
*
|
|
283
|
+
* @type {string}
|
|
284
|
+
* @memberof HospitalModel
|
|
285
|
+
*/
|
|
286
|
+
'corporateIdentificationNumber'?: string | null;
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
* @type {string}
|
|
290
|
+
* @memberof HospitalModel
|
|
291
|
+
*/
|
|
292
|
+
'gstRegistrationNumber'?: string | null;
|
|
293
|
+
/**
|
|
294
|
+
*
|
|
295
|
+
* @type {string}
|
|
296
|
+
* @memberof HospitalModel
|
|
297
|
+
*/
|
|
298
|
+
'permanentAccountNumber'?: string | null;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @type {string}
|
|
302
|
+
* @memberof HospitalModel
|
|
303
|
+
*/
|
|
304
|
+
'hospitalRegistrationNumber'?: string | null;
|
|
281
305
|
/**
|
|
282
306
|
*
|
|
283
307
|
* @type {Array<HospitalLanguageItemModel>}
|
package/src/models/index.ts
CHANGED
|
@@ -24,9 +24,12 @@ export * from './appointment-refund-bank-transfer-model';
|
|
|
24
24
|
export * from './appointment-refund-upi-model';
|
|
25
25
|
export * from './appointment-statistics-model';
|
|
26
26
|
export * from './appointment-status';
|
|
27
|
+
export * from './appointment-timetable-date-model';
|
|
27
28
|
export * from './appointment-timetable-model';
|
|
28
29
|
export * from './appointment-timetable-override-model';
|
|
29
30
|
export * from './appointment-timetable-overrides-model';
|
|
31
|
+
export * from './appointment-timetable-status';
|
|
32
|
+
export * from './appointment-timetable-time-slot-model';
|
|
30
33
|
export * from './appointment-timetables-model';
|
|
31
34
|
export * from './appointment-type';
|
|
32
35
|
export * from './appointments-model';
|
|
@@ -145,10 +148,12 @@ export * from './create-manager-command';
|
|
|
145
148
|
export * from './create-media-command';
|
|
146
149
|
export * from './create-notice-command';
|
|
147
150
|
export * from './create-page-command';
|
|
151
|
+
export * from './create-patient-affiliation-command';
|
|
148
152
|
export * from './create-patient-command';
|
|
149
153
|
export * from './create-plan-command';
|
|
150
154
|
export * from './create-plan-hospital-command';
|
|
151
155
|
export * from './create-policy-command';
|
|
156
|
+
export * from './create-prescription-command';
|
|
152
157
|
export * from './create-profile-command';
|
|
153
158
|
export * from './create-secret-command';
|
|
154
159
|
export * from './create-service-category-command';
|
|
@@ -159,6 +164,7 @@ export * from './create-sub-account-command';
|
|
|
159
164
|
export * from './create-survey-form-command';
|
|
160
165
|
export * from './create-tag-command';
|
|
161
166
|
export * from './create-template-version-command';
|
|
167
|
+
export * from './create-walk-in-appointment-command';
|
|
162
168
|
export * from './create-web-app-command';
|
|
163
169
|
export * from './curation-model';
|
|
164
170
|
export * from './curations-model';
|
|
@@ -222,6 +228,8 @@ export * from './feature-model';
|
|
|
222
228
|
export * from './footer-navigation-item-model';
|
|
223
229
|
export * from './gender';
|
|
224
230
|
export * from './general-statistics-model';
|
|
231
|
+
export * from './get-appointment-timetables-response-model';
|
|
232
|
+
export * from './get-patient-walk-in-query';
|
|
225
233
|
export * from './get-transfer-balance-embeded';
|
|
226
234
|
export * from './get-transfer-balance-result';
|
|
227
235
|
export * from './grade-item-model';
|
|
@@ -345,8 +353,12 @@ export * from './page-section-input-model';
|
|
|
345
353
|
export * from './page-section-list-type';
|
|
346
354
|
export * from './page-section-model';
|
|
347
355
|
export * from './paged-list-meta-data';
|
|
356
|
+
export * from './patient-affiliation-item-model';
|
|
357
|
+
export * from './patient-affiliation-model';
|
|
358
|
+
export * from './patient-affiliations-model';
|
|
348
359
|
export * from './patient-item-model';
|
|
349
360
|
export * from './patient-model';
|
|
361
|
+
export * from './patient-walk-in-model';
|
|
350
362
|
export * from './patients-model';
|
|
351
363
|
export * from './payment-method';
|
|
352
364
|
export * from './payment-model';
|
|
@@ -362,6 +374,15 @@ export * from './platform';
|
|
|
362
374
|
export * from './policies-model';
|
|
363
375
|
export * from './policy-item-model';
|
|
364
376
|
export * from './policy-model';
|
|
377
|
+
export * from './prescription-diagnosis-input-model';
|
|
378
|
+
export * from './prescription-diagnosis-item-model';
|
|
379
|
+
export * from './prescription-item-model';
|
|
380
|
+
export * from './prescription-medication-input-model';
|
|
381
|
+
export * from './prescription-medication-item-model';
|
|
382
|
+
export * from './prescription-model';
|
|
383
|
+
export * from './prescription-symptom-input-model';
|
|
384
|
+
export * from './prescription-symptom-item-model';
|
|
385
|
+
export * from './prescriptions-model';
|
|
365
386
|
export * from './primary-account';
|
|
366
387
|
export * from './problem-details';
|
|
367
388
|
export * from './procedure';
|
|
@@ -532,10 +553,12 @@ export * from './update-media-command';
|
|
|
532
553
|
export * from './update-notice-command';
|
|
533
554
|
export * from './update-number-command';
|
|
534
555
|
export * from './update-page-command';
|
|
556
|
+
export * from './update-patient-affiliation-command';
|
|
535
557
|
export * from './update-patient-command';
|
|
536
558
|
export * from './update-plan-command';
|
|
537
559
|
export * from './update-plan-hospital-command';
|
|
538
560
|
export * from './update-policy-command';
|
|
561
|
+
export * from './update-prescription-command';
|
|
539
562
|
export * from './update-profile-command';
|
|
540
563
|
export * from './update-service-category-command';
|
|
541
564
|
export * from './update-service-review-command';
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import {
|
|
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';
|
|
@@ -106,10 +106,10 @@ export interface ManagerItemModel {
|
|
|
106
106
|
'communicationUserId'?: string | null;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @type {
|
|
109
|
+
* @type {AuditableEntityModel}
|
|
110
110
|
* @memberof ManagerItemModel
|
|
111
111
|
*/
|
|
112
|
-
'auditableEntity'?:
|
|
112
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
115
|
* @type {number}
|