Skip to content

Commit

Permalink
Housekeeping to update version ID and add in an example csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-weinstein committed Jul 21, 2020
1 parent aa17529 commit 775c363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions templateSubmission.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#PatientID,Patient Last Name,Patient First Name,Patient Middle Name,Patient Date of Birth,Patient Sex,Patient Street Address,Patient City,Patient State,Patient Zip,Patient Phone,Provider Last Name,Provider First Name,Provider Middle Name,Provider Street,Provider City,Provider State,Provider Zip,Provider Phone,Specimen ID,Collection Date,Collection Time,Received Date,Received Time,Specimen SNOMED Code,Test LOINC Code,Analysis Date,Analysis Time,Result,Reported Date,Reported Time,Notes,Race,Ethnicity,Accession ID
#1K94U,Weinstein,Andrew,P,8/15/2017,M,17062 Murphy Ave. #1,Irvine,CA,92614,888-882-9682,Rain,Leo,,13842 Tustin East Drive,Tustin,CA,92780,(818) 344-3434,1234567,6/8/2020,0:00,6/8/2020,13:00,258529004,94306-8,6/9/2020,11:00,Negative,6/10/2020,14:00,"Phone is pretty flexible for formatting, just be reasonable. Email address is also an acceptable entry there, if needed. Please stick to mm/dd/yyyy formatting for dates. Having a # at the start of a line will cause that line to be ignored as a comment or header.",unknown,unk,1A2B3C4D5E
4 changes: 2 additions & 2 deletions zymoTransmitSupport/supportData.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

softwareVersion = "1.0.1"
softwareVersion = "1.1.0"

softwareDate = "20200719"
softwareDate = "20200721"

0 comments on commit 775c363

Please sign in to comment.