@nsshunt/stsfhirclient 1.0.75 → 1.0.77
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/stsfhirclient.mjs
CHANGED
|
@@ -2434,12 +2434,12 @@ function unloadHandler() {
|
|
|
2434
2434
|
}
|
|
2435
2435
|
}
|
|
2436
2436
|
}
|
|
2437
|
-
const hasXHR2 = function() {
|
|
2437
|
+
const hasXHR2 = (function() {
|
|
2438
2438
|
const xhr = newRequest({
|
|
2439
2439
|
xdomain: false
|
|
2440
2440
|
});
|
|
2441
2441
|
return xhr && xhr.responseType !== null;
|
|
2442
|
-
}();
|
|
2442
|
+
})();
|
|
2443
2443
|
class XHR extends BaseXHR {
|
|
2444
2444
|
constructor(opts) {
|
|
2445
2445
|
super(opts);
|
|
@@ -5419,7 +5419,7 @@ class FhirClient {
|
|
|
5419
5419
|
__privateAdd(this, _options3);
|
|
5420
5420
|
__privateAdd(this, _DUMMY_USER, "USR_user01@stsmda.com.au");
|
|
5421
5421
|
//@@ needs to come from headers ??
|
|
5422
|
-
__privateAdd(this, _stsfhirapiroot, "/
|
|
5422
|
+
__privateAdd(this, _stsfhirapiroot, "/stsfhirv2/r5");
|
|
5423
5423
|
// Default value
|
|
5424
5424
|
__privateAdd(this, _fhirSocketClient);
|
|
5425
5425
|
__privateAdd(this, _LogDebugMessage, (message) => {
|