FHIR Chat · Connectathon · eCR Now FHIR App

Stream: eCR Now FHIR App

Topic: Connectathon


view this post on Zulip Sarah Gaunt (May 13 2020 at 20:36):

@John Loonsk @Nagesh Bashyam Are we going to use this stream for the Connectathon or the Public Health track?

view this post on Zulip Nagesh Bashyam (May 13 2020 at 20:38):

Yes this is the channel

view this post on Zulip Brian Gugerty (May 13 2020 at 20:47):

Is there a zoom or other meeting of the Public Health Track this evening?

view this post on Zulip Nagesh Bashyam (May 13 2020 at 20:50):

Not to my knowledge.

view this post on Zulip John Loonsk (May 13 2020 at 21:02):

We will use this stream for eCR Now, the Public Health Connectathon stream will be used for SDC on FHIR and general PH questions.

view this post on Zulip John Loonsk (May 13 2020 at 21:04):

The Zoom meetings start tomorrow (Thursday). Links and schedule are on the Confluence PH Track page.

view this post on Zulip Sarah Gaunt (May 13 2020 at 21:05):

https://confluence.hl7.org/display/FHIR/2020-05+Public+Health+Track

view this post on Zulip Philip Su (May 13 2020 at 21:06):

Glad you asked this. Been searching frantically for a link to join. What's the next known time that the Public Health Track will definitely have a Zoom?

view this post on Zulip Sarah Gaunt (May 13 2020 at 21:07):

9:30 am ET tomorrow

view this post on Zulip John Loonsk (May 13 2020 at 21:08):

SDC on FHIR may be doings something earlier. There is a second Zoom link for SDC on FHIR on the Confluence page as well.

view this post on Zulip Sarah Gaunt (May 13 2020 at 21:11):

The Public Health Connectathon stream that John mentioned above for non-eCR Now stuff is here: https://chat.fhir.org/#narrow/stream/179207-connectathon-mgmt/topic/Public.20Health.20Track

view this post on Zulip Kalyani Yerra (May 14 2020 at 15:41):

Following the install instructions, I am not able to see the client details screen.
image.png

view this post on Zulip Eric Marriott (May 14 2020 at 15:48):

Kalyani, looks like the frontend isn't being served - did you run the WAR?

view this post on Zulip Eric Marriott (May 14 2020 at 15:51):

After you execute mvn clean install from the root of the repo you should be able to java -jar target/ecr-now.war

view this post on Zulip Kalyani Yerra (May 14 2020 at 16:06):

Thank you Eric. I tried to run it from STS as a spring boot app, so I guess the frontend was not built by that time.
Now I was able to see the UI

view this post on Zulip Nagesh Bashyam (May 14 2020 at 16:19):

The port can be changed...Here is a link on how to change.
https://www.baeldung.com/spring-boot-change-port

view this post on Zulip Kalyani Yerra (May 14 2020 at 16:27):

Can we launch the app using client credentials grant instead of the authorization code flow.

view this post on Zulip Nagesh Bashyam (May 14 2020 at 17:06):

This app will eventually not have any user interaction, so the ideal scenario is to not have any flow that involves users , so we can discuss further at the 2pm call

view this post on Zulip Rick Geimer (May 14 2020 at 18:38):

@Nagesh Bashyam I had to make a change to pom.xml to fix the following error that I got when trying to import the project into Eclipse:

"Plugin execution not covered by lifecycle configuration"

The fix was to add a pluginManagement tag around plugins as follows:

<build>
    <finalName>${project.artifactId}</finalName>
    <pluginManagement>
        <plugins>
            <plugin>
            ...
            </plugin>
        </plugins>
    <pluginManagement>
</build>

I tried pushing the fix back to github, but I don't have commit permissions.

view this post on Zulip Nagesh Bashyam (May 14 2020 at 18:48):

Can you raise a Pull Request and I will pull it in ... Will look into providing the necessary access after the connectathon if it works

view this post on Zulip Kalyani Yerra (May 14 2020 at 19:38):

I missed the 2pm Zoom Session. Is the info available as a doc or ppt?

view this post on Zulip Eric Marriott (May 15 2020 at 13:28):

If anybody is interested I've been using docker to run eCR Now and Postgres get the same dev env across machines. Here's my setup for that (with some 1up-specific stuff removed) https://gist.github.com/zxexz/708225d80901677c7171d693f9f6d5fe


Last updated: Apr 12 2022 at 19:14 UTC