Class: TencentCloud::Ocr::V20181119::InsuranceBillInfo

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

Overview

保险单据信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ InsuranceBillInfo

Returns a new instance of InsuranceBillInfo.



5332
5333
5334
5335
# File 'lib/v20181119/models.rb', line 5332

def initialize(name=nil, value=nil)
  @Name = name
  @Value = value
end

Instance Attribute Details

#NameObject

【病案首页】姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。【费用清单】医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。【结算单】名称、单价、数量、金额、医保内、医保外等。【医疗发票】姓名、性别、住院时间、收费项目、金额、合计等。

Parameters:

  • Name:

    识别出的字段名称(关键字),支持以下字段:

  • Value:

    识别出的字段名称对应的值,也就是字段Name对应的字符串结果。



5330
5331
5332
# File 'lib/v20181119/models.rb', line 5330

def Name
  @Name
end

#ValueObject

【病案首页】姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。【费用清单】医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。【结算单】名称、单价、数量、金额、医保内、医保外等。【医疗发票】姓名、性别、住院时间、收费项目、金额、合计等。

Parameters:

  • Name:

    识别出的字段名称(关键字),支持以下字段:

  • Value:

    识别出的字段名称对应的值,也就是字段Name对应的字符串结果。



5330
5331
5332
# File 'lib/v20181119/models.rb', line 5330

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



5337
5338
5339
5340
# File 'lib/v20181119/models.rb', line 5337

def deserialize(params)
  @Name = params['Name']
  @Value = params['Value']
end