You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# 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.
3
11
4
12
5
13
## 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
115
123
116
124
***NOTE: ensure you have converted it to just one column full of sigs with no header.
117
125
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.
0 commit comments