Class: ConceptQL::Nodes::ProcedureOccurrence
- Inherits:
-
CastingNode
- Object
- Node
- CastingNode
- ConceptQL::Nodes::ProcedureOccurrence
- Defined in:
- lib/conceptql/nodes/procedure_occurrence.rb
Constant Summary
Constants inherited from Node
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from CastingNode
#castables, #query, #type, #types
Methods inherited from Node
#arguments, #children, #columns, #evaluate, #initialize, #select_it, #sql, #stream, #types
Constructor Details
This class inherits a constructor from ConceptQL::Nodes::Node
Instance Method Details
#i_point_at ⇒ Object
10 11 12 |
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 10 def i_point_at [ :person ] end |
#my_type ⇒ Object
6 7 8 |
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 6 def my_type :procedure_occurrence end |
#these_point_at_me ⇒ Object
14 15 16 17 18 |
# File 'lib/conceptql/nodes/procedure_occurrence.rb', line 14 def these_point_at_me i[ procedure_cost ] end |