@nsshunt/ststestrunner 1.0.58 → 1.0.59

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.
@@ -13275,7 +13275,7 @@ class TestCaseFhir02 extends TestCaseFhirBase {
13275
13275
  }
13276
13276
  const personRecord = this.GetPersonRecord(`${options.personPrefix}`, iteration);
13277
13277
  console.log(`***************************************************************`);
13278
- console.log(`ID: [${personRecord.id}]`);
13278
+ console.log(`case 02 ID: [${personRecord.id}]`);
13279
13279
  try {
13280
13280
  const retVal = await this.fhirClient.CreateResource("Person", personRecord, (error) => {
13281
13281
  this.LogErrorMessage(`test(POST /stsresource and query using filter): ${error}`);
@@ -13315,7 +13315,7 @@ class TestCaseFhir03 extends TestCaseFhirBase {
13315
13315
  }
13316
13316
  const personRecord = this.GetPersonRecord(`${options.personPrefix}`, iteration);
13317
13317
  console.log(`***************************************************************`);
13318
- console.log(`ID: [${personRecord.id}]`);
13318
+ console.log(`case 03 ID: [${personRecord.id}]`);
13319
13319
  const retVal = await this.fhirClient.GetResource("Person", personRecord.id, null, (error) => {
13320
13320
  this.LogErrorMessage(`test(POST /stsresource and query using filter): ${error}`);
13321
13321
  this.runner.instrumentData.errorCount++;
@@ -13543,6 +13543,8 @@ class TestCaseFhir09 extends TestCaseFhirBase {
13543
13543
  this.runner.instrumentData.message.push(chalk$1.green(`Iteration: [${iteration} #authUtilsNode(): Agent Reset`));
13544
13544
  }
13545
13545
  const personRecord = this.GetPersonRecord(`${options.personPrefix}`, iteration);
13546
+ console.log(`***************************************************************`);
13547
+ console.log(`case 09 ID: [${personRecord.id}]`);
13546
13548
  if (personRecord.text) {
13547
13549
  await this.fhirClient.DeleteResource("Person", personRecord.id, (error) => {
13548
13550
  this.LogErrorMessage(`test(POST /stsresource and query using filter): ${error}`);