Class: TencentCloud::Mrs::V20200910::RelativeCancerHistoryBlock

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

Overview

家族肿瘤史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, relativecancerlist = nil, value = nil) ⇒ RelativeCancerHistoryBlock

Returns a new instance of RelativeCancerHistoryBlock.



9017
9018
9019
9020
9021
9022
# File 'lib/v20200910/models.rb', line 9017

def initialize(name=nil, src=nil, relativecancerlist=nil, value=nil)
  @Name = name
  @Src = src
  @RelativeCancerList = relativecancerlist
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • RelativeCancerList:

    肿瘤史列表

  • Value:

    对外输出值



9015
9016
9017
# File 'lib/v20200910/models.rb', line 9015

def Name
  @Name
end

#RelativeCancerListObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • RelativeCancerList:

    肿瘤史列表

  • Value:

    对外输出值



9015
9016
9017
# File 'lib/v20200910/models.rb', line 9015

def RelativeCancerList
  @RelativeCancerList
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • RelativeCancerList:

    肿瘤史列表

  • Value:

    对外输出值



9015
9016
9017
# File 'lib/v20200910/models.rb', line 9015

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • RelativeCancerList:

    肿瘤史列表

  • Value:

    对外输出值



9015
9016
9017
# File 'lib/v20200910/models.rb', line 9015

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



9024
9025
9026
9027
9028
9029
# File 'lib/v20200910/models.rb', line 9024

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @RelativeCancerList = params['RelativeCancerList']
  @Value = params['Value']
end