class ConceptQL::Operators::ObservationByEnttype

Public Instance Methods

concept_column() click to toggle source
# File lib/conceptql/operators/observation_by_enttype.rb, line 25
def concept_column
  :observation_concept_id
end
source_column() click to toggle source
# File lib/conceptql/operators/observation_by_enttype.rb, line 21
def source_column
  :observation_source_value
end
table() click to toggle source
# File lib/conceptql/operators/observation_by_enttype.rb, line 13
def table
  :observation
end
vocabulary_id() click to toggle source
# File lib/conceptql/operators/observation_by_enttype.rb, line 17
def vocabulary_id
  [206, 207]
end