@nsshunt/ststestrunner 1.1.61 → 1.1.63
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/ststestrunner.mjs
CHANGED
|
@@ -35788,12 +35788,9 @@ var WorkerFhirTestCases = class extends AbstractRunnerExecutionWorker {
|
|
|
35788
35788
|
this._resourceDataGenerator = new ResourceDataGenerator();
|
|
35789
35789
|
}
|
|
35790
35790
|
GetFhirClient = () => {
|
|
35791
|
-
if (this.fhirClient) console.log(chalk.yellow(`GetFhirClient: SET`));
|
|
35792
|
-
else console.log(chalk.yellow(`GetFhirClient: NO SET`));
|
|
35793
35791
|
return this.fhirClient;
|
|
35794
35792
|
};
|
|
35795
35793
|
SetFhirClient = (fhirClient) => {
|
|
35796
|
-
console.log(chalk.yellow(`SetFhirClient: *****************************************************************************`));
|
|
35797
35794
|
this.fhirClient = fhirClient;
|
|
35798
35795
|
};
|
|
35799
35796
|
get resourceDataGenerator() {
|