Class: ConceptQL::Nodes::ProcedureOccurrence

Inherits:
CastingNode show all
Defined in:
lib/conceptql/nodes/procedure_occurrence.rb

Constant Summary

Constants inherited from Node

Node::KNOWN_TYPES

Instance Attribute Summary

Attributes inherited from Node

#values

Instance Method Summary collapse

Methods inherited from CastingNode

#castables, #query, #types

Methods inherited from Node

#arguments, #children, #columns, #date_columns, #evaluate, #initialize, #select_it, #stream, #types

Constructor Details

This class inherits a constructor from ConceptQL::Nodes::Node

Instance Method Details

#i_point_atObject



10
11
12
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 10

def i_point_at
  [ :person ]
end

#my_typeObject



6
7
8
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 6

def my_type
  :procedure_occurrence
end

#these_point_at_meObject



14
15
16
17
18
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 14

def these_point_at_me
  %i[
    procedure_cost
  ]
end