aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-10-30 14:21:55 -0700
committervlad <vlad@driver.xyz>2017-10-30 14:21:55 -0700
commit78f467dd0b3b9f35bb49ae973b26fb37c458b138 (patch)
treee45ec25c7d914bed07774d862d59fdaa56fd6d60 /src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala
parent604fbf0a7a082bc440c0778abd6f90005b210c16 (diff)
downloadrest-query-78f467dd0b3b9f35bb49ae973b26fb37c458b138.tar.gz
rest-query-78f467dd0b3b9f35bb49ae973b26fb37c458b138.tar.bz2
rest-query-78f467dd0b3b9f35bb49ae973b26fb37c458b138.zip
Fixing Patients and Trials parsing, some refined to tryv0.11.1
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala
index a36bac2..a459158 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/patienthypothesis.scala
@@ -7,6 +7,7 @@ import xyz.driver.pdsuidomain.services.PatientHypothesisService.RichPatientHypot
object patienthypothesis {
import DefaultJsonProtocol._
import common._
+ import xyz.driver.core.json._
def applyUpdateToPatientHypothesis(json: JsValue, orig: PatientHypothesis): PatientHypothesis = json match {
case JsObject(fields) =>