Skip to content

Commit 60ff407

Browse files
committed
Update README with features
1 parent 167274b commit 60ff407

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ParseRx
2-
Medication sig parser w/ API and frontend review tool. Supports parsing individual sigs and batch parsing CSV sigs. Supports feedback loop from "customers" via API call.
2+
Medication sig parser.
3+
4+
**Features:**
5+
- Custom Django Rest Framework API built in.
6+
- Custom ReactJS frontend review and demo tool w/ easy documentation reference.
7+
- API and Python module support parsing individual sigs and batch parsing CSV sigs.
8+
- Supports feedback loop from "customers" via API call.
9+
- Accepts NDCs or RXCUIs via API call to infer things like method, route, or dose form if missing from sig text.
10+
- Version controls sigs that parse differently after code changes. API has logic built in to return the most recent version that is positively reviewed, OR will always return the most recent version if there are no reviews.
311

412

513
## Getting started
@@ -115,6 +123,8 @@ Edit the name of the csv file in parserx.io/sig/views.py to be the csv you want
115123

116124
***NOTE: ensure you have converted it to just one column full of sigs with no header.
117125

126+
This will create new versions of parsed sigs if code has changed to parse a sig differently. Old versions will still be visible using the Review tool in the frontend.
127+
118128
Postman
119129

120130
1.) Authenticate with superuser

0 commit comments

Comments
 (0)