Class: Infermedica::Condition

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/infermedica/conditions.rb

Overview

Condition

Represents an infermedica condition

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize

Instance Attribute Details

#acutenessObject (readonly)

Returns the value of attribute acuteness.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def acuteness
  @acuteness
end

#categoriesObject (readonly)

Returns the value of attribute categories.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def categories
  @categories
end

#extrasObject (readonly)

Returns the value of attribute extras.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def extras
  @extras
end

#idObject (readonly)

Returns the value of attribute id.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def name
  @name
end

#prevalenceObject (readonly)

Returns the value of attribute prevalence.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def prevalence
  @prevalence
end

#severityObject (readonly)

Returns the value of attribute severity.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def severity
  @severity
end

#sex_filterObject (readonly)

Returns the value of attribute sex_filter.



9
10
11
# File 'lib/infermedica/conditions.rb', line 9

def sex_filter
  @sex_filter
end