コード例 #1
0
ファイル: vitalslist.class.php プロジェクト: bciv/COMS
 function __construct($date)
 {
     $mdwsBase = new MdwsBase();
     $this->DateTaken = $mdwsBase->MDWS_TimestampConvert($date);
     $this->Vitals = array();
 }
コード例 #2
0
ファイル: coms_vital.class.php プロジェクト: bciv/COMS
 function __construct($date)
 {
     $mdwsBase = new MdwsBase();
     $this->Vitals = new Vital($mdwsBase->MDWS_TimestampConvert($date));
 }