Class: TencentCloud::Mrs::V20200910::InternalMedicineAbdomenSpleen

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

Overview

体检报告-内科-腹部-脾脏

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(src = nil, size = nil, palpation = nil, percussion = nil, tenderness = nil, consistency = nil) ⇒ InternalMedicineAbdomenSpleen

Returns a new instance of InternalMedicineAbdomenSpleen.



5738
5739
5740
5741
5742
5743
5744
5745
# File 'lib/v20200910/models.rb', line 5738

def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
  @Src = src
  @Size = size
  @Palpation = palpation
  @Percussion = percussion
  @Tenderness = tenderness
  @Consistency = consistency
end

Instance Attribute Details

#ConsistencyObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Consistency
  @Consistency
end

#PalpationObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Palpation
  @Palpation
end

#PercussionObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Percussion
  @Percussion
end

#SizeObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Size
  @Size
end

#SrcObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Src
  @Src
end

#TendernessObject

Parameters:

  • Src:

    脾脏总体描述

  • Size:

    脾脏大小

  • Palpation:

    脾脏触诊

  • Percussion:

    脾脏叩诊

  • Tenderness:

    脾脏压痛

  • Consistency:

    脾脏质地



5736
5737
5738
# File 'lib/v20200910/models.rb', line 5736

def Tenderness
  @Tenderness
end

Instance Method Details

#deserialize(params) ⇒ Object



5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
# File 'lib/v20200910/models.rb', line 5747

def deserialize(params)
  unless params['Src'].nil?
    @Src = KeyValueItem.new
    @Src.deserialize(params['Src'])
  end
  unless params['Size'].nil?
    @Size = KeyValueItem.new
    @Size.deserialize(params['Size'])
  end
  unless params['Palpation'].nil?
    @Palpation = KeyValueItem.new
    @Palpation.deserialize(params['Palpation'])
  end
  unless params['Percussion'].nil?
    @Percussion = KeyValueItem.new
    @Percussion.deserialize(params['Percussion'])
  end
  unless params['Tenderness'].nil?
    @Tenderness = KeyValueItem.new
    @Tenderness.deserialize(params['Tenderness'])
  end
  unless params['Consistency'].nil?
    @Consistency = KeyValueItem.new
    @Consistency.deserialize(params['Consistency'])
  end
end