Class: TencentCloud::Mrs::V20200910::NeonatalInfo

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

Overview

新生儿信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(neonatalname = nil, neonatalgender = nil, birthlength = nil, birthweight = nil, gestationalage = nil, birthtime = nil, birthplace = nil, medicalinstitutions = nil) ⇒ NeonatalInfo

Returns a new instance of NeonatalInfo.



7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
# File 'lib/v20200910/models.rb', line 7005

def initialize(neonatalname=nil, neonatalgender=nil, birthlength=nil, birthweight=nil, gestationalage=nil, birthtime=nil, birthplace=nil, medicalinstitutions=nil)
  @NeonatalName = neonatalname
  @NeonatalGender = neonatalgender
  @BirthLength = birthlength
  @BirthWeight = birthweight
  @GestationalAge = gestationalage
  @BirthTime = birthtime
  @BirthPlace = birthplace
  @MedicalInstitutions = medicalinstitutions
end

Instance Attribute Details

#BirthLengthObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def BirthLength
  @BirthLength
end

#BirthPlaceObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def BirthPlace
  @BirthPlace
end

#BirthTimeObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def BirthTime
  @BirthTime
end

#BirthWeightObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def BirthWeight
  @BirthWeight
end

#GestationalAgeObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def GestationalAge
  @GestationalAge
end

#MedicalInstitutionsObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def MedicalInstitutions
  @MedicalInstitutions
end

#NeonatalGenderObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def NeonatalGender
  @NeonatalGender
end

#NeonatalNameObject

Parameters:

  • NeonatalName:

    新生儿名字

  • NeonatalGender:

    新生儿性别

  • BirthLength:

    出生身长

  • BirthWeight:

    出生体重

  • GestationalAge:

    出生孕周

  • BirthTime:

    出生时间

  • BirthPlace:

    出生地点

  • MedicalInstitutions:

    医疗机构



7003
7004
7005
# File 'lib/v20200910/models.rb', line 7003

def NeonatalName
  @NeonatalName
end

Instance Method Details

#deserialize(params) ⇒ Object



7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
# File 'lib/v20200910/models.rb', line 7016

def deserialize(params)
  @NeonatalName = params['NeonatalName']
  @NeonatalGender = params['NeonatalGender']
  @BirthLength = params['BirthLength']
  @BirthWeight = params['BirthWeight']
  @GestationalAge = params['GestationalAge']
  @BirthTime = params['BirthTime']
  @BirthPlace = params['BirthPlace']
  @MedicalInstitutions = params['MedicalInstitutions']
end