Class: TencentCloud::Mrs::V20200910::AdmissionDiagnosisBlock

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) ⇒ AdmissionDiagnosisBlock



57
58
59
60
61
62
# File 'lib/v20200910/models.rb', line 57

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

Instance Attribute Details

#NameObject



55
56
57
# File 'lib/v20200910/models.rb', line 55

def Name
  @Name
end

#NormObject



55
56
57
# File 'lib/v20200910/models.rb', line 55

def Norm
  @Norm
end

#SrcObject



55
56
57
# File 'lib/v20200910/models.rb', line 55

def Src
  @Src
end

#ValueObject



55
56
57
# File 'lib/v20200910/models.rb', line 55

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



64
65
66
67
68
69
# File 'lib/v20200910/models.rb', line 64

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