This is a new form for generating orders.
[openemr.git] / interface / forms / soap / view.php
blobc517a8393283266734f52d7069c8807c25ee527c
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormSOAP.class.php");
7 $c = new C_FormSOAP();
8 echo $c->view_action($_GET['id']);
9 ?>