@f1studio/form-spec 5.0.0-alpha.110 → 5.0.0-alpha.112

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 (191) hide show
  1. package/FormSpec.FS/BitmaskHelpers.d.ts +23 -0
  2. package/FormSpec.FS/BitmaskHelpers.d.ts.map +1 -0
  3. package/FormSpec.FS/BlueprintValidation.d.ts +16 -0
  4. package/FormSpec.FS/BlueprintValidation.d.ts.map +1 -0
  5. package/FormSpec.FS/FormSpec.d.ts +19 -5
  6. package/FormSpec.FS/FormSpec.d.ts.map +1 -1
  7. package/FormSpec.FS/FormSpecHelpers.d.ts +4 -0
  8. package/FormSpec.FS/FormSpecHelpers.d.ts.map +1 -1
  9. package/FormSpec.FS/FormSpecValues.d.ts +5 -0
  10. package/FormSpec.FS/FormSpecValues.d.ts.map +1 -1
  11. package/FormSpec.FS/Helpers.d.ts.map +1 -1
  12. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.d.ts +13 -0
  13. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.d.ts.map +1 -0
  14. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.d.ts +22 -0
  15. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.d.ts.map +1 -0
  16. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.d.ts +22 -0
  17. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.d.ts.map +1 -0
  18. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.d.ts +130 -0
  19. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.d.ts.map +1 -0
  20. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.d.ts +37 -0
  21. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.d.ts.map +1 -0
  22. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.d.ts +231 -0
  23. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.d.ts.map +1 -0
  24. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.d.ts +10 -0
  25. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.d.ts.map +1 -0
  26. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.d.ts +55 -0
  27. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.d.ts.map +1 -0
  28. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.d.ts +69 -0
  29. package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.d.ts.map +1 -0
  30. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts +21 -0
  31. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts.map +1 -0
  32. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts +133 -0
  33. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts.map +1 -0
  34. package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.d.ts +52 -0
  35. package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.d.ts.map +1 -0
  36. package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.d.ts +46 -0
  37. package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.d.ts.map +1 -0
  38. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.d.ts +4 -0
  39. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.d.ts.map +1 -0
  40. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.d.ts +36 -0
  41. package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.d.ts.map +1 -0
  42. package/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.d.ts +95 -0
  43. package/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.d.ts.map +1 -0
  44. package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.d.ts +449 -0
  45. package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.d.ts.map +1 -0
  46. package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -1
  47. package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts +3 -1
  48. package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -1
  49. package/FormSpec.FS/Provenance.d.ts +10 -0
  50. package/FormSpec.FS/Provenance.d.ts.map +1 -0
  51. package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -1
  52. package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.js +56 -0
  53. package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.js.map +1 -0
  54. package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.ts.map +1 -0
  55. package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js +116 -0
  56. package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js.map +1 -0
  57. package/FormSpec.TS/FormSpec.FS/BlueprintValidation.ts.map +1 -0
  58. package/FormSpec.TS/FormSpec.FS/Designer.js +2 -2
  59. package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -1
  60. package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -1
  61. package/FormSpec.TS/FormSpec.FS/FormSpec.js +72 -3
  62. package/FormSpec.TS/FormSpec.FS/FormSpec.js.map +1 -1
  63. package/FormSpec.TS/FormSpec.FS/FormSpec.ts.map +1 -1
  64. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js +201 -3
  65. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -1
  66. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -1
  67. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js +38 -3
  68. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -1
  69. package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -1
  70. package/FormSpec.TS/FormSpec.FS/Helpers.js +44 -27
  71. package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -1
  72. package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -1
  73. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js +45 -0
  74. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +1 -0
  75. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts.map +1 -0
  76. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +145 -0
  77. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -0
  78. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts.map +1 -0
  79. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +139 -0
  80. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -0
  81. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts.map +1 -0
  82. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js +801 -0
  83. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +1 -0
  84. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts.map +1 -0
  85. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js +121 -0
  86. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +1 -0
  87. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts.map +1 -0
  88. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js +1380 -0
  89. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +1 -0
  90. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts.map +1 -0
  91. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js +29 -0
  92. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +1 -0
  93. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts.map +1 -0
  94. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +172 -0
  95. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -0
  96. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts.map +1 -0
  97. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js +406 -0
  98. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +1 -0
  99. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts.map +1 -0
  100. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js +317 -0
  101. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -0
  102. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts.map +1 -0
  103. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +622 -0
  104. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -0
  105. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts.map +1 -0
  106. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js +448 -0
  107. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +1 -0
  108. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts.map +1 -0
  109. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js +198 -0
  110. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +1 -0
  111. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts.map +1 -0
  112. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js +57 -0
  113. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +1 -0
  114. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts.map +1 -0
  115. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js +144 -0
  116. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +1 -0
  117. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts.map +1 -0
  118. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.js +258 -0
  119. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.js.map +1 -0
  120. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.ts.map +1 -0
  121. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js +1768 -0
  122. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +1 -0
  123. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts.map +1 -0
  124. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js +68 -41
  125. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -1
  126. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -1
  127. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js +18 -6
  128. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -1
  129. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -1
  130. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js +1 -1
  131. package/FormSpec.TS/FormSpec.FS/Provenance.js +41 -0
  132. package/FormSpec.TS/FormSpec.FS/Provenance.js.map +1 -0
  133. package/FormSpec.TS/FormSpec.FS/Provenance.ts.map +1 -0
  134. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js +36 -13
  135. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -1
  136. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -1
  137. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js +1 -1
  138. package/FormSpec.TS/PathwayExecutor.withPlugins.js +0 -5
  139. package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -1
  140. package/FormSpec.TS/PluginRegistration.js +2 -0
  141. package/FormSpec.TS/PluginRegistration.js.map +1 -1
  142. package/FormSpec.TS/PluginRegistration.ts.map +1 -1
  143. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
  144. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
  145. package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
  146. package/FormSpec.TS/plugins/demographics/src/DemographicsField.js +918 -0
  147. package/FormSpec.TS/plugins/demographics/src/DemographicsField.js.map +1 -0
  148. package/FormSpec.TS/plugins/demographics/src/DemographicsField.ts.map +1 -0
  149. package/FormSpec.TS/plugins/likert/src/LikertField.js +1 -1
  150. package/PathwayExecutor.withPlugins.d.ts +0 -5
  151. package/PathwayExecutor.withPlugins.d.ts.map +1 -1
  152. package/README.md +7 -7
  153. package/fable_modules/Thoth.Json.10.4.1/Extra.fs.d.ts +3 -0
  154. package/fable_modules/Thoth.Json.10.4.1/Extra.fs.d.ts.map +1 -0
  155. package/package.json +4 -4
  156. package/plugins/demographics/src/DemographicsField.d.ts +104 -0
  157. package/plugins/demographics/src/DemographicsField.d.ts.map +1 -0
  158. package/src/FormSpec.FS/BitmaskHelpers.ts +52 -0
  159. package/src/FormSpec.FS/BlueprintValidation.ts +108 -0
  160. package/src/FormSpec.FS/Designer.ts +2 -2
  161. package/src/FormSpec.FS/FormSpec.ts +39 -8
  162. package/src/FormSpec.FS/FormSpecHelpers.ts +190 -12
  163. package/src/FormSpec.FS/FormSpecValues.ts +42 -3
  164. package/src/FormSpec.FS/Helpers.ts +44 -27
  165. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts +37 -0
  166. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts +103 -0
  167. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts +129 -0
  168. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts +490 -0
  169. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts +87 -0
  170. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts +1046 -0
  171. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts +26 -0
  172. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts +161 -0
  173. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts +386 -0
  174. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts +320 -0
  175. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts +371 -0
  176. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts +372 -0
  177. package/src/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts +92 -0
  178. package/src/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts +51 -0
  179. package/src/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts +71 -0
  180. package/src/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.ts +15 -0
  181. package/src/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts +825 -0
  182. package/src/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts +66 -41
  183. package/src/FormSpec.FS/Interop/FormSpec.Api.Option.ts +13 -7
  184. package/src/FormSpec.FS/PathwayExecutor.ts +1 -1
  185. package/src/FormSpec.FS/Provenance.ts +19 -0
  186. package/src/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts +32 -12
  187. package/src/FormSpec.FS/Renderers/PathwayRenderers.ts +1 -1
  188. package/src/PathwayExecutor.withPlugins.ts +0 -5
  189. package/src/PluginRegistration.ts +2 -0
  190. package/src/plugins/demographics/src/DemographicsField.ts +502 -0
  191. package/src/plugins/likert/src/LikertField.ts +1 -1
@@ -0,0 +1,825 @@
1
+ import { Union, Record } from "@fable-org/fable-library-js/Types.js";
2
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
3
+ import { union_type, list_type, float64_type, obj_type, array_type, option_type, bool_type, anonRecord_type, class_type, int32_type, record_type, string_type, TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
4
+ import { float64, int32 } from "@fable-org/fable-library-js/Int32.js";
5
+ import { FSharpMap } from "@fable-org/fable-library-js/Map.js";
6
+ import { Option } from "@fable-org/fable-library-js/Option.js";
7
+ import { FSharpList } from "@fable-org/fable-library-js/List.js";
8
+
9
+ export class ElementType extends Record implements IEquatable<ElementType>, IComparable<ElementType> {
10
+ readonly Code: string;
11
+ readonly ValueEncoding: string;
12
+ readonly TextField: string;
13
+ constructor(Code: string, ValueEncoding: string, TextField: string) {
14
+ super();
15
+ this.Code = Code;
16
+ this.ValueEncoding = ValueEncoding;
17
+ this.TextField = TextField;
18
+ }
19
+ }
20
+
21
+ export function ElementType_$reflection(): TypeInfo {
22
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ElementType", [], ElementType, () => [["Code", string_type], ["ValueEncoding", string_type], ["TextField", string_type]]);
23
+ }
24
+
25
+ export class TemplateCollectionStats extends Record implements IEquatable<TemplateCollectionStats>, IComparable<TemplateCollectionStats> {
26
+ readonly TotalForms: int32;
27
+ readonly WithCodes: int32;
28
+ readonly WithSyntheticCodes: int32;
29
+ readonly WithScoring: int32;
30
+ readonly WithSignature: int32;
31
+ readonly ByUsage: FSharpMap<string, int32>;
32
+ readonly ByElementType: FSharpMap<string, int32>;
33
+ readonly CodeExtraction: { BySource: { Description: int32, Generated: int32, Name: int32 }, Extracted: int32, Generated: int32, Regex: string };
34
+ constructor(TotalForms: int32, WithCodes: int32, WithSyntheticCodes: int32, WithScoring: int32, WithSignature: int32, ByUsage: FSharpMap<string, int32>, ByElementType: FSharpMap<string, int32>, CodeExtraction: { BySource: { Description: int32, Generated: int32, Name: int32 }, Extracted: int32, Generated: int32, Regex: string }) {
35
+ super();
36
+ this.TotalForms = (TotalForms | 0);
37
+ this.WithCodes = (WithCodes | 0);
38
+ this.WithSyntheticCodes = (WithSyntheticCodes | 0);
39
+ this.WithScoring = (WithScoring | 0);
40
+ this.WithSignature = (WithSignature | 0);
41
+ this.ByUsage = ByUsage;
42
+ this.ByElementType = ByElementType;
43
+ this.CodeExtraction = CodeExtraction;
44
+ }
45
+ }
46
+
47
+ export function TemplateCollectionStats_$reflection(): TypeInfo {
48
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.TemplateCollectionStats", [], TemplateCollectionStats, () => [["TotalForms", int32_type], ["WithCodes", int32_type], ["WithSyntheticCodes", int32_type], ["WithScoring", int32_type], ["WithSignature", int32_type], ["ByUsage", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["ByElementType", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["CodeExtraction", anonRecord_type(["BySource", anonRecord_type(["Description", int32_type], ["Generated", int32_type], ["Name", int32_type])], ["Extracted", int32_type], ["Generated", int32_type], ["Regex", string_type])]]);
49
+ }
50
+
51
+ export class EncounterTypes extends Record implements IEquatable<EncounterTypes>, IComparable<EncounterTypes> {
52
+ readonly Medical: boolean;
53
+ readonly Mental: boolean;
54
+ readonly Dental: boolean;
55
+ readonly Other: boolean;
56
+ constructor(Medical: boolean, Mental: boolean, Dental: boolean, Other: boolean) {
57
+ super();
58
+ this.Medical = Medical;
59
+ this.Mental = Mental;
60
+ this.Dental = Dental;
61
+ this.Other = Other;
62
+ }
63
+ }
64
+
65
+ export function EncounterTypes_$reflection(): TypeInfo {
66
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.EncounterTypes", [], EncounterTypes, () => [["Medical", bool_type], ["Mental", bool_type], ["Dental", bool_type], ["Other", bool_type]]);
67
+ }
68
+
69
+ export class EnrichedTemplate extends Record implements IEquatable<EnrichedTemplate>, IComparable<EnrichedTemplate> {
70
+ readonly FormId: int32;
71
+ readonly FormCode: string;
72
+ readonly FormCodeSource: string;
73
+ readonly Name: string;
74
+ readonly Description: string;
75
+ readonly CurrentVersionId: int32;
76
+ readonly IsIntake: boolean;
77
+ readonly Usage: string;
78
+ readonly EncounterTypes: EncounterTypes;
79
+ readonly RequiresSignature: boolean;
80
+ readonly StructureHash: string;
81
+ readonly ClinicalHash: string;
82
+ readonly CosmeticHash: string;
83
+ readonly ItemCount: int32;
84
+ readonly IsScored: boolean;
85
+ constructor(FormId: int32, FormCode: string, FormCodeSource: string, Name: string, Description: string, CurrentVersionId: int32, IsIntake: boolean, Usage: string, EncounterTypes: EncounterTypes, RequiresSignature: boolean, StructureHash: string, ClinicalHash: string, CosmeticHash: string, ItemCount: int32, IsScored: boolean) {
86
+ super();
87
+ this.FormId = (FormId | 0);
88
+ this.FormCode = FormCode;
89
+ this.FormCodeSource = FormCodeSource;
90
+ this.Name = Name;
91
+ this.Description = Description;
92
+ this.CurrentVersionId = (CurrentVersionId | 0);
93
+ this.IsIntake = IsIntake;
94
+ this.Usage = Usage;
95
+ this.EncounterTypes = EncounterTypes;
96
+ this.RequiresSignature = RequiresSignature;
97
+ this.StructureHash = StructureHash;
98
+ this.ClinicalHash = ClinicalHash;
99
+ this.CosmeticHash = CosmeticHash;
100
+ this.ItemCount = (ItemCount | 0);
101
+ this.IsScored = IsScored;
102
+ }
103
+ }
104
+
105
+ export function EnrichedTemplate_$reflection(): TypeInfo {
106
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.EnrichedTemplate", [], EnrichedTemplate, () => [["FormId", int32_type], ["FormCode", string_type], ["FormCodeSource", string_type], ["Name", string_type], ["Description", string_type], ["CurrentVersionId", int32_type], ["IsIntake", bool_type], ["Usage", string_type], ["EncounterTypes", EncounterTypes_$reflection()], ["RequiresSignature", bool_type], ["StructureHash", string_type], ["ClinicalHash", string_type], ["CosmeticHash", string_type], ["ItemCount", int32_type], ["IsScored", bool_type]]);
107
+ }
108
+
109
+ export class EnrichedTemplateCollection extends Record implements IEquatable<EnrichedTemplateCollection>, IComparable<EnrichedTemplateCollection> {
110
+ readonly Schema: string;
111
+ readonly Version: int32;
112
+ readonly GeneratedAt: Date;
113
+ readonly GeneratedFrom: string;
114
+ readonly CoreEmr: Option<{ AppVersion: string, SchemaRevision: string, SchemaVersion: string }>;
115
+ readonly Filter: string;
116
+ readonly FilterDescription: string;
117
+ readonly FormCount: int32;
118
+ readonly Forms: EnrichedTemplate[];
119
+ readonly ElementTypes: FSharpMap<string, ElementType>;
120
+ readonly Stats: TemplateCollectionStats;
121
+ constructor(Schema: string, Version: int32, GeneratedAt: Date, GeneratedFrom: string, CoreEmr: Option<{ AppVersion: string, SchemaRevision: string, SchemaVersion: string }>, Filter: string, FilterDescription: string, FormCount: int32, Forms: EnrichedTemplate[], ElementTypes: FSharpMap<string, ElementType>, Stats: TemplateCollectionStats) {
122
+ super();
123
+ this.Schema = Schema;
124
+ this.Version = (Version | 0);
125
+ this.GeneratedAt = GeneratedAt;
126
+ this.GeneratedFrom = GeneratedFrom;
127
+ this.CoreEmr = CoreEmr;
128
+ this.Filter = Filter;
129
+ this.FilterDescription = FilterDescription;
130
+ this.FormCount = (FormCount | 0);
131
+ this.Forms = Forms;
132
+ this.ElementTypes = ElementTypes;
133
+ this.Stats = Stats;
134
+ }
135
+ }
136
+
137
+ export function EnrichedTemplateCollection_$reflection(): TypeInfo {
138
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.EnrichedTemplateCollection", [], EnrichedTemplateCollection, () => [["Schema", string_type], ["Version", int32_type], ["GeneratedAt", class_type("System.DateTimeOffset")], ["GeneratedFrom", string_type], ["CoreEmr", option_type(anonRecord_type(["AppVersion", string_type], ["SchemaRevision", string_type], ["SchemaVersion", string_type]))], ["Filter", string_type], ["FilterDescription", string_type], ["FormCount", int32_type], ["Forms", array_type(EnrichedTemplate_$reflection())], ["ElementTypes", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, ElementType_$reflection()])], ["Stats", TemplateCollectionStats_$reflection()]]);
139
+ }
140
+
141
+ export class EnrichedTemplateResponse extends Record implements IEquatable<EnrichedTemplateResponse>, IComparable<EnrichedTemplateResponse> {
142
+ readonly Success: boolean;
143
+ readonly Data: Option<EnrichedTemplateCollection>;
144
+ readonly Error: Option<string>;
145
+ readonly Timestamp: Option<Date>;
146
+ constructor(Success: boolean, Data: Option<EnrichedTemplateCollection>, Error$: Option<string>, Timestamp: Option<Date>) {
147
+ super();
148
+ this.Success = Success;
149
+ this.Data = Data;
150
+ this.Error = Error$;
151
+ this.Timestamp = Timestamp;
152
+ }
153
+ }
154
+
155
+ export function EnrichedTemplateResponse_$reflection(): TypeInfo {
156
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.EnrichedTemplateResponse", [], EnrichedTemplateResponse, () => [["Success", bool_type], ["Data", option_type(EnrichedTemplateCollection_$reflection())], ["Error", option_type(string_type)], ["Timestamp", option_type(class_type("System.DateTimeOffset"))]]);
157
+ }
158
+
159
+ export class FormChoice extends Record implements IEquatable<FormChoice> {
160
+ readonly ChoiceId: int32;
161
+ readonly Text: string;
162
+ readonly Value: any;
163
+ readonly Score: Option<int32>;
164
+ readonly IsOther: Option<boolean>;
165
+ constructor(ChoiceId: int32, Text$: string, Value: any, Score: Option<int32>, IsOther: Option<boolean>) {
166
+ super();
167
+ this.ChoiceId = (ChoiceId | 0);
168
+ this.Text = Text$;
169
+ this.Value = Value;
170
+ this.Score = Score;
171
+ this.IsOther = IsOther;
172
+ }
173
+ }
174
+
175
+ export function FormChoice_$reflection(): TypeInfo {
176
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormChoice", [], FormChoice, () => [["ChoiceId", int32_type], ["Text", string_type], ["Value", obj_type], ["Score", option_type(int32_type)], ["IsOther", option_type(bool_type)]]);
177
+ }
178
+
179
+ export class ItemValidation extends Record implements IEquatable<ItemValidation>, IComparable<ItemValidation> {
180
+ readonly Type: string;
181
+ readonly Pattern: Option<string>;
182
+ readonly Min: Option<float64>;
183
+ readonly Max: Option<float64>;
184
+ readonly Message: Option<string>;
185
+ constructor(Type: string, Pattern: Option<string>, Min: Option<float64>, Max: Option<float64>, Message: Option<string>) {
186
+ super();
187
+ this.Type = Type;
188
+ this.Pattern = Pattern;
189
+ this.Min = Min;
190
+ this.Max = Max;
191
+ this.Message = Message;
192
+ }
193
+ }
194
+
195
+ export function ItemValidation_$reflection(): TypeInfo {
196
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ItemValidation", [], ItemValidation, () => [["Type", string_type], ["Pattern", option_type(string_type)], ["Min", option_type(float64_type)], ["Max", option_type(float64_type)], ["Message", option_type(string_type)]]);
197
+ }
198
+
199
+ export class ConditionalRule extends Record implements IEquatable<ConditionalRule> {
200
+ readonly ItemId: int32;
201
+ readonly Operator: string;
202
+ readonly Value: any;
203
+ constructor(ItemId: int32, Operator: string, Value: any) {
204
+ super();
205
+ this.ItemId = (ItemId | 0);
206
+ this.Operator = Operator;
207
+ this.Value = Value;
208
+ }
209
+ }
210
+
211
+ export function ConditionalRule_$reflection(): TypeInfo {
212
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ConditionalRule", [], ConditionalRule, () => [["ItemId", int32_type], ["Operator", string_type], ["Value", obj_type]]);
213
+ }
214
+
215
+ export class FormItem extends Record implements IEquatable<FormItem> {
216
+ readonly ItemId: int32;
217
+ readonly StepId: int32;
218
+ readonly ItemOrder: int32;
219
+ readonly ItemType: int32;
220
+ readonly ItemTypeCode: string;
221
+ readonly Prompt: string;
222
+ readonly HelpText: Option<string>;
223
+ readonly Required: boolean;
224
+ readonly Choices: Option<FormChoice[]>;
225
+ readonly Validation: Option<ItemValidation>;
226
+ readonly ConditionalOn: Option<ConditionalRule>;
227
+ constructor(ItemId: int32, StepId: int32, ItemOrder: int32, ItemType: int32, ItemTypeCode: string, Prompt: string, HelpText: Option<string>, Required: boolean, Choices: Option<FormChoice[]>, Validation: Option<ItemValidation>, ConditionalOn: Option<ConditionalRule>) {
228
+ super();
229
+ this.ItemId = (ItemId | 0);
230
+ this.StepId = (StepId | 0);
231
+ this.ItemOrder = (ItemOrder | 0);
232
+ this.ItemType = (ItemType | 0);
233
+ this.ItemTypeCode = ItemTypeCode;
234
+ this.Prompt = Prompt;
235
+ this.HelpText = HelpText;
236
+ this.Required = Required;
237
+ this.Choices = Choices;
238
+ this.Validation = Validation;
239
+ this.ConditionalOn = ConditionalOn;
240
+ }
241
+ }
242
+
243
+ export function FormItem_$reflection(): TypeInfo {
244
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormItem", [], FormItem, () => [["ItemId", int32_type], ["StepId", int32_type], ["ItemOrder", int32_type], ["ItemType", int32_type], ["ItemTypeCode", string_type], ["Prompt", string_type], ["HelpText", option_type(string_type)], ["Required", bool_type], ["Choices", option_type(array_type(FormChoice_$reflection()))], ["Validation", option_type(ItemValidation_$reflection())], ["ConditionalOn", option_type(ConditionalRule_$reflection())]]);
245
+ }
246
+
247
+ export class FormStep extends Record implements IEquatable<FormStep>, IComparable<FormStep> {
248
+ readonly StepId: int32;
249
+ readonly StepOrder: int32;
250
+ readonly Title: string;
251
+ readonly Description: Option<string>;
252
+ readonly ItemCount: int32;
253
+ constructor(StepId: int32, StepOrder: int32, Title: string, Description: Option<string>, ItemCount: int32) {
254
+ super();
255
+ this.StepId = (StepId | 0);
256
+ this.StepOrder = (StepOrder | 0);
257
+ this.Title = Title;
258
+ this.Description = Description;
259
+ this.ItemCount = (ItemCount | 0);
260
+ }
261
+ }
262
+
263
+ export function FormStep_$reflection(): TypeInfo {
264
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormStep", [], FormStep, () => [["StepId", int32_type], ["StepOrder", int32_type], ["Title", string_type], ["Description", option_type(string_type)], ["ItemCount", int32_type]]);
265
+ }
266
+
267
+ export class ScoreCategory extends Record implements IEquatable<ScoreCategory>, IComparable<ScoreCategory> {
268
+ readonly Name: string;
269
+ readonly MinScore: int32;
270
+ readonly MaxScore: int32;
271
+ readonly Severity: string;
272
+ readonly Interpretation: string;
273
+ constructor(Name: string, MinScore: int32, MaxScore: int32, Severity: string, Interpretation: string) {
274
+ super();
275
+ this.Name = Name;
276
+ this.MinScore = (MinScore | 0);
277
+ this.MaxScore = (MaxScore | 0);
278
+ this.Severity = Severity;
279
+ this.Interpretation = Interpretation;
280
+ }
281
+ }
282
+
283
+ export function ScoreCategory_$reflection(): TypeInfo {
284
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ScoreCategory", [], ScoreCategory, () => [["Name", string_type], ["MinScore", int32_type], ["MaxScore", int32_type], ["Severity", string_type], ["Interpretation", string_type]]);
285
+ }
286
+
287
+ export class ScoringConfig extends Record implements IEquatable<ScoringConfig>, IComparable<ScoringConfig> {
288
+ readonly Enabled: boolean;
289
+ readonly TotalPossible: int32;
290
+ readonly Categories: Option<ScoreCategory[]>;
291
+ readonly Interpretation: Option<string>;
292
+ constructor(Enabled: boolean, TotalPossible: int32, Categories: Option<ScoreCategory[]>, Interpretation: Option<string>) {
293
+ super();
294
+ this.Enabled = Enabled;
295
+ this.TotalPossible = (TotalPossible | 0);
296
+ this.Categories = Categories;
297
+ this.Interpretation = Interpretation;
298
+ }
299
+ }
300
+
301
+ export function ScoringConfig_$reflection(): TypeInfo {
302
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ScoringConfig", [], ScoringConfig, () => [["Enabled", bool_type], ["TotalPossible", int32_type], ["Categories", option_type(array_type(ScoreCategory_$reflection()))], ["Interpretation", option_type(string_type)]]);
303
+ }
304
+
305
+ export class ValidationRules extends Record implements IEquatable<ValidationRules>, IComparable<ValidationRules> {
306
+ readonly RequireAllRequired: boolean;
307
+ readonly AllowPartialSubmit: boolean;
308
+ readonly CustomRules: Option<string[]>;
309
+ constructor(RequireAllRequired: boolean, AllowPartialSubmit: boolean, CustomRules: Option<string[]>) {
310
+ super();
311
+ this.RequireAllRequired = RequireAllRequired;
312
+ this.AllowPartialSubmit = AllowPartialSubmit;
313
+ this.CustomRules = CustomRules;
314
+ }
315
+ }
316
+
317
+ export function ValidationRules_$reflection(): TypeInfo {
318
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ValidationRules", [], ValidationRules, () => [["RequireAllRequired", bool_type], ["AllowPartialSubmit", bool_type], ["CustomRules", option_type(array_type(string_type))]]);
319
+ }
320
+
321
+ export class CoreMRError extends Record implements IEquatable<CoreMRError> {
322
+ readonly Success: boolean;
323
+ readonly Error: string;
324
+ readonly Details: Option<any>;
325
+ readonly Timestamp: Date;
326
+ readonly Path: Option<string>;
327
+ constructor(Success: boolean, Error$: string, Details: Option<any>, Timestamp: Date, Path: Option<string>) {
328
+ super();
329
+ this.Success = Success;
330
+ this.Error = Error$;
331
+ this.Details = Details;
332
+ this.Timestamp = Timestamp;
333
+ this.Path = Path;
334
+ }
335
+ }
336
+
337
+ export function CoreMRError_$reflection(): TypeInfo {
338
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRError", [], CoreMRError, () => [["Success", bool_type], ["Error", string_type], ["Details", option_type(obj_type)], ["Timestamp", class_type("System.DateTimeOffset")], ["Path", option_type(string_type)]]);
339
+ }
340
+
341
+ export class ValidationError extends Record implements IEquatable<ValidationError>, IComparable<ValidationError> {
342
+ readonly Field: string;
343
+ readonly Message: string;
344
+ readonly Code: string;
345
+ constructor(Field: string, Message: string, Code: string) {
346
+ super();
347
+ this.Field = Field;
348
+ this.Message = Message;
349
+ this.Code = Code;
350
+ }
351
+ }
352
+
353
+ export function ValidationError_$reflection(): TypeInfo {
354
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.ValidationError", [], ValidationError, () => [["Field", string_type], ["Message", string_type], ["Code", string_type]]);
355
+ }
356
+
357
+ export class CoreMRValidationError extends Record implements IEquatable<CoreMRValidationError>, IComparable<CoreMRValidationError> {
358
+ readonly Success: boolean;
359
+ readonly Error: string;
360
+ readonly ValidationErrors: ValidationError[];
361
+ readonly Timestamp: Date;
362
+ constructor(Success: boolean, Error$: string, ValidationErrors: ValidationError[], Timestamp: Date) {
363
+ super();
364
+ this.Success = Success;
365
+ this.Error = Error$;
366
+ this.ValidationErrors = ValidationErrors;
367
+ this.Timestamp = Timestamp;
368
+ }
369
+ }
370
+
371
+ export function CoreMRValidationError_$reflection(): TypeInfo {
372
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRValidationError", [], CoreMRValidationError, () => [["Success", bool_type], ["Error", string_type], ["ValidationErrors", array_type(ValidationError_$reflection())], ["Timestamp", class_type("System.DateTimeOffset")]]);
373
+ }
374
+
375
+ export class CoreMRFormMetadata extends Record implements IEquatable<CoreMRFormMetadata>, IComparable<CoreMRFormMetadata> {
376
+ readonly FormId: int32;
377
+ readonly FormName: string;
378
+ readonly Description: Option<string>;
379
+ readonly VersionId: int32;
380
+ readonly VersionNumber: int32;
381
+ readonly DatePublished: Option<Date>;
382
+ readonly RequiresSignature: boolean;
383
+ readonly IsIntake: boolean;
384
+ readonly Keywords: string;
385
+ readonly HideDemos: string;
386
+ constructor(FormId: int32, FormName: string, Description: Option<string>, VersionId: int32, VersionNumber: int32, DatePublished: Option<Date>, RequiresSignature: boolean, IsIntake: boolean, Keywords: string, HideDemos: string) {
387
+ super();
388
+ this.FormId = (FormId | 0);
389
+ this.FormName = FormName;
390
+ this.Description = Description;
391
+ this.VersionId = (VersionId | 0);
392
+ this.VersionNumber = (VersionNumber | 0);
393
+ this.DatePublished = DatePublished;
394
+ this.RequiresSignature = RequiresSignature;
395
+ this.IsIntake = IsIntake;
396
+ this.Keywords = Keywords;
397
+ this.HideDemos = HideDemos;
398
+ }
399
+ }
400
+
401
+ export function CoreMRFormMetadata_$reflection(): TypeInfo {
402
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRFormMetadata", [], CoreMRFormMetadata, () => [["FormId", int32_type], ["FormName", string_type], ["Description", option_type(string_type)], ["VersionId", int32_type], ["VersionNumber", int32_type], ["DatePublished", option_type(class_type("System.DateTime"))], ["RequiresSignature", bool_type], ["IsIntake", bool_type], ["Keywords", string_type], ["HideDemos", string_type]]);
403
+ }
404
+
405
+ export class CoreMRItem extends Record implements IEquatable<CoreMRItem>, IComparable<CoreMRItem> {
406
+ readonly ItemId: int32;
407
+ readonly Sequence: int32;
408
+ readonly NestingLevel: int32;
409
+ readonly SequenceText: Option<string>;
410
+ readonly ItemTypeId: int32;
411
+ readonly ItemTypeName: string;
412
+ readonly HasChoices: boolean;
413
+ readonly HasText: boolean;
414
+ readonly HasDate: boolean;
415
+ readonly Label: string;
416
+ readonly IsRequired: boolean;
417
+ readonly GenderRequired: Option<string>;
418
+ readonly Highlight: Option<string>;
419
+ readonly Code: Option<string>;
420
+ readonly Uuid: Option<string>;
421
+ readonly ParentId: Option<int32>;
422
+ readonly ChildId: Option<int32>;
423
+ readonly ValidatorChoices: int32;
424
+ readonly ValidatorText: int32;
425
+ readonly ValidatorMsg: Option<string>;
426
+ constructor(ItemId: int32, Sequence: int32, NestingLevel: int32, SequenceText: Option<string>, ItemTypeId: int32, ItemTypeName: string, HasChoices: boolean, HasText: boolean, HasDate: boolean, Label: string, IsRequired: boolean, GenderRequired: Option<string>, Highlight: Option<string>, Code: Option<string>, Uuid: Option<string>, ParentId: Option<int32>, ChildId: Option<int32>, ValidatorChoices: int32, ValidatorText: int32, ValidatorMsg: Option<string>) {
427
+ super();
428
+ this.ItemId = (ItemId | 0);
429
+ this.Sequence = (Sequence | 0);
430
+ this.NestingLevel = (NestingLevel | 0);
431
+ this.SequenceText = SequenceText;
432
+ this.ItemTypeId = (ItemTypeId | 0);
433
+ this.ItemTypeName = ItemTypeName;
434
+ this.HasChoices = HasChoices;
435
+ this.HasText = HasText;
436
+ this.HasDate = HasDate;
437
+ this.Label = Label;
438
+ this.IsRequired = IsRequired;
439
+ this.GenderRequired = GenderRequired;
440
+ this.Highlight = Highlight;
441
+ this.Code = Code;
442
+ this.Uuid = Uuid;
443
+ this.ParentId = ParentId;
444
+ this.ChildId = ChildId;
445
+ this.ValidatorChoices = (ValidatorChoices | 0);
446
+ this.ValidatorText = (ValidatorText | 0);
447
+ this.ValidatorMsg = ValidatorMsg;
448
+ }
449
+ }
450
+
451
+ export function CoreMRItem_$reflection(): TypeInfo {
452
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRItem", [], CoreMRItem, () => [["ItemId", int32_type], ["Sequence", int32_type], ["NestingLevel", int32_type], ["SequenceText", option_type(string_type)], ["ItemTypeId", int32_type], ["ItemTypeName", string_type], ["HasChoices", bool_type], ["HasText", bool_type], ["HasDate", bool_type], ["Label", string_type], ["IsRequired", bool_type], ["GenderRequired", option_type(string_type)], ["Highlight", option_type(string_type)], ["Code", option_type(string_type)], ["Uuid", option_type(string_type)], ["ParentId", option_type(int32_type)], ["ChildId", option_type(int32_type)], ["ValidatorChoices", int32_type], ["ValidatorText", int32_type], ["ValidatorMsg", option_type(string_type)]]);
453
+ }
454
+
455
+ export class CoreMRChoice extends Record implements IEquatable<CoreMRChoice>, IComparable<CoreMRChoice> {
456
+ readonly ChoiceId: int32;
457
+ readonly ItemId: int32;
458
+ readonly Sequence: int32;
459
+ readonly Text: string;
460
+ readonly Score: int32;
461
+ readonly BitPosition: Option<int32>;
462
+ readonly Code: Option<string>;
463
+ readonly Highlight: Option<string>;
464
+ constructor(ChoiceId: int32, ItemId: int32, Sequence: int32, Text$: string, Score: int32, BitPosition: Option<int32>, Code: Option<string>, Highlight: Option<string>) {
465
+ super();
466
+ this.ChoiceId = (ChoiceId | 0);
467
+ this.ItemId = (ItemId | 0);
468
+ this.Sequence = (Sequence | 0);
469
+ this.Text = Text$;
470
+ this.Score = (Score | 0);
471
+ this.BitPosition = BitPosition;
472
+ this.Code = Code;
473
+ this.Highlight = Highlight;
474
+ }
475
+ }
476
+
477
+ export function CoreMRChoice_$reflection(): TypeInfo {
478
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRChoice", [], CoreMRChoice, () => [["ChoiceId", int32_type], ["ItemId", int32_type], ["Sequence", int32_type], ["Text", string_type], ["Score", int32_type], ["BitPosition", option_type(int32_type)], ["Code", option_type(string_type)], ["Highlight", option_type(string_type)]]);
479
+ }
480
+
481
+ export class CoreMRTriggerCondition extends Record implements IEquatable<CoreMRTriggerCondition>, IComparable<CoreMRTriggerCondition> {
482
+ readonly ConditionId: int32;
483
+ readonly TriggerId: int32;
484
+ readonly ChangeType: Option<string>;
485
+ readonly Placement: Option<string>;
486
+ readonly Operator: string;
487
+ readonly Answers: FSharpList<int32>;
488
+ constructor(ConditionId: int32, TriggerId: int32, ChangeType: Option<string>, Placement: Option<string>, Operator: string, Answers: FSharpList<int32>) {
489
+ super();
490
+ this.ConditionId = (ConditionId | 0);
491
+ this.TriggerId = (TriggerId | 0);
492
+ this.ChangeType = ChangeType;
493
+ this.Placement = Placement;
494
+ this.Operator = Operator;
495
+ this.Answers = Answers;
496
+ }
497
+ }
498
+
499
+ export function CoreMRTriggerCondition_$reflection(): TypeInfo {
500
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRTriggerCondition", [], CoreMRTriggerCondition, () => [["ConditionId", int32_type], ["TriggerId", int32_type], ["ChangeType", option_type(string_type)], ["Placement", option_type(string_type)], ["Operator", string_type], ["Answers", list_type(int32_type)]]);
501
+ }
502
+
503
+ export class CoreMRTriggerEvent extends Record implements IEquatable<CoreMRTriggerEvent>, IComparable<CoreMRTriggerEvent> {
504
+ readonly EventId: int32;
505
+ readonly TriggerId: int32;
506
+ readonly EventType: string;
507
+ readonly EventParams: FSharpMap<string, string>;
508
+ constructor(EventId: int32, TriggerId: int32, EventType: string, EventParams: FSharpMap<string, string>) {
509
+ super();
510
+ this.EventId = (EventId | 0);
511
+ this.TriggerId = (TriggerId | 0);
512
+ this.EventType = EventType;
513
+ this.EventParams = EventParams;
514
+ }
515
+ }
516
+
517
+ export function CoreMRTriggerEvent_$reflection(): TypeInfo {
518
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRTriggerEvent", [], CoreMRTriggerEvent, () => [["EventId", int32_type], ["TriggerId", int32_type], ["EventType", string_type], ["EventParams", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, string_type])]]);
519
+ }
520
+
521
+ export class CoreMRTrigger extends Record implements IEquatable<CoreMRTrigger>, IComparable<CoreMRTrigger> {
522
+ readonly TriggerId: int32;
523
+ readonly TargetItemId: int32;
524
+ readonly TriggerOn: string;
525
+ readonly TriggerOrder: int32;
526
+ readonly ExclusiveTag: string;
527
+ readonly Active: boolean;
528
+ readonly Conditions: FSharpList<CoreMRTriggerCondition>;
529
+ readonly Events: FSharpList<CoreMRTriggerEvent>;
530
+ constructor(TriggerId: int32, TargetItemId: int32, TriggerOn: string, TriggerOrder: int32, ExclusiveTag: string, Active: boolean, Conditions: FSharpList<CoreMRTriggerCondition>, Events: FSharpList<CoreMRTriggerEvent>) {
531
+ super();
532
+ this.TriggerId = (TriggerId | 0);
533
+ this.TargetItemId = (TargetItemId | 0);
534
+ this.TriggerOn = TriggerOn;
535
+ this.TriggerOrder = (TriggerOrder | 0);
536
+ this.ExclusiveTag = ExclusiveTag;
537
+ this.Active = Active;
538
+ this.Conditions = Conditions;
539
+ this.Events = Events;
540
+ }
541
+ }
542
+
543
+ export function CoreMRTrigger_$reflection(): TypeInfo {
544
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRTrigger", [], CoreMRTrigger, () => [["TriggerId", int32_type], ["TargetItemId", int32_type], ["TriggerOn", string_type], ["TriggerOrder", int32_type], ["ExclusiveTag", string_type], ["Active", bool_type], ["Conditions", list_type(CoreMRTriggerCondition_$reflection())], ["Events", list_type(CoreMRTriggerEvent_$reflection())]]);
545
+ }
546
+
547
+ export class CoreMRTag extends Record implements IEquatable<CoreMRTag>, IComparable<CoreMRTag> {
548
+ readonly TagId: int32;
549
+ readonly TagName: string;
550
+ readonly Facility: int32;
551
+ readonly Active: boolean;
552
+ constructor(TagId: int32, TagName: string, Facility: int32, Active: boolean) {
553
+ super();
554
+ this.TagId = (TagId | 0);
555
+ this.TagName = TagName;
556
+ this.Facility = (Facility | 0);
557
+ this.Active = Active;
558
+ }
559
+ }
560
+
561
+ export function CoreMRTag_$reflection(): TypeInfo {
562
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRTag", [], CoreMRTag, () => [["TagId", int32_type], ["TagName", string_type], ["Facility", int32_type], ["Active", bool_type]]);
563
+ }
564
+
565
+ export class CoreMRFormData extends Record implements IEquatable<CoreMRFormData>, IComparable<CoreMRFormData> {
566
+ readonly Metadata: CoreMRFormMetadata;
567
+ readonly Items: FSharpList<CoreMRItem>;
568
+ readonly Choices: FSharpList<CoreMRChoice>;
569
+ readonly Triggers: FSharpList<CoreMRTrigger>;
570
+ readonly Tags: FSharpList<CoreMRTag>;
571
+ constructor(Metadata: CoreMRFormMetadata, Items: FSharpList<CoreMRItem>, Choices: FSharpList<CoreMRChoice>, Triggers: FSharpList<CoreMRTrigger>, Tags: FSharpList<CoreMRTag>) {
572
+ super();
573
+ this.Metadata = Metadata;
574
+ this.Items = Items;
575
+ this.Choices = Choices;
576
+ this.Triggers = Triggers;
577
+ this.Tags = Tags;
578
+ }
579
+ }
580
+
581
+ export function CoreMRFormData_$reflection(): TypeInfo {
582
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRFormData", [], CoreMRFormData, () => [["Metadata", CoreMRFormMetadata_$reflection()], ["Items", list_type(CoreMRItem_$reflection())], ["Choices", list_type(CoreMRChoice_$reflection())], ["Triggers", list_type(CoreMRTrigger_$reflection())], ["Tags", list_type(CoreMRTag_$reflection())]]);
583
+ }
584
+
585
+ export class CoreMRFormDetail extends Record implements IEquatable<CoreMRFormDetail>, IComparable<CoreMRFormDetail> {
586
+ readonly Metadata: CoreMRFormMetadata;
587
+ readonly Items: FSharpList<CoreMRItem>;
588
+ readonly Choices: FSharpList<CoreMRChoice>;
589
+ readonly Triggers: FSharpList<CoreMRTrigger>;
590
+ readonly Tags: FSharpList<CoreMRTag>;
591
+ readonly SemanticReport: Option<string>;
592
+ constructor(Metadata: CoreMRFormMetadata, Items: FSharpList<CoreMRItem>, Choices: FSharpList<CoreMRChoice>, Triggers: FSharpList<CoreMRTrigger>, Tags: FSharpList<CoreMRTag>, SemanticReport: Option<string>) {
593
+ super();
594
+ this.Metadata = Metadata;
595
+ this.Items = Items;
596
+ this.Choices = Choices;
597
+ this.Triggers = Triggers;
598
+ this.Tags = Tags;
599
+ this.SemanticReport = SemanticReport;
600
+ }
601
+ }
602
+
603
+ export function CoreMRFormDetail_$reflection(): TypeInfo {
604
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRFormDetail", [], CoreMRFormDetail, () => [["Metadata", CoreMRFormMetadata_$reflection()], ["Items", list_type(CoreMRItem_$reflection())], ["Choices", list_type(CoreMRChoice_$reflection())], ["Triggers", list_type(CoreMRTrigger_$reflection())], ["Tags", list_type(CoreMRTag_$reflection())], ["SemanticReport", option_type(string_type)]]);
605
+ }
606
+
607
+ export class FormDetailResponse extends Record implements IEquatable<FormDetailResponse>, IComparable<FormDetailResponse> {
608
+ readonly Success: boolean;
609
+ readonly Data: Option<CoreMRFormDetail>;
610
+ readonly Error: Option<string>;
611
+ readonly Timestamp: Option<Date>;
612
+ constructor(Success: boolean, Data: Option<CoreMRFormDetail>, Error$: Option<string>, Timestamp: Option<Date>) {
613
+ super();
614
+ this.Success = Success;
615
+ this.Data = Data;
616
+ this.Error = Error$;
617
+ this.Timestamp = Timestamp;
618
+ }
619
+ }
620
+
621
+ export function FormDetailResponse_$reflection(): TypeInfo {
622
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormDetailResponse", [], FormDetailResponse, () => [["Success", bool_type], ["Data", option_type(CoreMRFormDetail_$reflection())], ["Error", option_type(string_type)], ["Timestamp", option_type(class_type("System.DateTimeOffset"))]]);
623
+ }
624
+
625
+ export class PatientSummary extends Record implements IEquatable<PatientSummary>, IComparable<PatientSummary> {
626
+ readonly ExternalId: string;
627
+ readonly FirstName: string;
628
+ readonly LastName: string;
629
+ readonly DateOfBirth: Date;
630
+ readonly Status: string;
631
+ constructor(ExternalId: string, FirstName: string, LastName: string, DateOfBirth: Date, Status: string) {
632
+ super();
633
+ this.ExternalId = ExternalId;
634
+ this.FirstName = FirstName;
635
+ this.LastName = LastName;
636
+ this.DateOfBirth = DateOfBirth;
637
+ this.Status = Status;
638
+ }
639
+ }
640
+
641
+ export function PatientSummary_$reflection(): TypeInfo {
642
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.PatientSummary", [], PatientSummary, () => [["ExternalId", string_type], ["FirstName", string_type], ["LastName", string_type], ["DateOfBirth", class_type("System.DateTimeOffset")], ["Status", string_type]]);
643
+ }
644
+
645
+ export class PatientSearchResponse extends Record implements IEquatable<PatientSearchResponse>, IComparable<PatientSearchResponse> {
646
+ readonly Success: boolean;
647
+ readonly Data: PatientSummary[];
648
+ readonly Pagination: { HasMore: boolean, Limit: int32, Page: int32, Total: int32 };
649
+ constructor(Success: boolean, Data: PatientSummary[], Pagination: { HasMore: boolean, Limit: int32, Page: int32, Total: int32 }) {
650
+ super();
651
+ this.Success = Success;
652
+ this.Data = Data;
653
+ this.Pagination = Pagination;
654
+ }
655
+ }
656
+
657
+ export function PatientSearchResponse_$reflection(): TypeInfo {
658
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.PatientSearchResponse", [], PatientSearchResponse, () => [["Success", bool_type], ["Data", array_type(PatientSummary_$reflection())], ["Pagination", anonRecord_type(["HasMore", bool_type], ["Limit", int32_type], ["Page", int32_type], ["Total", int32_type])]]);
659
+ }
660
+
661
+ export class FormResponse extends Record implements IEquatable<FormResponse> {
662
+ readonly ItemId: int32;
663
+ readonly Value: any;
664
+ readonly Text: Option<string>;
665
+ readonly Score: Option<int32>;
666
+ constructor(ItemId: int32, Value: any, Text$: Option<string>, Score: Option<int32>) {
667
+ super();
668
+ this.ItemId = (ItemId | 0);
669
+ this.Value = Value;
670
+ this.Text = Text$;
671
+ this.Score = Score;
672
+ }
673
+ }
674
+
675
+ export function FormResponse_$reflection(): TypeInfo {
676
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormResponse", [], FormResponse, () => [["ItemId", int32_type], ["Value", obj_type], ["Text", option_type(string_type)], ["Score", option_type(int32_type)]]);
677
+ }
678
+
679
+ export class FormSubmissionRequest extends Record implements IEquatable<FormSubmissionRequest> {
680
+ readonly FormId: int32;
681
+ readonly FormName: string;
682
+ readonly ExternalId: string;
683
+ readonly Responses: FormResponse[];
684
+ readonly CompletedAt: Option<Date>;
685
+ readonly SubmittedBy: Option<string>;
686
+ constructor(FormId: int32, FormName: string, ExternalId: string, Responses: FormResponse[], CompletedAt: Option<Date>, SubmittedBy: Option<string>) {
687
+ super();
688
+ this.FormId = (FormId | 0);
689
+ this.FormName = FormName;
690
+ this.ExternalId = ExternalId;
691
+ this.Responses = Responses;
692
+ this.CompletedAt = CompletedAt;
693
+ this.SubmittedBy = SubmittedBy;
694
+ }
695
+ }
696
+
697
+ export function FormSubmissionRequest_$reflection(): TypeInfo {
698
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormSubmissionRequest", [], FormSubmissionRequest, () => [["FormId", int32_type], ["FormName", string_type], ["ExternalId", string_type], ["Responses", array_type(FormResponse_$reflection())], ["CompletedAt", option_type(class_type("System.DateTimeOffset"))], ["SubmittedBy", option_type(string_type)]]);
699
+ }
700
+
701
+ export class FormSubmissionResponse extends Record implements IEquatable<FormSubmissionResponse>, IComparable<FormSubmissionResponse> {
702
+ readonly Success: boolean;
703
+ readonly Data: Option<{ ExternalId: string, FormRecordId: string, Status: string, SubmittedAt: Date, ValidationErrors?: ValidationError[] }>;
704
+ constructor(Success: boolean, Data: Option<{ ExternalId: string, FormRecordId: string, Status: string, SubmittedAt: Date, ValidationErrors?: ValidationError[] }>) {
705
+ super();
706
+ this.Success = Success;
707
+ this.Data = Data;
708
+ }
709
+ }
710
+
711
+ export function FormSubmissionResponse_$reflection(): TypeInfo {
712
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.FormSubmissionResponse", [], FormSubmissionResponse, () => [["Success", bool_type], ["Data", option_type(anonRecord_type(["ExternalId", string_type], ["FormRecordId", string_type], ["Status", string_type], ["SubmittedAt", class_type("System.DateTimeOffset")], ["ValidationErrors", option_type(array_type(ValidationError_$reflection()))]))]]);
713
+ }
714
+
715
+ export class CorEmrTemplatesResponse extends Record implements IEquatable<CorEmrTemplatesResponse>, IComparable<CorEmrTemplatesResponse> {
716
+ readonly Success: boolean;
717
+ readonly Data: Option<EnrichedTemplateCollection>;
718
+ readonly Error: Option<string>;
719
+ constructor(Success: boolean, Data: Option<EnrichedTemplateCollection>, Error$: Option<string>) {
720
+ super();
721
+ this.Success = Success;
722
+ this.Data = Data;
723
+ this.Error = Error$;
724
+ }
725
+ }
726
+
727
+ export function CorEmrTemplatesResponse_$reflection(): TypeInfo {
728
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CorEmrTemplatesResponse", [], CorEmrTemplatesResponse, () => [["Success", bool_type], ["Data", option_type(EnrichedTemplateCollection_$reflection())], ["Error", option_type(string_type)]]);
729
+ }
730
+
731
+ export class TemplateDetailResponse extends Record implements IEquatable<TemplateDetailResponse>, IComparable<TemplateDetailResponse> {
732
+ readonly Success: boolean;
733
+ readonly Data: Option<CoreMRFormDetail>;
734
+ readonly Error: Option<string>;
735
+ constructor(Success: boolean, Data: Option<CoreMRFormDetail>, Error$: Option<string>) {
736
+ super();
737
+ this.Success = Success;
738
+ this.Data = Data;
739
+ this.Error = Error$;
740
+ }
741
+ }
742
+
743
+ export function TemplateDetailResponse_$reflection(): TypeInfo {
744
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.TemplateDetailResponse", [], TemplateDetailResponse, () => [["Success", bool_type], ["Data", option_type(CoreMRFormDetail_$reflection())], ["Error", option_type(string_type)]]);
745
+ }
746
+
747
+ export class CoreMREnhancementMetadata extends Record implements IEquatable<CoreMREnhancementMetadata>, IComparable<CoreMREnhancementMetadata> {
748
+ readonly SourceType: string;
749
+ readonly FormId: int32;
750
+ readonly FormName: string;
751
+ readonly StructureHash: string;
752
+ readonly ClinicalHash: string;
753
+ readonly VersionId: int32;
754
+ readonly ImportedFrom: string;
755
+ readonly ImportedAt: Date;
756
+ constructor(SourceType: string, FormId: int32, FormName: string, StructureHash: string, ClinicalHash: string, VersionId: int32, ImportedFrom: string, ImportedAt: Date) {
757
+ super();
758
+ this.SourceType = SourceType;
759
+ this.FormId = (FormId | 0);
760
+ this.FormName = FormName;
761
+ this.StructureHash = StructureHash;
762
+ this.ClinicalHash = ClinicalHash;
763
+ this.VersionId = (VersionId | 0);
764
+ this.ImportedFrom = ImportedFrom;
765
+ this.ImportedAt = ImportedAt;
766
+ }
767
+ }
768
+
769
+ export function CoreMREnhancementMetadata_$reflection(): TypeInfo {
770
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMREnhancementMetadata", [], CoreMREnhancementMetadata, () => [["SourceType", string_type], ["FormId", int32_type], ["FormName", string_type], ["StructureHash", string_type], ["ClinicalHash", string_type], ["VersionId", int32_type], ["ImportedFrom", string_type], ["ImportedAt", class_type("System.DateTimeOffset")]]);
771
+ }
772
+
773
+ export class CoreMRAdapterRelationship extends Record implements IEquatable<CoreMRAdapterRelationship>, IComparable<CoreMRAdapterRelationship> {
774
+ readonly BlueprintId: string;
775
+ readonly LineageRootId: string;
776
+ readonly TenantId: string;
777
+ readonly AdapterType: string;
778
+ readonly CoreMRAnchors: { ClinicalHash: string, FormId: int32, StructureHash: string, VersionId: int32 };
779
+ readonly Enhancement: { CreatedAt: Date, CreatedBy?: string, FailureReason?: string, SessionId: string, Status: string };
780
+ constructor(BlueprintId: string, LineageRootId: string, TenantId: string, AdapterType: string, CoreMRAnchors: { ClinicalHash: string, FormId: int32, StructureHash: string, VersionId: int32 }, Enhancement: { CreatedAt: Date, CreatedBy?: string, FailureReason?: string, SessionId: string, Status: string }) {
781
+ super();
782
+ this.BlueprintId = BlueprintId;
783
+ this.LineageRootId = LineageRootId;
784
+ this.TenantId = TenantId;
785
+ this.AdapterType = AdapterType;
786
+ this.CoreMRAnchors = CoreMRAnchors;
787
+ this.Enhancement = Enhancement;
788
+ }
789
+ }
790
+
791
+ export function CoreMRAdapterRelationship_$reflection(): TypeInfo {
792
+ return record_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRAdapterRelationship", [], CoreMRAdapterRelationship, () => [["BlueprintId", class_type("System.Guid")], ["LineageRootId", class_type("System.Guid")], ["TenantId", class_type("System.Guid")], ["AdapterType", string_type], ["CoreMRAnchors", anonRecord_type(["ClinicalHash", string_type], ["FormId", int32_type], ["StructureHash", string_type], ["VersionId", int32_type])], ["Enhancement", anonRecord_type(["CreatedAt", class_type("System.DateTimeOffset")], ["CreatedBy", option_type(string_type)], ["FailureReason", option_type(string_type)], ["SessionId", class_type("System.Guid")], ["Status", string_type])]]);
793
+ }
794
+
795
+ export type CoreMRResult$1_$union<T> =
796
+ | CoreMRResult$1<T, 0>
797
+ | CoreMRResult$1<T, 1>
798
+
799
+ export type CoreMRResult$1_$cases<T> = {
800
+ 0: ["Success", [T]],
801
+ 1: ["Failure", [CoreMRError]]
802
+ }
803
+
804
+ export function CoreMRResult$1_Success<T>(Item: T) {
805
+ return new CoreMRResult$1<T, 0>(0, [Item]);
806
+ }
807
+
808
+ export function CoreMRResult$1_Failure<T>(Item: CoreMRError) {
809
+ return new CoreMRResult$1<T, 1>(1, [Item]);
810
+ }
811
+
812
+ export class CoreMRResult$1<T, Tag extends keyof CoreMRResult$1_$cases<T>> extends Union<Tag, CoreMRResult$1_$cases<T>[Tag][0]> {
813
+ constructor(readonly tag: Tag, readonly fields: CoreMRResult$1_$cases<T>[Tag][1]) {
814
+ super();
815
+ }
816
+ cases() {
817
+ return ["Success", "Failure"];
818
+ }
819
+ }
820
+
821
+ export function CoreMRResult$1_$reflection(gen0: TypeInfo): TypeInfo {
822
+ return union_type("FormSpec.Integrations.CorEMR.CoreMRTypes.CoreMRResult`1", [gen0], CoreMRResult$1, () => [[["Item", gen0]], [["Item", CoreMRError_$reflection()]]]);
823
+ }
824
+
825
+ //# sourceMappingURL=CoreMRTypes.ts.map