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
Added stripe package (#1085)
[openemr.git]
/
interface
/
de_identification_forms
/
de_identification_procedure.sh
blob
e4ed9b68b75b3bd5907654578523c3f61e70feb5
1
#!/bin/bash
2
########### calls de-identification procedure ###########
3
mysql
-u
$2
-p
$3
-h
$1
-D
$4
-e
"call de_identification()"
4
5
6