Class: TencentCloud::Mrs::V20200910::DischargeConditionBlock

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

Returns a new instance of DischargeConditionBlock.



2523
2524
2525
2526
2527
2528
# File 'lib/v20200910/models.rb', line 2523

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值

  • Norm:

    归一化值



2521
2522
2523
# File 'lib/v20200910/models.rb', line 2521

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值

  • Norm:

    归一化值



2521
2522
2523
# File 'lib/v20200910/models.rb', line 2521

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值

  • Norm:

    归一化值



2521
2522
2523
# File 'lib/v20200910/models.rb', line 2521

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值

  • Norm:

    归一化值



2521
2522
2523
# File 'lib/v20200910/models.rb', line 2521

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



2530
2531
2532
2533
2534
2535
# File 'lib/v20200910/models.rb', line 2530

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