コード例 #1
0
 function PQRIXml($indent = '  ')
 {
     parent::XmlWriterOemr($indent);
 }
コード例 #2
0
 function __construct($nqf_code, $indent = '  ')
 {
     $this->nqf_code = $nqf_code;
     parent::__construct($indent);
 }
コード例 #3
0
 function __construct($indent = '  ')
 {
     parent::__construct($indent);
 }
コード例 #4
0
ファイル: QRDAXml.class.php プロジェクト: minggLu/openemr
 function __construct($indent = '  ')
 {
     parent::XmlWriterOemr($indent);
 }