CarteVitaleV1Document
extends Prediction
in package
Carte Vitale API version 1.1 document data.
Table of Contents
Properties
- $givenNames : array<string|int, StringField>
- $issuanceDate : DateField
- $socialSecurity : StringField
- $surname : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$givenNames
public
array<string|int, StringField>
$givenNames
The given name(s) of the card holder.
$issuanceDate
public
DateField
$issuanceDate
The date the card was issued.
$socialSecurity
public
StringField
$socialSecurity
The Social Security Number (Numéro de Sécurité Sociale) of the card holder
$surname
public
StringField
$surname
The surname of the card holder.
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.