class DaVinciPASTestKit::DaVinciPASV201::ServerInquireRequestPractitionerRoleMustSupportTest
def self.metadata
def self.metadata @metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end
def resource_type
def resource_type 'PractitionerRole' end
def resources_of_interest
def resources_of_interest collection = tagged_resources(INQUIRE_TAG).presence || all_scratch_resources collection.select { |res| res.resourceType == resource_type } end
def scratch_resources
def scratch_resources # The scratch key in MS test should be the same as the scratch key in the validation test for a given profile. scratch[:inquire_request_resources] ||= {} end
def user_input_validation
def user_input_validation true end