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,153 @@
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 { PatientItemModel } from './patient-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientAffiliationModel
18
+ */
19
+ export interface PatientAffiliationModel {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof PatientAffiliationModel
24
+ */
25
+ 'id'?: string;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof PatientAffiliationModel
30
+ */
31
+ 'languageCode'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof PatientAffiliationModel
36
+ */
37
+ 'patientId'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof PatientAffiliationModel
42
+ */
43
+ 'hospitalId'?: string;
44
+ /**
45
+ *
46
+ * @type {PatientItemModel}
47
+ * @memberof PatientAffiliationModel
48
+ */
49
+ 'patient'?: PatientItemModel;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof PatientAffiliationModel
54
+ */
55
+ 'hospitalName'?: string | null;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof PatientAffiliationModel
60
+ */
61
+ 'height'?: number | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof PatientAffiliationModel
66
+ */
67
+ 'heightUnit'?: string | null;
68
+ /**
69
+ *
70
+ * @type {number}
71
+ * @memberof PatientAffiliationModel
72
+ */
73
+ 'weight'?: number | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof PatientAffiliationModel
78
+ */
79
+ 'weightUnit'?: string | null;
80
+ /**
81
+ *
82
+ * @type {number}
83
+ * @memberof PatientAffiliationModel
84
+ */
85
+ 'bodyMassIndex'?: number | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof PatientAffiliationModel
90
+ */
91
+ 'bodyMassIndexUnit'?: string | null;
92
+ /**
93
+ *
94
+ * @type {number}
95
+ * @memberof PatientAffiliationModel
96
+ */
97
+ 'pulseRate'?: number | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof PatientAffiliationModel
102
+ */
103
+ 'pulseRateUnit'?: string | null;
104
+ /**
105
+ *
106
+ * @type {number}
107
+ * @memberof PatientAffiliationModel
108
+ */
109
+ 'systolicBloodPressure'?: number | null;
110
+ /**
111
+ *
112
+ * @type {number}
113
+ * @memberof PatientAffiliationModel
114
+ */
115
+ 'diastolicBloodPressure'?: number | null;
116
+ /**
117
+ *
118
+ * @type {string}
119
+ * @memberof PatientAffiliationModel
120
+ */
121
+ 'bloodPressureUnit'?: string | null;
122
+ /**
123
+ *
124
+ * @type {number}
125
+ * @memberof PatientAffiliationModel
126
+ */
127
+ 'bodyTemperature'?: number | null;
128
+ /**
129
+ *
130
+ * @type {string}
131
+ * @memberof PatientAffiliationModel
132
+ */
133
+ 'bodyTemperatureUnit'?: string | null;
134
+ /**
135
+ *
136
+ * @type {string}
137
+ * @memberof PatientAffiliationModel
138
+ */
139
+ 'name'?: string | null;
140
+ /**
141
+ *
142
+ * @type {boolean}
143
+ * @memberof PatientAffiliationModel
144
+ */
145
+ 'isConfirmed'?: boolean;
146
+ /**
147
+ *
148
+ * @type {AuditableEntityModel}
149
+ * @memberof PatientAffiliationModel
150
+ */
151
+ 'auditableEntity'?: AuditableEntityModel;
152
+ }
153
+ //# sourceMappingURL=patient-affiliation-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-affiliation-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-affiliation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,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,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -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 { PatientAffiliationItemModel } from './patient-affiliation-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientAffiliationsModel
18
+ */
19
+ export interface PatientAffiliationsModel {
20
+ /**
21
+ *
22
+ * @type {Array<PatientAffiliationItemModel>}
23
+ * @memberof PatientAffiliationsModel
24
+ */
25
+ 'items'?: Array<PatientAffiliationItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof PatientAffiliationsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=patient-affiliations-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-affiliations-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-affiliations-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAE/E;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;IACpD;;;;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 });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AuditableEntity } from './auditable-entity';
12
+ import { AuditableEntityModel } from './auditable-entity-model';
13
13
  import { Gender } from './gender';
14
14
  import { MembershipModel } from './membership-model';
15
15
  /**
@@ -98,10 +98,10 @@ export interface PatientItemModel {
98
98
  'communicationUserId'?: string | null;
99
99
  /**
100
100
  *
101
- * @type {AuditableEntity}
101
+ * @type {AuditableEntityModel}
102
102
  * @memberof PatientItemModel
103
103
  */
104
- 'auditableEntity'?: AuditableEntity;
104
+ 'auditableEntity'?: AuditableEntityModel;
105
105
  /**
106
106
  *
107
107
  * @type {MembershipModel}
@@ -1 +1 @@
1
- {"version":3,"file":"patient-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;CAClC"}
1
+ {"version":3,"file":"patient-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;CAClC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AuditableEntity } from './auditable-entity';
12
+ import { AuditableEntityModel } from './auditable-entity-model';
13
13
  import { Gender } from './gender';
14
14
  import { MembershipModel } from './membership-model';
15
15
  import { UserLanguageModel } from './user-language-model';
@@ -100,10 +100,10 @@ export interface PatientModel {
100
100
  'communicationUserId'?: string | null;
101
101
  /**
102
102
  *
103
- * @type {AuditableEntity}
103
+ * @type {AuditableEntityModel}
104
104
  * @memberof PatientModel
105
105
  */
106
- 'auditableEntity'?: AuditableEntity;
106
+ 'auditableEntity'?: AuditableEntityModel;
107
107
  /**
108
108
  *
109
109
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"patient-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAChD"}
1
+ {"version":3,"file":"patient-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAChD"}
@@ -0,0 +1,32 @@
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 { PatientItemModel } from './patient-item-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PatientWalkInModel
17
+ */
18
+ export interface PatientWalkInModel {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof PatientWalkInModel
23
+ */
24
+ 'hasPatientAffiliation'?: boolean;
25
+ /**
26
+ *
27
+ * @type {PatientItemModel}
28
+ * @memberof PatientWalkInModel
29
+ */
30
+ 'patient'?: PatientItemModel;
31
+ }
32
+ //# sourceMappingURL=patient-walk-in-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-walk-in-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-walk-in-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAChC"}
@@ -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,37 @@
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 PrescriptionDiagnosisInputModel
16
+ */
17
+ export interface PrescriptionDiagnosisInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionDiagnosisInputModel
22
+ */
23
+ 'description'?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof PrescriptionDiagnosisInputModel
28
+ */
29
+ 'order'?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PrescriptionDiagnosisInputModel
34
+ */
35
+ 'id'?: string | null;
36
+ }
37
+ //# sourceMappingURL=prescription-diagnosis-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-diagnosis-input-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-diagnosis-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,37 @@
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 PrescriptionDiagnosisItemModel
16
+ */
17
+ export interface PrescriptionDiagnosisItemModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PrescriptionDiagnosisItemModel
22
+ */
23
+ 'description'?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof PrescriptionDiagnosisItemModel
28
+ */
29
+ 'order'?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PrescriptionDiagnosisItemModel
34
+ */
35
+ 'id'?: string;
36
+ }
37
+ //# sourceMappingURL=prescription-diagnosis-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-diagnosis-item-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-diagnosis-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,164 @@
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
+ /**
14
+ *
15
+ * @export
16
+ * @interface PrescriptionItemModel
17
+ */
18
+ export interface PrescriptionItemModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof PrescriptionItemModel
23
+ */
24
+ 'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PrescriptionItemModel
29
+ */
30
+ 'hospitalId'?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof PrescriptionItemModel
35
+ */
36
+ 'hospitalName'?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof PrescriptionItemModel
41
+ */
42
+ 'doctorName'?: string | null;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof PrescriptionItemModel
47
+ */
48
+ 'height'?: number | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof PrescriptionItemModel
53
+ */
54
+ 'heightUnit'?: string | null;
55
+ /**
56
+ *
57
+ * @type {number}
58
+ * @memberof PrescriptionItemModel
59
+ */
60
+ 'weight'?: number | null;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof PrescriptionItemModel
65
+ */
66
+ 'weightUnit'?: string | null;
67
+ /**
68
+ *
69
+ * @type {number}
70
+ * @memberof PrescriptionItemModel
71
+ */
72
+ 'bodyMassIndex'?: number | null;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof PrescriptionItemModel
77
+ */
78
+ 'bodyMassIndexUnit'?: string | null;
79
+ /**
80
+ *
81
+ * @type {number}
82
+ * @memberof PrescriptionItemModel
83
+ */
84
+ 'pulseRate'?: number | null;
85
+ /**
86
+ *
87
+ * @type {string}
88
+ * @memberof PrescriptionItemModel
89
+ */
90
+ 'pulseRateUnit'?: string | null;
91
+ /**
92
+ *
93
+ * @type {number}
94
+ * @memberof PrescriptionItemModel
95
+ */
96
+ 'systolicBloodPressure'?: number | null;
97
+ /**
98
+ *
99
+ * @type {number}
100
+ * @memberof PrescriptionItemModel
101
+ */
102
+ 'diastolicBloodPressure'?: number | null;
103
+ /**
104
+ *
105
+ * @type {string}
106
+ * @memberof PrescriptionItemModel
107
+ */
108
+ 'bloodPressureUnit'?: string | null;
109
+ /**
110
+ *
111
+ * @type {number}
112
+ * @memberof PrescriptionItemModel
113
+ */
114
+ 'bodyTemperature'?: number | null;
115
+ /**
116
+ *
117
+ * @type {string}
118
+ * @memberof PrescriptionItemModel
119
+ */
120
+ 'bodyTemperatureUnit'?: string | null;
121
+ /**
122
+ *
123
+ * @type {string}
124
+ * @memberof PrescriptionItemModel
125
+ */
126
+ 'advice'?: string | null;
127
+ /**
128
+ *
129
+ * @type {string}
130
+ * @memberof PrescriptionItemModel
131
+ */
132
+ 'summary'?: string | null;
133
+ /**
134
+ *
135
+ * @type {boolean}
136
+ * @memberof PrescriptionItemModel
137
+ */
138
+ 'followUpNeeded'?: boolean;
139
+ /**
140
+ *
141
+ * @type {number}
142
+ * @memberof PrescriptionItemModel
143
+ */
144
+ 'followUpDays'?: number | null;
145
+ /**
146
+ *
147
+ * @type {string}
148
+ * @memberof PrescriptionItemModel
149
+ */
150
+ 'followUpNotes'?: string | null;
151
+ /**
152
+ *
153
+ * @type {AuditableEntityModel}
154
+ * @memberof PrescriptionItemModel
155
+ */
156
+ 'auditableEntity'?: AuditableEntityModel;
157
+ /**
158
+ *
159
+ * @type {string}
160
+ * @memberof PrescriptionItemModel
161
+ */
162
+ 'id'?: string;
163
+ }
164
+ //# sourceMappingURL=prescription-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prescription-item-model.d.ts","sourceRoot":"","sources":["../../src/models/prescription-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;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,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 });