class BELParser::Language::Version1_0::Functions::Pathology

Pathology: Denotes a disease or pathology process

Constants

DESCRIPTION
LONG
O_ENC
RETURN_TYPE
SHORT
SIGNATURES

Public Class Methods

description() click to toggle source
# File lib/bel_parser/language/version1_0/functions/pathology.rb, line 32
def self.description
  DESCRIPTION
end
long() click to toggle source
# File lib/bel_parser/language/version1_0/functions/pathology.rb, line 24
def self.long
  LONG
end
return_type() click to toggle source
# File lib/bel_parser/language/version1_0/functions/pathology.rb, line 28
def self.return_type
  RETURN_TYPE
end
short() click to toggle source
# File lib/bel_parser/language/version1_0/functions/pathology.rb, line 20
def self.short
  SHORT
end
signatures() click to toggle source
# File lib/bel_parser/language/version1_0/functions/pathology.rb, line 36
def self.signatures
  SIGNATURES
end