From 7b8ac40ab6501ec53c5a55962fe4a3d54666ae8d Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 14 Jun 2017 14:46:19 -0700 Subject: Update for recent PDS UI changes --- .../scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala') diff --git a/src/main/scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala b/src/main/scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala index e0cf06b..052b2fa 100644 --- a/src/main/scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala +++ b/src/main/scala/xyz/driver/pdsuidomain/entities/RawPatientLabel.scala @@ -1,6 +1,6 @@ package xyz.driver.pdsuidomain.entities -import java.time.LocalDateTime +import java.time.LocalDate import xyz.driver.pdsuicommon.domain.{FuzzyValue, LongId, UuidId} import xyz.driver.pdsuicommon.logging._ @@ -16,8 +16,8 @@ case class RawPatientLabel(patientId: UuidId[Patient], requestId: RecordRequestId, documentType: String, providerType: String, - startDate: LocalDateTime, - endDate: Option[LocalDateTime]) + startDate: LocalDate, + endDate: Option[LocalDate]) object RawPatientLabel { -- cgit v1.2.3