Sha256: 7d44e34ff5655de8012dfe2bd0dc494c91c922027744aecfaa4ed6fc1875a1ff

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# frozen_string_literal: true

require_relative '../../export_kick_off_performer'
require_relative '../bulk_data_export_cancel_test'

module BulkDataTestKit
  module BulkDataV101
    class BulkDataPatientExportCancelGroup < Inferno::TestGroup
      id :bulk_data_patient_export_cancel_group
      title 'Patient Export Cancel Tests'
      description %(
        Verify that the Bulk Data server supports cancelling requested exports of all Patients.
        This group initiates a new export and immediately cancels it to verify
        correct behavior.
      )

      input :bearer_token
      input :bulk_server_url,
            title: 'Bulk Data FHIR URL',
            description: 'The URL of the Bulk FHIR server.'

      output :patient_cancelled_polling_url

      test from: :bulk_data_export_cancel,
           id: :bulk_data_patient_export_cancel,
           config: {
             outputs: { cancelled_polling_url: { name: :patient_cancelled_polling_url } },
             options: { resource_type: 'Patient', bulk_export_url: 'Patient/$export' }
           }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulk_data_test_kit-0.9.3 lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_cancel_group.rb
bulk_data_test_kit-0.9.2 lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_cancel_group.rb
bulk_data_test_kit-0.9.1 lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_cancel_group.rb
bulk_data_test_kit-0.9.0 lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_cancel_group.rb