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
Change formatting of initial comment block.
[openemr.git]
/
contrib
/
forms
/
review_of_systems
/
view.php
blob
78a672bd95b7cda2dfff5f212f996fa1200f32aa
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormReviewOfSystems.class.php"
);
6
7
$c
=
new
C_FormReviewOfSystems
();
8
echo
$c
->
view_action
(
$_GET
[
'id'
]);
9
?
>