diff --git a/lib/api_web/live/index_live.ex b/lib/api_web/live/index_live.ex index c4cf447..be5f8ec 100644 --- a/lib/api_web/live/index_live.ex +++ b/lib/api_web/live/index_live.ex @@ -133,6 +133,7 @@ defmodule ApiWeb.IndexLive do accession: s.accessionnumber, patientname: p.patientname, status: sr.idstatus, + statusname: sr.statusname, studydescription: s.studydescription }, order_by: [desc: s.studydate] @@ -191,13 +192,6 @@ defmodule ApiWeb.IndexLive do accessionnumber end - query = - from u in "users", - select: %{ - username: u.username - }, - limit: 1 - viewer_config = %{ client_uuid: viewer_uid, gethash: gethash, @@ -340,7 +334,7 @@ defmodule ApiWeb.IndexLive do
Descripción: <%= study.studydescription %>