Sha256: 5683294e77f422dd4c3f697b9399e0806fed56551388ee832fdd2e5ef4a53f06
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# frozen_string_literal: true require_relative '../../export_kick_off_performer' require_relative '../bulk_data_outputFormat_param_test' require_relative '../bulk_data_since_param_test' module BulkDataTestKit module BulkDataV200 class BulkDataSystemExportParameters < Inferno::TestGroup id :bulk_data_system_export_parameters_group title 'System Level Export Parameters Tests' description %( Verify that the Bulk Data server supports required query parameters for system level bulk data export. ) input :bearer_token, title: 'Bulk Data Authorization Bearer Token', description: 'The authorization bearer token for the Bulk FHIR server. If not required, leave blank.', optional: true test from: :output_format_in_export_response, id: :output_format_in_system_export_response, config: { options: { resource_type: 'system', bulk_export_url: '$export' } } test from: :since_in_export_response, id: :since_in_system_export_response, config: { options: { resource_type: 'system', bulk_export_url: '$export' } } end end end
Version data entries
2 entries across 2 versions & 1 rubygems