Class: TencentCloud::Mrs::V20200910::DischargeDiagnosisBlock

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, norm = nil, value = nil) ⇒ DischargeDiagnosisBlock

Returns a new instance of DischargeDiagnosisBlock.



2606
2607
2608
2609
2610
2611
# File 'lib/v20200910/models.rb', line 2606

def initialize(name=nil, src=nil, norm=nil, value=nil)
  @Name = name
  @Src = src
  @Norm = norm
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • Value:

    对外输出值



2604
2605
2606
# File 'lib/v20200910/models.rb', line 2604

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • Value:

    对外输出值



2604
2605
2606
# File 'lib/v20200910/models.rb', line 2604

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • Value:

    对外输出值



2604
2605
2606
# File 'lib/v20200910/models.rb', line 2604

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Norm:

    归一化值

  • Value:

    对外输出值



2604
2605
2606
# File 'lib/v20200910/models.rb', line 2604

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



2613
2614
2615
2616
2617
2618
# File 'lib/v20200910/models.rb', line 2613

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