@icure/be-fhc-api 0.4.1 → 0.4.2

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 (324) hide show
  1. package/.swagger-codegen/VERSION +1 -1
  2. package/api/fhcHubApi.ts +16 -4
  3. package/api/fhcRecipeApi.ts +80 -51
  4. package/api/fhcRnConsultApi.ts +227 -0
  5. package/api/fhcStsApi.ts +33 -0
  6. package/api/fhcVaccinnetApi.ts +198 -0
  7. package/dist/api/fhcHubApi.d.ts +6 -2
  8. package/dist/api/fhcHubApi.js +12 -4
  9. package/dist/api/fhcRecipeApi.d.ts +25 -15
  10. package/dist/api/fhcRecipeApi.js +61 -39
  11. package/dist/api/fhcRnConsultApi.d.ts +82 -0
  12. package/dist/api/fhcRnConsultApi.js +167 -0
  13. package/dist/api/fhcStsApi.d.ts +11 -0
  14. package/dist/api/fhcStsApi.js +24 -0
  15. package/dist/api/fhcVaccinnetApi.d.ts +69 -0
  16. package/dist/api/fhcVaccinnetApi.js +146 -0
  17. package/dist/fhcApi.d.ts +2 -0
  18. package/dist/fhcApi.js +2 -0
  19. package/dist/model/ActType.d.ts +16 -0
  20. package/dist/model/ActType.js +20 -0
  21. package/dist/model/AddVaccinationsResponseType.d.ts +19 -0
  22. package/dist/model/AddVaccinationsResponseType.js +9 -0
  23. package/dist/model/Address.d.ts +9 -5
  24. package/dist/model/Address.js +5 -1
  25. package/dist/model/AddressBaseType.d.ts +23 -0
  26. package/dist/model/AddressBaseType.js +9 -0
  27. package/dist/model/AddressCbssBaseType.d.ts +16 -0
  28. package/dist/model/AddressCbssBaseType.js +9 -0
  29. package/dist/model/AddressDeclarationType.d.ts +16 -0
  30. package/dist/model/AddressDeclarationType.js +9 -0
  31. package/dist/model/AdministratorBaseType.d.ts +19 -0
  32. package/dist/model/AdministratorBaseType.js +9 -0
  33. package/dist/model/AnomaliesType.d.ts +15 -0
  34. package/dist/model/AnomaliesType.js +20 -0
  35. package/dist/model/Appendix.d.ts +2 -2
  36. package/dist/model/Base64EncodedKmehr.d.ts +15 -0
  37. package/dist/model/Base64EncodedKmehr.js +21 -0
  38. package/dist/model/BestIdentifierType.d.ts +17 -0
  39. package/dist/model/BestIdentifierType.js +20 -0
  40. package/dist/model/BirthInfoBaseType.d.ts +19 -0
  41. package/dist/model/BirthInfoBaseType.js +9 -0
  42. package/dist/model/BirthInfoDeclarationType.d.ts +17 -0
  43. package/dist/model/BirthInfoDeclarationType.js +9 -0
  44. package/dist/model/BirthPlace.d.ts +3 -1
  45. package/dist/model/CDHEADING.d.ts +5 -5
  46. package/dist/model/CDITEM.d.ts +30 -30
  47. package/dist/model/CbssPersonRequestType.d.ts +30 -0
  48. package/dist/model/CbssPersonRequestType.js +9 -0
  49. package/dist/model/CbssPersonResponseType.d.ts +35 -0
  50. package/dist/model/CbssPersonResponseType.js +9 -0
  51. package/dist/model/CivilStateInfoBaseType.d.ts +26 -0
  52. package/dist/model/CivilStateInfoBaseType.js +9 -0
  53. package/dist/model/CivilStateInfoDeclarationType.d.ts +20 -0
  54. package/dist/model/CivilStateInfoDeclarationType.js +9 -0
  55. package/dist/model/CivilStatesBaseType.d.ts +16 -0
  56. package/dist/model/CivilStatesBaseType.js +9 -0
  57. package/dist/model/CivilStatesDeclarationType.d.ts +16 -0
  58. package/dist/model/CivilStatesDeclarationType.js +9 -0
  59. package/dist/model/ContactAddress.d.ts +22 -0
  60. package/dist/model/ContactAddress.js +20 -0
  61. package/dist/model/ContactAddressBaseType.d.ts +34 -0
  62. package/dist/model/ContactAddressBaseType.js +9 -0
  63. package/dist/model/ContactAddressDeclarationType.d.ts +28 -0
  64. package/dist/model/ContactAddressDeclarationType.js +9 -0
  65. package/dist/model/DeceaseInfoBaseType.d.ts +17 -0
  66. package/dist/model/DeceaseInfoBaseType.js +9 -0
  67. package/dist/model/DeceaseInfoDeclarationType.d.ts +17 -0
  68. package/dist/model/DeceaseInfoDeclarationType.js +9 -0
  69. package/dist/model/DiplomaticPostType.d.ts +6 -5
  70. package/dist/model/Exception.d.ts +21 -0
  71. package/dist/model/Exception.js +9 -0
  72. package/dist/model/ExistingPersons.d.ts +15 -0
  73. package/dist/model/ExistingPersons.js +20 -0
  74. package/dist/model/FacetDto.d.ts +1 -1
  75. package/dist/model/ForeignAddressDeclarationType.d.ts +24 -0
  76. package/dist/model/ForeignAddressDeclarationType.js +9 -0
  77. package/dist/model/GenderInfoBaseType.d.ts +16 -0
  78. package/dist/model/GenderInfoBaseType.js +20 -0
  79. package/dist/model/GenderInfoDeclarationType.d.ts +16 -0
  80. package/dist/model/GenderInfoDeclarationType.js +20 -0
  81. package/dist/model/GetPrescriptionStatusResult.d.ts +30 -0
  82. package/dist/model/GetPrescriptionStatusResult.js +19 -0
  83. package/dist/model/GetVaccinationsResponseType.d.ts +19 -0
  84. package/dist/model/GetVaccinationsResponseType.js +9 -0
  85. package/dist/model/GivenNameType.d.ts +16 -0
  86. package/dist/model/GivenNameType.js +20 -0
  87. package/dist/model/Id.d.ts +16 -0
  88. package/dist/model/Id.js +20 -0
  89. package/dist/model/InvoiceItem.d.ts +1 -0
  90. package/dist/model/JudgmentType.d.ts +17 -0
  91. package/dist/model/JudgmentType.js +9 -0
  92. package/dist/model/Kmehrmessage.d.ts +12 -4
  93. package/dist/model/LegalCohabitationBaseType.d.ts +19 -0
  94. package/dist/model/LegalCohabitationBaseType.js +9 -0
  95. package/dist/model/LegalCohabitationRegistrationType.d.ts +19 -0
  96. package/dist/model/LegalCohabitationRegistrationType.js +9 -0
  97. package/dist/model/LocalizedDescriptionType.d.ts +16 -0
  98. package/dist/model/LocalizedDescriptionType.js +20 -0
  99. package/dist/model/LocationDeclarationType.d.ts +20 -0
  100. package/dist/model/LocationDeclarationType.js +9 -0
  101. package/dist/model/LocationType.d.ts +20 -0
  102. package/dist/model/LocationType.js +9 -0
  103. package/dist/model/MinimalAddressType.d.ts +23 -0
  104. package/dist/model/MinimalAddressType.js +9 -0
  105. package/dist/model/MinimalAdministratorType.d.ts +19 -0
  106. package/dist/model/MinimalAdministratorType.js +9 -0
  107. package/dist/model/MinimalBirthInfoType.d.ts +15 -0
  108. package/dist/model/MinimalBirthInfoType.js +20 -0
  109. package/dist/model/MinimalGenderInfoType.d.ts +16 -0
  110. package/dist/model/MinimalGenderInfoType.js +20 -0
  111. package/dist/model/MinimalNameInfoType.d.ts +18 -0
  112. package/dist/model/MinimalNameInfoType.js +9 -0
  113. package/dist/model/MycarenetConversation.d.ts +1 -0
  114. package/dist/model/NameInfoBaseType.d.ts +18 -0
  115. package/dist/model/NameInfoBaseType.js +9 -0
  116. package/dist/model/NameInfoDeclarationType.d.ts +18 -0
  117. package/dist/model/NameInfoDeclarationType.js +9 -0
  118. package/dist/model/NationalitiesBaseType.d.ts +16 -0
  119. package/dist/model/NationalitiesBaseType.js +9 -0
  120. package/dist/model/NationalitiesDeclarationType.d.ts +16 -0
  121. package/dist/model/NationalitiesDeclarationType.js +9 -0
  122. package/dist/model/NationalityInfoBaseType.d.ts +17 -0
  123. package/dist/model/NationalityInfoBaseType.js +20 -0
  124. package/dist/model/NobilityTitleBaseType.d.ts +17 -0
  125. package/dist/model/NobilityTitleBaseType.js +20 -0
  126. package/dist/model/PartnerType.d.ts +3 -4
  127. package/dist/model/Patient.d.ts +6 -2
  128. package/dist/model/Patient.js +6 -2
  129. package/dist/model/PersonIdentificationType.d.ts +31 -0
  130. package/dist/model/PersonIdentificationType.js +9 -0
  131. package/dist/model/PersonIdentificationsResponseType.d.ts +16 -0
  132. package/dist/model/PersonIdentificationsResponseType.js +9 -0
  133. package/dist/model/PersonResponseResultsType.d.ts +16 -0
  134. package/dist/model/PersonResponseResultsType.js +9 -0
  135. package/dist/model/PlainAddressOptionalInceptionDateType.d.ts +20 -0
  136. package/dist/model/PlainAddressOptionalInceptionDateType.js +9 -0
  137. package/dist/model/PlainAddressType.d.ts +20 -0
  138. package/dist/model/PlainAddressType.js +9 -0
  139. package/dist/model/Posology.d.ts +6 -0
  140. package/dist/model/Prescription.d.ts +1 -0
  141. package/dist/model/PrescriptionFullWithFeedback.d.ts +1 -0
  142. package/dist/model/PutVisionResult.d.ts +17 -0
  143. package/dist/model/PutVisionResult.js +9 -0
  144. package/dist/model/RecipeCDHEADING.d.ts +5 -5
  145. package/dist/model/RecipeCDITEM.d.ts +30 -30
  146. package/dist/model/RecipeKmehrmessageType.d.ts +18 -0
  147. package/dist/model/RecipeKmehrmessageType.js +9 -0
  148. package/dist/model/RecipePosology.d.ts +16 -0
  149. package/dist/model/RecipePosology.js +9 -0
  150. package/dist/model/RecipeRegimen.d.ts +15 -0
  151. package/dist/model/RecipeRegimen.js +20 -0
  152. package/dist/model/RecipeitemType.d.ts +4 -4
  153. package/dist/model/RegisterPersonDeclarationType.d.ts +16 -0
  154. package/dist/model/RegisterPersonDeclarationType.js +9 -0
  155. package/dist/model/RegisterPersonResultType.d.ts +18 -0
  156. package/dist/model/RegisterPersonResultType.js +9 -0
  157. package/dist/model/RegistrationBailiffType.d.ts +17 -0
  158. package/dist/model/RegistrationBailiffType.js +9 -0
  159. package/dist/model/RemoveVaccinationResponseType.d.ts +18 -0
  160. package/dist/model/RemoveVaccinationResponseType.js +9 -0
  161. package/dist/model/ResidentialAddress.d.ts +22 -0
  162. package/dist/model/ResidentialAddress.js +20 -0
  163. package/dist/model/ResidentialAddressOptionalInceptionDateType.d.ts +32 -0
  164. package/dist/model/ResidentialAddressOptionalInceptionDateType.js +9 -0
  165. package/dist/model/ResidentialAddressType.d.ts +32 -0
  166. package/dist/model/ResidentialAddressType.js +9 -0
  167. package/dist/model/Results.d.ts +20 -0
  168. package/dist/model/Results.js +9 -0
  169. package/dist/model/RnConsultConversationDto.d.ts +16 -0
  170. package/dist/model/RnConsultConversationDto.js +20 -0
  171. package/dist/model/RnConsultDeceaseType.d.ts +18 -0
  172. package/dist/model/RnConsultDeceaseType.js +9 -0
  173. package/dist/model/RnConsultNameType.d.ts +17 -0
  174. package/dist/model/RnConsultNameType.js +20 -0
  175. package/dist/model/RnConsultPersonDto.d.ts +43 -0
  176. package/dist/model/RnConsultPersonDto.js +9 -0
  177. package/dist/model/RnConsultPersonMid.d.ts +27 -0
  178. package/dist/model/RnConsultPersonMid.js +9 -0
  179. package/dist/model/RnConsultRegisterPersonResponseDto.d.ts +27 -0
  180. package/dist/model/RnConsultRegisterPersonResponseDto.js +9 -0
  181. package/dist/model/RnConsultSearchByNissResultDto.d.ts +16 -0
  182. package/dist/model/RnConsultSearchByNissResultDto.js +9 -0
  183. package/dist/model/RnConsultSearchPersonBySsinResponseDto.d.ts +27 -0
  184. package/dist/model/RnConsultSearchPersonBySsinResponseDto.js +9 -0
  185. package/dist/model/RnConsultSearchPersonPhoneticallyResponseDto.d.ts +25 -0
  186. package/dist/model/RnConsultSearchPersonPhoneticallyResponseDto.js +9 -0
  187. package/dist/model/SpecialNotionType.d.ts +16 -0
  188. package/dist/model/SpecialNotionType.js +20 -0
  189. package/dist/model/SsinWithCanceledAndReplacesStatusType.d.ts +17 -0
  190. package/dist/model/SsinWithCanceledAndReplacesStatusType.js +20 -0
  191. package/dist/model/StackTraceElement.d.ts +19 -0
  192. package/dist/model/StackTraceElement.js +20 -0
  193. package/dist/model/StatusType.d.ts +20 -0
  194. package/dist/model/StatusType.js +9 -0
  195. package/dist/model/SubregisterBaseType.d.ts +18 -0
  196. package/dist/model/SubregisterBaseType.js +9 -0
  197. package/dist/model/Throwable.d.ts +20 -0
  198. package/dist/model/Throwable.js +9 -0
  199. package/dist/model/TokenResponse.d.ts +14 -0
  200. package/dist/model/TokenResponse.js +20 -0
  201. package/dist/model/TranscriptionType.d.ts +17 -0
  202. package/dist/model/TranscriptionType.js +9 -0
  203. package/dist/model/UpdateFeedbackFlagResult.d.ts +17 -0
  204. package/dist/model/UpdateFeedbackFlagResult.js +9 -0
  205. package/dist/model/VaccinationId.d.ts +16 -0
  206. package/dist/model/VaccinationId.js +20 -0
  207. package/dist/model/VaccinationStatusType.d.ts +16 -0
  208. package/dist/model/VaccinationStatusType.js +20 -0
  209. package/dist/model/VaccineInjection.d.ts +18 -0
  210. package/dist/model/VaccineInjection.js +20 -0
  211. package/dist/model/ValidationInfoType.d.ts +17 -0
  212. package/dist/model/ValidationInfoType.js +20 -0
  213. package/dist/model/ValidationResult.d.ts +20 -0
  214. package/dist/model/ValidationResult.js +9 -0
  215. package/dist/model/VerifyIdResponse.d.ts +21 -0
  216. package/dist/model/VerifyIdResponse.js +9 -0
  217. package/dist/model/models.d.ts +89 -0
  218. package/dist/model/models.js +89 -0
  219. package/fhcApi.ts +2 -0
  220. package/model/ActType.ts +22 -0
  221. package/model/AddVaccinationsResponseType.ts +25 -0
  222. package/model/Address.ts +13 -5
  223. package/model/AddressBaseType.ts +29 -0
  224. package/model/AddressCbssBaseType.ts +22 -0
  225. package/model/AddressDeclarationType.ts +22 -0
  226. package/model/AdministratorBaseType.ts +25 -0
  227. package/model/AnomaliesType.ts +21 -0
  228. package/model/Appendix.ts +2 -2
  229. package/model/Base64EncodedKmehr.ts +25 -0
  230. package/model/BestIdentifierType.ts +23 -0
  231. package/model/BirthInfoBaseType.ts +25 -0
  232. package/model/BirthInfoDeclarationType.ts +23 -0
  233. package/model/BirthPlace.ts +3 -1
  234. package/model/CbssPersonRequestType.ts +36 -0
  235. package/model/CbssPersonResponseType.ts +41 -0
  236. package/model/CivilStateInfoBaseType.ts +32 -0
  237. package/model/CivilStateInfoDeclarationType.ts +26 -0
  238. package/model/CivilStatesBaseType.ts +22 -0
  239. package/model/CivilStatesDeclarationType.ts +22 -0
  240. package/model/ContactAddress.ts +28 -0
  241. package/model/ContactAddressBaseType.ts +40 -0
  242. package/model/ContactAddressDeclarationType.ts +34 -0
  243. package/model/DeceaseInfoBaseType.ts +23 -0
  244. package/model/DeceaseInfoDeclarationType.ts +23 -0
  245. package/model/DiplomaticPostType.ts +6 -5
  246. package/model/Exception.ts +27 -0
  247. package/model/ExistingPersons.ts +21 -0
  248. package/model/FacetDto.ts +1 -1
  249. package/model/ForeignAddressDeclarationType.ts +30 -0
  250. package/model/GenderInfoBaseType.ts +22 -0
  251. package/model/GenderInfoDeclarationType.ts +22 -0
  252. package/model/GetPrescriptionStatusResult.ts +42 -0
  253. package/model/GetVaccinationsResponseType.ts +25 -0
  254. package/model/GivenNameType.ts +22 -0
  255. package/model/Id.ts +22 -0
  256. package/model/InvoiceItem.ts +1 -0
  257. package/model/JudgmentType.ts +23 -0
  258. package/model/Kmehrmessage.ts +12 -4
  259. package/model/LegalCohabitationBaseType.ts +25 -0
  260. package/model/LegalCohabitationRegistrationType.ts +25 -0
  261. package/model/LocalizedDescriptionType.ts +22 -0
  262. package/model/LocationDeclarationType.ts +26 -0
  263. package/model/LocationType.ts +26 -0
  264. package/model/MinimalAddressType.ts +29 -0
  265. package/model/MinimalAdministratorType.ts +25 -0
  266. package/model/MinimalBirthInfoType.ts +21 -0
  267. package/model/MinimalGenderInfoType.ts +22 -0
  268. package/model/MinimalNameInfoType.ts +24 -0
  269. package/model/MycarenetConversation.ts +1 -0
  270. package/model/NameInfoBaseType.ts +24 -0
  271. package/model/NameInfoDeclarationType.ts +24 -0
  272. package/model/NationalitiesBaseType.ts +22 -0
  273. package/model/NationalitiesDeclarationType.ts +22 -0
  274. package/model/NationalityInfoBaseType.ts +23 -0
  275. package/model/NobilityTitleBaseType.ts +23 -0
  276. package/model/PartnerType.ts +3 -4
  277. package/model/Patient.ts +11 -3
  278. package/model/PersonIdentificationType.ts +37 -0
  279. package/model/PersonIdentificationsResponseType.ts +22 -0
  280. package/model/PersonResponseResultsType.ts +22 -0
  281. package/model/PlainAddressOptionalInceptionDateType.ts +26 -0
  282. package/model/PlainAddressType.ts +26 -0
  283. package/model/Posology.ts +6 -0
  284. package/model/Prescription.ts +1 -0
  285. package/model/PrescriptionFullWithFeedback.ts +1 -0
  286. package/model/PutVisionResult.ts +23 -0
  287. package/model/RecipeKmehrmessageType.ts +24 -0
  288. package/model/RecipePosology.ts +22 -0
  289. package/model/RecipeRegimen.ts +21 -0
  290. package/model/RecipeitemType.ts +4 -4
  291. package/model/RegisterPersonDeclarationType.ts +22 -0
  292. package/model/RegisterPersonResultType.ts +24 -0
  293. package/model/RegistrationBailiffType.ts +23 -0
  294. package/model/RemoveVaccinationResponseType.ts +24 -0
  295. package/model/ResidentialAddress.ts +28 -0
  296. package/model/ResidentialAddressOptionalInceptionDateType.ts +38 -0
  297. package/model/ResidentialAddressType.ts +38 -0
  298. package/model/Results.ts +26 -0
  299. package/model/RnConsultConversationDto.ts +22 -0
  300. package/model/RnConsultDeceaseType.ts +24 -0
  301. package/model/RnConsultNameType.ts +23 -0
  302. package/model/RnConsultPersonDto.ts +49 -0
  303. package/model/RnConsultPersonMid.ts +33 -0
  304. package/model/RnConsultRegisterPersonResponseDto.ts +33 -0
  305. package/model/RnConsultSearchByNissResultDto.ts +22 -0
  306. package/model/RnConsultSearchPersonBySsinResponseDto.ts +33 -0
  307. package/model/RnConsultSearchPersonPhoneticallyResponseDto.ts +31 -0
  308. package/model/SpecialNotionType.ts +22 -0
  309. package/model/SsinWithCanceledAndReplacesStatusType.ts +23 -0
  310. package/model/StackTraceElement.ts +25 -0
  311. package/model/StatusType.ts +26 -0
  312. package/model/SubregisterBaseType.ts +24 -0
  313. package/model/Throwable.ts +26 -0
  314. package/model/TokenResponse.ts +19 -0
  315. package/model/TranscriptionType.ts +23 -0
  316. package/model/UpdateFeedbackFlagResult.ts +23 -0
  317. package/model/VaccinationId.ts +22 -0
  318. package/model/VaccinationStatusType.ts +22 -0
  319. package/model/VaccineInjection.ts +24 -0
  320. package/model/ValidationInfoType.ts +23 -0
  321. package/model/ValidationResult.ts +26 -0
  322. package/model/VerifyIdResponse.ts +27 -0
  323. package/model/models.ts +89 -0
  324. package/package.json +1 -1
@@ -16,5 +16,6 @@ export declare class Prescription {
16
16
  feedbackAllowed?: boolean;
17
17
  notificationWasSent?: boolean;
18
18
  patientId?: string;
19
+ requestXml?: string;
19
20
  rid?: string;
20
21
  }
@@ -24,5 +24,6 @@ export declare class PrescriptionFullWithFeedback {
24
24
  notificationWasSent?: boolean;
25
25
  patientId?: string;
26
26
  patientName?: string;
27
+ requestXml?: string;
27
28
  rid?: string;
28
29
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { StatusType } from "./StatusType";
13
+ export declare class PutVisionResult {
14
+ constructor(json: JSON | any);
15
+ id?: string;
16
+ status?: StatusType;
17
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PutVisionResult = void 0;
4
+ class PutVisionResult {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.PutVisionResult = PutVisionResult;
@@ -21,10 +21,10 @@ export declare class RecipeCDHEADING {
21
21
  export declare namespace RecipeCDHEADING {
22
22
  type SEnum = "CD_HEADING" | "CD_HEADING_LAB" | "CD_SITE" | "LOCAL" | "CD_HEADING_REG";
23
23
  const SEnum: {
24
- CDHEADING: SEnum;
25
- CDHEADINGLAB: SEnum;
26
- CDSITE: SEnum;
27
- LOCAL: SEnum;
28
- CDHEADINGREG: SEnum;
24
+ CDHEADING: import("./CDHEADING").CDHEADING.SEnum;
25
+ CDHEADINGLAB: import("./CDHEADING").CDHEADING.SEnum;
26
+ CDSITE: import("./CDHEADING").CDHEADING.SEnum;
27
+ LOCAL: import("./CDHEADING").CDHEADING.SEnum;
28
+ CDHEADINGREG: import("./CDHEADING").CDHEADING.SEnum;
29
29
  };
30
30
  }
@@ -22,35 +22,35 @@ export declare class RecipeCDITEM {
22
22
  export declare namespace RecipeCDITEM {
23
23
  type SEnum = "CD_ITEM" | "CD_ITEM_MAA" | "CD_ITEM_CARENET" | "CD_LAB" | "CD_TECHNICAL" | "CD_CONTACT_PERSON" | "ICD" | "ICPC" | "LOCAL" | "CD_VACCINE" | "CD_ECG" | "CD_ECARE_CLINICAL" | "CD_ECARE_LAB" | "CD_ECARE_HAQ" | "CD_ITEM_EBIRTH" | "CD_PARAMETER" | "CD_ITEM_BVT" | "CD_BVT_AVAILABLEMATERIALS" | "CD_BVT_CONSERVATIONDELAY" | "CD_BVT_CONSERVATIONMODE" | "CD_BVT_SAMPLETYPE" | "CD_BCR_DIFFERENTATIONDEGREE" | "CD_BVT_LATERALITY" | "CD_BVT_PATIENTOPPOSITION" | "CD_BVT_STATUS" | "CD_ITEM_REG" | "CD_ITEM_MYCARENET" | "CD_DEFIB_DIAGNOSIS" | "CD_ACTS_NURSING" | "CD_QERMID_INTERVENTIONTYPE";
24
24
  const SEnum: {
25
- CDITEM: SEnum;
26
- CDITEMMAA: SEnum;
27
- CDITEMCARENET: SEnum;
28
- CDLAB: SEnum;
29
- CDTECHNICAL: SEnum;
30
- CDCONTACTPERSON: SEnum;
31
- ICD: SEnum;
32
- ICPC: SEnum;
33
- LOCAL: SEnum;
34
- CDVACCINE: SEnum;
35
- CDECG: SEnum;
36
- CDECARECLINICAL: SEnum;
37
- CDECARELAB: SEnum;
38
- CDECAREHAQ: SEnum;
39
- CDITEMEBIRTH: SEnum;
40
- CDPARAMETER: SEnum;
41
- CDITEMBVT: SEnum;
42
- CDBVTAVAILABLEMATERIALS: SEnum;
43
- CDBVTCONSERVATIONDELAY: SEnum;
44
- CDBVTCONSERVATIONMODE: SEnum;
45
- CDBVTSAMPLETYPE: SEnum;
46
- CDBCRDIFFERENTATIONDEGREE: SEnum;
47
- CDBVTLATERALITY: SEnum;
48
- CDBVTPATIENTOPPOSITION: SEnum;
49
- CDBVTSTATUS: SEnum;
50
- CDITEMREG: SEnum;
51
- CDITEMMYCARENET: SEnum;
52
- CDDEFIBDIAGNOSIS: SEnum;
53
- CDACTSNURSING: SEnum;
54
- CDQERMIDINTERVENTIONTYPE: SEnum;
25
+ CDITEM: import("./CDITEM").CDITEM.SEnum;
26
+ CDITEMMAA: import("./CDITEM").CDITEM.SEnum;
27
+ CDITEMCARENET: import("./CDITEM").CDITEM.SEnum;
28
+ CDLAB: import("./CDITEM").CDITEM.SEnum;
29
+ CDTECHNICAL: import("./CDITEM").CDITEM.SEnum;
30
+ CDCONTACTPERSON: import("./CDITEM").CDITEM.SEnum;
31
+ ICD: import("./CDITEM").CDITEM.SEnum;
32
+ ICPC: import("./CDITEM").CDITEM.SEnum;
33
+ LOCAL: import("./CDITEM").CDITEM.SEnum;
34
+ CDVACCINE: import("./CDITEM").CDITEM.SEnum;
35
+ CDECG: import("./CDITEM").CDITEM.SEnum;
36
+ CDECARECLINICAL: import("./CDITEM").CDITEM.SEnum;
37
+ CDECARELAB: import("./CDITEM").CDITEM.SEnum;
38
+ CDECAREHAQ: import("./CDITEM").CDITEM.SEnum;
39
+ CDITEMEBIRTH: import("./CDITEM").CDITEM.SEnum;
40
+ CDPARAMETER: import("./CDITEM").CDITEM.SEnum;
41
+ CDITEMBVT: import("./CDITEM").CDITEM.SEnum;
42
+ CDBVTAVAILABLEMATERIALS: import("./CDITEM").CDITEM.SEnum;
43
+ CDBVTCONSERVATIONDELAY: import("./CDITEM").CDITEM.SEnum;
44
+ CDBVTCONSERVATIONMODE: import("./CDITEM").CDITEM.SEnum;
45
+ CDBVTSAMPLETYPE: import("./CDITEM").CDITEM.SEnum;
46
+ CDBCRDIFFERENTATIONDEGREE: import("./CDITEM").CDITEM.SEnum;
47
+ CDBVTLATERALITY: import("./CDITEM").CDITEM.SEnum;
48
+ CDBVTPATIENTOPPOSITION: import("./CDITEM").CDITEM.SEnum;
49
+ CDBVTSTATUS: import("./CDITEM").CDITEM.SEnum;
50
+ CDITEMREG: import("./CDITEM").CDITEM.SEnum;
51
+ CDITEMMYCARENET: import("./CDITEM").CDITEM.SEnum;
52
+ CDDEFIBDIAGNOSIS: import("./CDITEM").CDITEM.SEnum;
53
+ CDACTSNURSING: import("./CDITEM").CDITEM.SEnum;
54
+ CDQERMIDINTERVENTIONTYPE: import("./CDITEM").CDITEM.SEnum;
55
55
  };
56
56
  }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { RecipefolderType } from "./RecipefolderType";
13
+ import { RecipeheaderType } from "./RecipeheaderType";
14
+ export declare class RecipeKmehrmessageType {
15
+ constructor(json: JSON | any);
16
+ folder?: RecipefolderType;
17
+ header?: RecipeheaderType;
18
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RecipeKmehrmessageType = void 0;
4
+ class RecipeKmehrmessageType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RecipeKmehrmessageType = RecipeKmehrmessageType;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { TextType } from "./TextType";
13
+ export declare class RecipePosology {
14
+ constructor(json: JSON | any);
15
+ text?: TextType;
16
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RecipePosology = void 0;
4
+ class RecipePosology {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RecipePosology = RecipePosology;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class RecipeRegimen {
13
+ constructor(json: JSON | any);
14
+ daynumbersAndQuantitiesAndDaytimes?: Array<any>;
15
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /**
3
+ * Api Documentation
4
+ * Api Documentation
5
+ *
6
+ * OpenAPI spec version: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RecipeRegimen = void 0;
15
+ class RecipeRegimen {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.RecipeRegimen = RecipeRegimen;
@@ -9,8 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Posology } from "./Posology";
13
12
  import { RecipeCDITEM } from "./RecipeCDITEM";
13
+ import { RecipePosology } from "./RecipePosology";
14
+ import { RecipeRegimen } from "./RecipeRegimen";
14
15
  import { RecipebasicIDKMEHR } from "./RecipebasicIDKMEHR";
15
16
  import { RecipecontentType } from "./RecipecontentType";
16
17
  import { RecipedurationType } from "./RecipedurationType";
@@ -21,7 +22,6 @@ import { RecipequantityType } from "./RecipequantityType";
21
22
  import { ReciperenewalType } from "./ReciperenewalType";
22
23
  import { ReciperouteType } from "./ReciperouteType";
23
24
  import { RecipetemporalityType } from "./RecipetemporalityType";
24
- import { Regimen } from "./Regimen";
25
25
  import { TextType } from "./TextType";
26
26
  import { XMLGregorianCalendar } from "./XMLGregorianCalendar";
27
27
  export declare class RecipeitemType {
@@ -38,9 +38,9 @@ export declare class RecipeitemType {
38
38
  instructionforreimbursement?: TextType;
39
39
  issubstitutionallowed?: boolean;
40
40
  lifecycle?: RecipelifecycleType;
41
- posology?: Posology;
41
+ posology?: RecipePosology;
42
42
  quantity?: RecipequantityType;
43
- regimen?: Regimen;
43
+ regimen?: RecipeRegimen;
44
44
  renewal?: ReciperenewalType;
45
45
  route?: ReciperouteType;
46
46
  temporality?: RecipetemporalityType;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CbssPersonRequestType } from "./CbssPersonRequestType";
13
+ export declare class RegisterPersonDeclarationType {
14
+ constructor(json: JSON | any);
15
+ person?: CbssPersonRequestType;
16
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RegisterPersonDeclarationType = void 0;
4
+ class RegisterPersonDeclarationType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RegisterPersonDeclarationType = RegisterPersonDeclarationType;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CbssPersonResponseType } from "./CbssPersonResponseType";
13
+ import { ExistingPersons } from "./ExistingPersons";
14
+ export declare class RegisterPersonResultType {
15
+ constructor(json: JSON | any);
16
+ existingPersons?: ExistingPersons;
17
+ newlyRegisteredPerson?: CbssPersonResponseType;
18
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RegisterPersonResultType = void 0;
4
+ class RegisterPersonResultType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RegisterPersonResultType = RegisterPersonResultType;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { LocationType } from "./LocationType";
13
+ export declare class RegistrationBailiffType {
14
+ constructor(json: JSON | any);
15
+ bailiffName?: string;
16
+ location?: LocationType;
17
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RegistrationBailiffType = void 0;
4
+ class RegistrationBailiffType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RegistrationBailiffType = RegistrationBailiffType;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { VaccinationStatusType } from "./VaccinationStatusType";
13
+ export declare class RemoveVaccinationResponseType {
14
+ constructor(json: JSON | any);
15
+ patientId?: string;
16
+ status?: VaccinationStatusType;
17
+ vaccinationId?: string;
18
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveVaccinationResponseType = void 0;
4
+ class RemoveVaccinationResponseType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RemoveVaccinationResponseType = RemoveVaccinationResponseType;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class ResidentialAddress {
13
+ constructor(json: JSON | any);
14
+ countryCode?: number;
15
+ countryIsoCode?: string;
16
+ countryName?: string;
17
+ cityName?: string;
18
+ postalCode?: string;
19
+ streetName?: string;
20
+ houseNumber?: string;
21
+ boxNumber?: string;
22
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /**
3
+ * Api Documentation
4
+ * Api Documentation
5
+ *
6
+ * OpenAPI spec version: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.ResidentialAddress = void 0;
15
+ class ResidentialAddress {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.ResidentialAddress = ResidentialAddress;
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BestIdentifierType } from "./BestIdentifierType";
13
+ import { LocalizedDescriptionType } from "./LocalizedDescriptionType";
14
+ export declare class ResidentialAddressOptionalInceptionDateType {
15
+ constructor(json: JSON | any);
16
+ addressRegionalCode?: BestIdentifierType;
17
+ boxNumber?: string;
18
+ cityCode?: string;
19
+ cityNames?: Array<LocalizedDescriptionType>;
20
+ cityRegionalCode?: BestIdentifierType;
21
+ countryCode?: number;
22
+ countryIsoCode?: string;
23
+ countryNames?: Array<LocalizedDescriptionType>;
24
+ houseNumber?: string;
25
+ inceptionDate?: Date;
26
+ postalCode?: string;
27
+ regionCode?: string;
28
+ regionNames?: Array<LocalizedDescriptionType>;
29
+ streetCode?: string;
30
+ streetNames?: Array<LocalizedDescriptionType>;
31
+ streetRegionalCode?: BestIdentifierType;
32
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResidentialAddressOptionalInceptionDateType = void 0;
4
+ class ResidentialAddressOptionalInceptionDateType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.ResidentialAddressOptionalInceptionDateType = ResidentialAddressOptionalInceptionDateType;
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BestIdentifierType } from "./BestIdentifierType";
13
+ import { LocalizedDescriptionType } from "./LocalizedDescriptionType";
14
+ export declare class ResidentialAddressType {
15
+ constructor(json: JSON | any);
16
+ addressRegionalCode?: BestIdentifierType;
17
+ boxNumber?: string;
18
+ cityCode?: string;
19
+ cityNames?: Array<LocalizedDescriptionType>;
20
+ cityRegionalCode?: BestIdentifierType;
21
+ countryCode?: number;
22
+ countryIsoCode?: string;
23
+ countryNames?: Array<LocalizedDescriptionType>;
24
+ houseNumber?: string;
25
+ inceptionDate?: Date;
26
+ postalCode?: string;
27
+ regionCode?: string;
28
+ regionNames?: Array<LocalizedDescriptionType>;
29
+ streetCode?: string;
30
+ streetNames?: Array<LocalizedDescriptionType>;
31
+ streetRegionalCode?: BestIdentifierType;
32
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResidentialAddressType = void 0;
4
+ class ResidentialAddressType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.ResidentialAddressType = ResidentialAddressType;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { VaccinationId } from "./VaccinationId";
13
+ import { VaccinationStatusType } from "./VaccinationStatusType";
14
+ export declare class Results {
15
+ constructor(json: JSON | any);
16
+ kmehrId?: string;
17
+ status?: VaccinationStatusType;
18
+ stocked?: number;
19
+ vaccinationId?: VaccinationId;
20
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Results = void 0;
4
+ class Results {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.Results = Results;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class RnConsultConversationDto {
13
+ constructor(json: JSON | any);
14
+ request?: string;
15
+ response?: string;
16
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /**
3
+ * Api Documentation
4
+ * Api Documentation
5
+ *
6
+ * OpenAPI spec version: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RnConsultConversationDto = void 0;
15
+ class RnConsultConversationDto {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.RnConsultConversationDto = RnConsultConversationDto;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { LocationType } from "./LocationType";
13
+ export declare class RnConsultDeceaseType {
14
+ constructor(json: JSON | any);
15
+ decease?: boolean;
16
+ deceaseDate?: string;
17
+ deceasePlace?: LocationType;
18
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RnConsultDeceaseType = void 0;
4
+ class RnConsultDeceaseType {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RnConsultDeceaseType = RnConsultDeceaseType;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class RnConsultNameType {
13
+ constructor(json: JSON | any);
14
+ firstName?: string;
15
+ inceptionDate?: string;
16
+ lastName?: string;
17
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /**
3
+ * Api Documentation
4
+ * Api Documentation
5
+ *
6
+ * OpenAPI spec version: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RnConsultNameType = void 0;
15
+ class RnConsultNameType {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.RnConsultNameType = RnConsultNameType;