Sha256: 517d1f70924c86416f578ca8a2c4ce151b2cbe39853383c2cc2bf284c51996a9

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

module Tnql #:nodoc: all
  module Nodes
    module GenderNode
      def meta_data_item
        { 'patient.sex' => { Tnql::EQUALS => gender.text_value == 'male' ? '1' : '2' } }
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tnql-1.1.2 lib/tnql/nodes/patient.rb
tnql-1.1.1 lib/tnql/nodes/patient.rb
tnql-1.1.0 lib/tnql/nodes/patient.rb
tnql-1.0.4 lib/tnql/nodes/patient.rb
tnql-1.0.3 lib/tnql/nodes/patient.rb
tnql-1.0.2 lib/tnql/nodes/patient.rb
tnql-1.0.1 lib/tnql/nodes/patient.rb
tnql-1.0.0 lib/tnql/nodes/patient.rb