-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8808904
commit d013b85
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# *Project : Clinical Data* | ||
# *Project : Tool for Clinical Data from CGMH* | ||
## *Purpose* | ||
- in order to reduce the labor of hand-writing the lab data from the HIS sysyem | ||
- we want to build a tool can transfer the pool structure HIS html output into | ||
- more useful csv or data.frame, and make it accessible in web | ||
we want to build a tool can transfer the pool structure HIS html output into | ||
more useful csv or data.frame, and make it accessible in web | ||
|
||
## *Method* | ||
- use Shiny to rapid prototyping the tool | ||
|
||
## #*ersion* | ||
## *Version* | ||
- 1:use the raw R code to parse and clean the readline from html files | ||
- 2:use XML package of readHTMLtable to re-write the previous code |