Class: TencentCloud::Mrs::V20200910::PatientInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::PatientInfo
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20200910/models.rb
Overview
患者信息
Instance Attribute Summary collapse
-
#Address ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Age ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#AgeNorm ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#BedNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Birthday ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#BirthPlace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EducationBackground ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Ethnicity ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HealthCardNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IdCard ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Married ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MarriedCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MedicalInsuranceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MedicalInsuranceTypeCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Nation ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Nationality ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Profession ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProfessionCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Sex ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SocialSecurityCardNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, sex = nil, age = nil, phone = nil, address = nil, idcard = nil, healthcardno = nil, socialsecuritycardno = nil, birthday = nil, ethnicity = nil, married = nil, profession = nil, educationbackground = nil, nationality = nil, birthplace = nil, medicalinsurancetype = nil, agenorm = nil, nation = nil, marriedcode = nil, professioncode = nil, medicalinsurancetypecode = nil, bedno = nil) ⇒ PatientInfo
constructor
A new instance of PatientInfo.
Constructor Details
#initialize(name = nil, sex = nil, age = nil, phone = nil, address = nil, idcard = nil, healthcardno = nil, socialsecuritycardno = nil, birthday = nil, ethnicity = nil, married = nil, profession = nil, educationbackground = nil, nationality = nil, birthplace = nil, medicalinsurancetype = nil, agenorm = nil, nation = nil, marriedcode = nil, professioncode = nil, medicalinsurancetypecode = nil, bedno = nil) ⇒ PatientInfo
Returns a new instance of PatientInfo.
8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 |
# File 'lib/v20200910/models.rb', line 8564 def initialize(name=nil, sex=nil, age=nil, phone=nil, address=nil, idcard=nil, healthcardno=nil, =nil, birthday=nil, ethnicity=nil, married=nil, profession=nil, educationbackground=nil, nationality=nil, birthplace=nil, medicalinsurancetype=nil, agenorm=nil, nation=nil, marriedcode=nil, professioncode=nil, medicalinsurancetypecode=nil, bedno=nil) @Name = name @Sex = sex @Age = age @Phone = phone @Address = address @IdCard = idcard @HealthCardNo = healthcardno @SocialSecurityCardNo = @Birthday = birthday @Ethnicity = ethnicity @Married = married @Profession = profession @EducationBackground = educationbackground @Nationality = nationality @BirthPlace = birthplace @MedicalInsuranceType = medicalinsurancetype @AgeNorm = agenorm @Nation = nation @MarriedCode = marriedcode @ProfessionCode = professioncode @MedicalInsuranceTypeCode = medicalinsurancetypecode @BedNo = bedno end |
Instance Attribute Details
#Address ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Address @Address end |
#Age ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Age @Age end |
#AgeNorm ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def AgeNorm @AgeNorm end |
#BedNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def BedNo @BedNo end |
#Birthday ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Birthday @Birthday end |
#BirthPlace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def BirthPlace @BirthPlace end |
#EducationBackground ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def EducationBackground @EducationBackground end |
#Ethnicity ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Ethnicity @Ethnicity end |
#HealthCardNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def HealthCardNo @HealthCardNo end |
#IdCard ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def IdCard @IdCard end |
#Married ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Married @Married end |
#MarriedCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def MarriedCode @MarriedCode end |
#MedicalInsuranceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def MedicalInsuranceType @MedicalInsuranceType end |
#MedicalInsuranceTypeCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def MedicalInsuranceTypeCode @MedicalInsuranceTypeCode end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Name @Name end |
#Nation ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Nation @Nation end |
#Nationality ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Nationality @Nationality end |
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Phone @Phone end |
#Profession ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Profession @Profession end |
#ProfessionCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def ProfessionCode @ProfessionCode end |
#Sex ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def Sex @Sex end |
#SocialSecurityCardNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8559 8560 8561 |
# File 'lib/v20200910/models.rb', line 8559 def SocialSecurityCardNo @SocialSecurityCardNo end |
Instance Method Details
#deserialize(params) ⇒ Object
8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 8611 8612 |
# File 'lib/v20200910/models.rb', line 8589 def deserialize(params) @Name = params['Name'] @Sex = params['Sex'] @Age = params['Age'] @Phone = params['Phone'] @Address = params['Address'] @IdCard = params['IdCard'] @HealthCardNo = params['HealthCardNo'] @SocialSecurityCardNo = params['SocialSecurityCardNo'] @Birthday = params['Birthday'] @Ethnicity = params['Ethnicity'] @Married = params['Married'] @Profession = params['Profession'] @EducationBackground = params['EducationBackground'] @Nationality = params['Nationality'] @BirthPlace = params['BirthPlace'] @MedicalInsuranceType = params['MedicalInsuranceType'] @AgeNorm = params['AgeNorm'] @Nation = params['Nation'] @MarriedCode = params['MarriedCode'] @ProfessionCode = params['ProfessionCode'] @MedicalInsuranceTypeCode = params['MedicalInsuranceTypeCode'] @BedNo = params['BedNo'] end |