HealthcareCardV1Document
extends Prediction
in package
Healthcare Card API version 1.0 document data.
Table of Contents
Properties
- $companyName : StringField
- $copays : HealthcareCardV1Copays
- $dependents : array<string|int, StringField>
- $enrollmentDate : DateField
- $groupNumber : StringField
- $issuer80840 : StringField
- $memberId : StringField
- $memberName : StringField
- $payerId : StringField
- $rxBin : StringField
- $rxGrp : StringField
- $rxPcn : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$companyName
public
StringField
$companyName
The name of the company that provides the healthcare plan.
$copays
public
HealthcareCardV1Copays
$copays
Is a fixed amount for a covered service.
$dependents
public
array<string|int, StringField>
$dependents
The list of dependents covered by the healthcare plan.
$enrollmentDate
public
DateField
$enrollmentDate
The date when the member enrolled in the healthcare plan.
$groupNumber
public
StringField
$groupNumber
The group number associated with the healthcare plan.
$issuer80840
public
StringField
$issuer80840
The organization that issued the healthcare plan.
$memberId
public
StringField
$memberId
The unique identifier for the member in the healthcare system.
$memberName
public
StringField
$memberName
The name of the member covered by the healthcare plan.
$payerId
public
StringField
$payerId
The unique identifier for the payer in the healthcare system.
$rxBin
public
StringField
$rxBin
The BIN number for prescription drug coverage.
$rxGrp
public
StringField
$rxGrp
The group number for prescription drug coverage.
$rxPcn
public
StringField
$rxPcn
The PCN number for prescription drug coverage.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.