Class: TencentCloud::Mrs::V20200910::InternalMedicineAbdomenPancreas

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

Returns a new instance of InternalMedicineAbdomenPancreas.



5684
5685
5686
5687
5688
5689
5690
5691
# File 'lib/v20200910/models.rb', line 5684

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:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Consistency
  @Consistency
end

#PalpationObject

Parameters:

  • Src:

    胰腺总体描述

  • Size:

    胰腺大小

  • Palpation:

    胰腺触诊

  • Percussion:

    胰腺叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Palpation
  @Palpation
end

#PercussionObject

Parameters:

  • Src:

    胰腺总体描述

  • Size:

    胰腺大小

  • Palpation:

    胰腺触诊

  • Percussion:

    胰腺叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Percussion
  @Percussion
end

#SizeObject

Parameters:

  • Src:

    胰腺总体描述

  • Size:

    胰腺大小

  • Palpation:

    胰腺触诊

  • Percussion:

    胰腺叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Size
  @Size
end

#SrcObject

Parameters:

  • Src:

    胰腺总体描述

  • Size:

    胰腺大小

  • Palpation:

    胰腺触诊

  • Percussion:

    胰腺叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Src
  @Src
end

#TendernessObject

Parameters:

  • Src:

    胰腺总体描述

  • Size:

    胰腺大小

  • Palpation:

    胰腺触诊

  • Percussion:

    胰腺叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    胰腺质地



5682
5683
5684
# File 'lib/v20200910/models.rb', line 5682

def Tenderness
  @Tenderness
end

Instance Method Details

#deserialize(params) ⇒ Object



5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
# File 'lib/v20200910/models.rb', line 5693

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