class TencentCloud::Mrs::V20200910::SurgeryHistory

手术史

def deserialize(params)

def deserialize(params)
  unless params['SurgeryName'].nil?
    @SurgeryName = SurgeryAttr.new
    @SurgeryName.deserialize(params['SurgeryName'])
  end
  unless params['SurgeryDate'].nil?
    @SurgeryDate = SurgeryAttr.new
    @SurgeryDate.deserialize(params['SurgeryDate'])
  end
  unless params['PreoperativePathology'].nil?
    @PreoperativePathology = SurgeryAttr.new
    @PreoperativePathology.deserialize(params['PreoperativePathology'])
  end
  unless params['IntraoperativePathology'].nil?
    @IntraoperativePathology = SurgeryAttr.new
    @IntraoperativePathology.deserialize(params['IntraoperativePathology'])
  end
  unless params['PostoperativePathology'].nil?
    @PostoperativePathology = SurgeryAttr.new
    @PostoperativePathology.deserialize(params['PostoperativePathology'])
  end
  unless params['DischargeDiagnosis'].nil?
    @DischargeDiagnosis = SurgeryAttr.new
    @DischargeDiagnosis.deserialize(params['DischargeDiagnosis'])
  end
end

def initialize(surgeryname=nil, surgerydate=nil, preoperativepathology=nil, intraoperativepathology=nil, postoperativepathology=nil, dischargediagnosis=nil)

def initialize(surgeryname=nil, surgerydate=nil, preoperativepathology=nil, intraoperativepathology=nil, postoperativepathology=nil, dischargediagnosis=nil)
  @SurgeryName = surgeryname
  @SurgeryDate = surgerydate
  @PreoperativePathology = preoperativepathology
  @IntraoperativePathology = intraoperativepathology
  @PostoperativePathology = postoperativepathology
  @DischargeDiagnosis = dischargediagnosis
end