Class: ConceptQL::Nodes::ProcedureOccurrence
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
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
|