Class: TencentCloud::Aca::V20210323::PatientHistory
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aca::V20210323::PatientHistory
- Defined in:
- lib/v20210323/models.rb
Overview
患者过往病史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(diseasehistory = nil, treatmenthistory = nil) ⇒ PatientHistory
constructor
A new instance of PatientHistory.
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
#DiseaseHistory ⇒ Object
1181 1182 1183 |
# File 'lib/v20210323/models.rb', line 1181 def DiseaseHistory @DiseaseHistory end |
#TreatmentHistory ⇒ Object
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 |