Class: HealthcarePhony::Diagnosis
- Inherits:
-
Object
- Object
- HealthcarePhony::Diagnosis
- Defined in:
- lib/healthcare_phony/diagnosis.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#coding_method ⇒ Object
Returns the value of attribute coding_method.
-
#coding_system ⇒ Object
Returns the value of attribute coding_system.
-
#date_time ⇒ Object
Returns the value of attribute date_time.
-
#description ⇒ Object
Returns the value of attribute description.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
5 6 7 |
# File 'lib/healthcare_phony/diagnosis.rb', line 5 def code @code end |
#coding_method ⇒ Object
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_system ⇒ Object
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_time ⇒ Object
Returns the value of attribute date_time.
5 6 7 |
# File 'lib/healthcare_phony/diagnosis.rb', line 5 def date_time @date_time end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/healthcare_phony/diagnosis.rb', line 5 def description @description end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/healthcare_phony/diagnosis.rb', line 5 def type @type end |