dev-master
9999999-devGROW-Services.net client library for PHP
MIT
The Requires
by Cong Peijun
grow pregnancy perinatal iugr
v1.0
1.0.0.0GROW-Services.net client library for PHP
MIT
The Requires
by Cong Peijun
grow pregnancy perinatal iugr
Wallogit.com
2017 © Pedro Peláez
GROW-Services.net client library for PHP
Official GROW-Services.net client library for PHP, (*1)
You can install the through the composer., (*2)
{
"require": {
"grow-services/growclient-php": "dev-master"
}
}
use GrowClient;
use GrowChart\Common\Pregnancy;
// This factory can get all client. rest xml and soap.
$client = ClientFactory::getInstance()->getClient('rest', $apikey, $apisecret);
$preg = new Pregnancy();
$preg->setEdd($edd);
$preg->setEthnicity($eoc->client->spirit_ethnicity->toString());
$preg->setParity($para);
$preg->setMaternalheight($length);
$preg->setMaternalweight($weight);
$preg->setGrowchartversion($version);
$preg->setGrowchartid($growchartid);
$chart = $client->registerPregnancy($preg);
print_r($chart);
GROW-Services.net client library for PHP
MIT
grow pregnancy perinatal iugr
GROW-Services.net client library for PHP
MIT
grow pregnancy perinatal iugr