@nsshunt/stsfhirpg 1.2.9 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stsfhirpg.cjs +1 -0
- package/dist/stsfhirpg.cjs.map +1 -1
- package/dist/stsfhirpg.mjs +1 -0
- package/dist/stsfhirpg.mjs.map +1 -1
- package/package.json +1 -1
package/dist/stsfhirpg.cjs
CHANGED
|
@@ -7683,6 +7683,7 @@ class ResourceHelper {
|
|
|
7683
7683
|
this.#definitions.searchParametersByUrl[entry.fullUrl] = entry.resource;
|
|
7684
7684
|
});
|
|
7685
7685
|
await this._LoadSearchParameters();
|
|
7686
|
+
await this.PreLoadSearchParameterData();
|
|
7686
7687
|
return this.#definitions;
|
|
7687
7688
|
};
|
|
7688
7689
|
PreLoadSearchParameterData = async () => {
|