Class: TencentCloud::Mrs::V20200910::FamilyMedicalHistory

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

家族疾病史

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GeneticHistoryObject

Parameters:

  • RelativeHistory:

    家族成员史

  • RelativeCancerHistory:

    家族肿瘤史

  • GeneticHistory:

    家族遗传史



3489
3490
3491
# File 'lib/v20200910/models.rb', line 3489

def GeneticHistory
  @GeneticHistory
end

#RelativeCancerHistoryObject

Parameters:

  • RelativeHistory:

    家族成员史

  • RelativeCancerHistory:

    家族肿瘤史

  • GeneticHistory:

    家族遗传史



3489
3490
3491
# File 'lib/v20200910/models.rb', line 3489

def RelativeCancerHistory
  @RelativeCancerHistory
end

#RelativeHistoryObject

Parameters:

  • RelativeHistory:

    家族成员史

  • RelativeCancerHistory:

    家族肿瘤史

  • GeneticHistory:

    家族遗传史



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