Class: HealthcarePhony::Diagnosis

Inherits:
Object
  • Object
show all
Defined in:
lib/healthcare_phony/diagnosis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def code
  @code
end

#coding_methodObject

Returns the value of attribute coding_method.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def coding_method
  @coding_method
end

#coding_systemObject

Returns the value of attribute coding_system.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def coding_system
  @coding_system
end

#date_timeObject

Returns the value of attribute date_time.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def date_time
  @date_time
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def description
  @description
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/healthcare_phony/diagnosis.rb', line 5

def type
  @type
end