Skip to content

Commit

Permalink
Set the lab result date to the result validation date (#49)
Browse files Browse the repository at this point in the history
* Set the result date to the validation date

* Remove commented out code

---------

Co-authored-by: Kemar Célestin <kemarcelestin@charess.org>
Co-authored-by: Piotr Mankowski <pmanko@uw.edu>
  • Loading branch information
3 people committed Apr 20, 2023
1 parent 979f22d commit 755513e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ private Date getDate(int year, int month, int day, int hour, int minute, int sec
* @see #getDatetime(TS)
*/
private Date getDatetime(OBX obx) throws HL7Exception {
TS ts = obx.getDateTimeOfTheObservation();
TS ts = obx.getDateTimeOfTheAnalysis();
return getDatetime(ts);
}

Expand Down

0 comments on commit 755513e

Please sign in to comment.