Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlee-mitre committed Nov 19, 2024
1 parent 674983d commit 57b6e0c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/inferno/dsl/fhir_evaluation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@

module Inferno
module DSL
# This module contains the methods needed to configure a validator to
# perform validation of FHIR resources. The actual validation is performed
# by an external FHIR validation service. Tests will typically rely on
# `assert_valid_resource` for validation rather than directly calling
# methods on a validator.
#
# @example
#
# validator do
# url 'http://example.com/validator'
# exclude_message { |message| message.type == 'info' }
# perform_additional_validation do |resource, profile_url|
# if something_is_wrong
# { type: 'error', message: 'something is wrong' }
# else
# { type: 'info', message: 'everything is ok' }
# end
# end
# end
module FHIREvaluation
class Evaluator
# @private
Expand Down

0 comments on commit 57b6e0c

Please sign in to comment.