Class: TencentCloud::Aca::V20210323::PatientHistory

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

Overview

患者过往病史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(diseasehistory = nil, treatmenthistory = nil) ⇒ PatientHistory

Returns a new instance of PatientHistory.



1183
1184
1185
1186
# File 'lib/v20210323/models.rb', line 1183

def initialize(diseasehistory=nil, treatmenthistory=nil)
  @DiseaseHistory = diseasehistory
  @TreatmentHistory = treatmenthistory
end

Instance Attribute Details

#DiseaseHistoryObject

Parameters:

  • DiseaseHistory:

    病史

  • TreatmentHistory:

    治疗史



1181
1182
1183
# File 'lib/v20210323/models.rb', line 1181

def DiseaseHistory
  @DiseaseHistory
end

#TreatmentHistoryObject

Parameters:

  • DiseaseHistory:

    病史

  • TreatmentHistory:

    治疗史



1181
1182
1183
# File 'lib/v20210323/models.rb', line 1181

def TreatmentHistory
  @TreatmentHistory
end

Instance Method Details

#deserialize(params) ⇒ Object



1188
1189
1190
1191
# File 'lib/v20210323/models.rb', line 1188

def deserialize(params)
  @DiseaseHistory = params['DiseaseHistory']
  @TreatmentHistory = params['TreatmentHistory']
end