Class: TencentCloud::Mrs::V20200910::FamilyMedicalHistory
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::FamilyMedicalHistory
- Defined in:
- lib/v20200910/models.rb
Overview
家族疾病史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(relativehistory = nil, relativecancerhistory = nil, genetichistory = nil) ⇒ FamilyMedicalHistory
constructor
A new instance of FamilyMedicalHistory.
Constructor Details
#initialize(relativehistory = nil, relativecancerhistory = nil, genetichistory = nil) ⇒ FamilyMedicalHistory
Returns a new instance of FamilyMedicalHistory.
3491 3492 3493 3494 3495 |
# File 'lib/v20200910/models.rb', line 3491 def initialize(relativehistory=nil, relativecancerhistory=nil, genetichistory=nil) @RelativeHistory = relativehistory @RelativeCancerHistory = relativecancerhistory @GeneticHistory = genetichistory end |
Instance Attribute Details
#GeneticHistory ⇒ Object
3489 3490 3491 |
# File 'lib/v20200910/models.rb', line 3489 def GeneticHistory @GeneticHistory end |
#RelativeCancerHistory ⇒ Object
3489 3490 3491 |
# File 'lib/v20200910/models.rb', line 3489 def RelativeCancerHistory @RelativeCancerHistory end |
#RelativeHistory ⇒ Object
3489 3490 3491 |
# File 'lib/v20200910/models.rb', line 3489 def RelativeHistory @RelativeHistory end |
Instance Method Details
#deserialize(params) ⇒ Object
3497 3498 3499 3500 3501 |
# File 'lib/v20200910/models.rb', line 3497 def deserialize(params) @RelativeHistory = params['RelativeHistory'] @RelativeCancerHistory = params['RelativeCancerHistory'] @GeneticHistory = params['GeneticHistory'] end |