repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed closing table tag to </table>
[openemr.git]
/
contrib
/
forms
/
well_infant
/
view.php
blob
6c5a832f3a72252476712dad01916c37d137d9c0
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormWellInfant.class.php"
);
6
7
$c
=
new
C_FormWellInfant
();
8
echo
$c
->
view_action
(
$_GET
[
'id'
]);
9
?
>