@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.mjs
CHANGED
|
@@ -7681,6 +7681,7 @@ class ResourceHelper {
|
|
|
7681
7681
|
this.#definitions.searchParametersByUrl[entry.fullUrl] = entry.resource;
|
|
7682
7682
|
});
|
|
7683
7683
|
await this._LoadSearchParameters();
|
|
7684
|
+
await this.PreLoadSearchParameterData();
|
|
7684
7685
|
return this.#definitions;
|
|
7685
7686
|
};
|
|
7686
7687
|
PreLoadSearchParameterData = async () => {
|