Scott Beeson · Dec 13, 2016 go to post

I definitely log in with an ISC account and I definitely get logged out frequently.

For what it's worth.

Scott Beeson · Dec 8, 2016 go to post

This is even worse:

SELECT MIN(IndexedDate)
FROM HS_IHE_ATNA_Repository.Aggregation
WHERE IndexedDate >= '2016-12-01'
>2016-12-02 00:00:00
Scott Beeson · Nov 28, 2016 go to post

CKEditor was the best back in my PHPNuke days.  However, after a glance at the code, that's what this is...

I think some of these issues may be an implementation problem.  Sorry.

edit: The whole "backspace loses focus" thing isn't a problem in the demo page at least: http://ckeditor.com/features

Scott Beeson · Nov 18, 2016 go to post

Thanks for clarifying.  My search has 1 result for cconsole.log so far, in ./hs/mhc/TEST/docrep/mgr and it's dated today.  I might be on to something.

Scott Beeson · Nov 18, 2016 go to post

If I'm understanding that document correctly, that log is literally a console log.  Since I'm running this via JDBC it doesn't apply, does it?

Besides that, I can't find it.  I'm doing a full filesystem search for *.log right now.

Scott Beeson · Nov 18, 2016 go to post

Sorry, it is JDBC.

This is probably a 5 minute query, but the error happens pretty quick.

Where is cconsole.log located?

Scott Beeson · Nov 15, 2016 go to post

I wasn't suggesting you manage it.  In our case, we already have all the info in CCR.  Integrate that.  If you don't have CCR, let me manage my environments in some sort of interface so I can just select it when I submit a new TRC.

Your response of "Healthshare is really confusing" is the exact reason you should seek out opportunities to simplify things for your customers.

Scott Beeson · Nov 15, 2016 go to post

We use TRC, which has a dropdown full of different versions (for some reason, all of them).  Why the disparity?  Also, why not make this a profile field that is saved in the WRC/TRC system so your customers don't have to look it up or copy/paste it every time?  In our case we use CCR, not sure if that's typical, but it has all our environments and their version info.  Why can't I just select which environment/system I'm reporting a ticket for in TRC/WRC?

Scott Beeson · Nov 10, 2016 go to post

This is interesting and I will consider.  Do you know of any HL7 v3 options?

Scott Beeson · Nov 10, 2016 go to post

From another EHR or from the Clinical Viewer.  As you know, we are an HIE.

Scott Beeson · Nov 9, 2016 go to post

It's very useful.  

"I read a post earlier that mentioned x but I can't remember the title"

"I'll look through my recently viewed posts!"

"There it is!"

Scott Beeson · Nov 8, 2016 go to post

Note: I deleted it because I had accidentally posted as an answer instead of a comment.


But I think I realized what was happening.  The original question/post had 2 subscriptions.  When I posted an answer, those two people were automatically subscribed and so was I.  A total of 3 subscriptions.  This behavior is a bit odd in my opinion, but understandable.

Scott Beeson · Nov 4, 2016 go to post

I can only duplicate this by zooming in with my browser.  Is your zoom at 100%?  Have you changed your font size or anything?

Scott Beeson · Nov 4, 2016 go to post

I think I would use "Accepted Answer" instead of "Real" (or correct).  That would imply the other answers are fake (or wrong), which may not be the case.

Scott Beeson · Nov 4, 2016 go to post

Yeah, I realized if I join this with the ens_message.header table I get the "source" and "target" configs and they differ which makes more sense.

Thanks for confirming what I'm seeing though.

Scott Beeson · Oct 20, 2016 go to post

Wait, I think I understand now.  In the second query, >8:01 is what I actually want since it was currently 9:01.  FirstDate is stored in UTC but my client is automatically adjusting, so it works when I compare it to UTC.  The local value for "OnlyAfterThisDate" isn't adjusted when displayed.

I'm not sure I'm verbalizing it correctly, but I think I do understand now.

Scott Beeson · Oct 20, 2016 go to post

Added a new top level comment since this thread is getting tight.  I'd love to see your thoughts.