@nsshunt/stsfhirpg 1.2.3 → 1.2.4
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.mjs
CHANGED
|
@@ -11433,15 +11433,14 @@ class DBSearchIndex {
|
|
|
11433
11433
|
GetSearchParamFromResourceType = (resourceType, name) => {
|
|
11434
11434
|
return this.resourceHelper.GetSearchParamFromResourceType(resourceType, name);
|
|
11435
11435
|
};
|
|
11436
|
+
GetSearchParamFromResourceTypeUrl = (resourceType, url) => {
|
|
11437
|
+
return this.resourceHelper.GetSearchParamFromResourceTypeUrl(resourceType, url);
|
|
11438
|
+
};
|
|
11436
11439
|
/*
|
|
11437
|
-
|
|
11438
|
-
|
|
11439
|
-
|
|
11440
|
-
|
|
11441
|
-
GetPathsFromResourceType = (resourceType: string, name: string): string[] => {
|
|
11442
|
-
return this.resourceHelper.GetPathsFromResourceType(resourceType, name);
|
|
11443
|
-
}
|
|
11444
|
-
*/
|
|
11440
|
+
GetPathsFromResourceType = (resourceType: string, name: string): string[] => {
|
|
11441
|
+
return this.resourceHelper.GetPathsFromResourceType(resourceType, name);
|
|
11442
|
+
}
|
|
11443
|
+
*/
|
|
11445
11444
|
}
|
|
11446
11445
|
var lib$1 = { exports: {} };
|
|
11447
11446
|
var defaults = { exports: {} };
|