Question Scott Beeson · Nov 8, 2016 [bug] subscription counts I've been noticing suspicious subscription counts. But I just posted this comment and literally when the page reloaded it showed 3 subscribers:https://community.intersystems.com/post/what-are-roles-needed-healthshar... #DC Feedback 0 2 0 204
Article Scott Beeson · Nov 4, 2016 2m read Sample of IHE Performance monitoring dashboard I've asked a lot of questions leading up to this, so I wanted to share some of my progress. The blue line represents the number of messages processed. The background color represents the average response time. You can see ticks for each hour (and bigger ticks for each day). Hovering over any point in the graph will show you the numbers for that period in time. This is super useful for "at a glance" performance monitoring as well as establishing patterns in our utilization. #Analytics #Dashboards #JDBC #ODBC #SQL #HealthShare 5 2 0 524
Question Scott Beeson · Oct 18, 2016 Total Timestamp Confusion, please help. This tells me that there is no timezone offset on this table/field:Select TOP 1 GETDATE() as Now, TimeCreated FROM ens.messageheader ORDER BY TimeCreated DESC;Now TimeCreated ------------------- ------------------- 2016-10-18 16:16:49 2016-10-18 16:16:31 #SQL #Caché 0 13 0 842
Question Scott Beeson · Oct 13, 2016 [bug] Some Index Filters don't work properly Most Votes - Order of votes for top five posts is 1, 2, 5, 0, 9Newest - First post: 1 day, 19 hours ago. Second post: 19 hours, 12 minutes ago. #DC Feedback 0 3 0 197
Question Scott Beeson · Oct 13, 2016 [Feature Request] Default "Group" dropdown to current community I know this has been requested before, but it's really annoying, especially in the Developer Community.Here is my typical workflow:1. Click "Developer Community" forum2. Click "Post question".3. Select "Developer Community" in Group dropdown.4. Select "Developer Community" in Related Topic dropdown.Yes, 3 out of 4 steps to post a new question here require me to select the same thing. It's frustrating. Here I go again! #DC Feedback 1 5 0 243
Question Scott Beeson · Oct 13, 2016 [DELIVERED] Mark Accepted Answer, indicate Answered questions I know this has been suggested before but I wanted to bring it up again.It would be very nice if we could "accept" an answer to our questions which would result in the question showing "answered" in the index and possibly move the "accepted answer" to the top of the answer chain.see: Stack Overflow or any other QA site #DC Feedback 4 4 0 263
Question Scott Beeson · Oct 12, 2016 Duplicates for EVERY HS.Message.PatientSearchRequest? If I run SELECT * FROM HS_Message.PatientSearchRequest ORDER BY ID Desc every row has a unique ID but every other row is an exact duplicate. Why would this be? #HealthShare 0 7 0 593
Question Scott Beeson · Oct 11, 2016 Does anyone know what SearchMode is for a PatientSearchRequest? The values are PIXPDQ, user and admin. What exactly do these mean?I'm trying to do some correlation and look at the class source but I thought I'd post here too. #HealthShare 0 9 0 456
Question Scott Beeson · Oct 11, 2016 "Disclosure Report" (access audit) for multiple patients? I have a list of about 100 MPI IDs that I would like to run a report on. I want to list times that any data for these patients were accessed. Currently in "Managed Reports" we have a "Disclosure Report" which I think was a custom development effort, but it is per-patient. I have a SQL query for the ATNA log but I'm not confident in its accuracy, so I thought I'd reach out and see how other Information Exchange's might get this data. #Security #SQL #HealthShare 0 7 0 519
Question Scott Beeson · Oct 10, 2016 Does anyone else have a dashboard for quick and easy access to key metrics? We are working to build one. Without DeepSee. Regardless of whether you use Deepsee or not, what are some metrics you monitor?If you don't use DeepSee, what do you use? #HealthShare 0 7 0 383
Question Scott Beeson · Oct 6, 2016 ELI5: How does selecting 400,000 records take 12 seconds but selecting 500,000 records take ... to be determined? I experience this constantly with Cache SQL. Especially when querying the ATNA log.SELECT TOP 400000 * FROM HS_IHE_ATNA_Repository.Aggregation ORDER BY ID DESCThat took 12 seconds. I then upped the number to 500,000 and it took 185 seconds.Shouldn't the execution time scale proportionately?If I run the 500,00 query again it takes 2.4 seconds. #SQL #Caché 0 4 0 457
Question Scott Beeson · Sep 27, 2016 Get list of rows affected by UPDATE? I need to do an UPDATE via SQL and I would like the statement to return the `ID` column of each row that is updated. MS SQL has an "OUTPUT" statement, but I don't see anything similar in Cache. Is there a way to do this? #SQL #Caché 0 4 0 778
Question Scott Beeson · Aug 18, 2016 How to view outbound ACK when set to IMMEDIATE mode? We have an incoming ADT adapter and the ACK MODE is set to IMMEDIATE. This is what the docs say: Send back (commit) ACK reply message immediately upon receipt of the inbound message.An inbound ACK shows up as a square in the visual trace. These do not. How can I view them? #Ensemble #HL7 #Message Search 0 2 0 574
Question Scott Beeson · Aug 18, 2016 Is there something I'm missing on these data types in the HL7 Schema definition? Given the following data type: #HL7 #HealthShare 0 4 0 363
Question Scott Beeson · Aug 18, 2016 Validate timestamp in HL7 Schema? I see the TS and DT data types in the default 2.3 schema: #HL7 #HealthShare 1 7 0 1.2K
Question Scott Beeson · Aug 18, 2016 Possible to comment in HL7 schema files? Did some searching online with no luck. In Studio, is it possible to add comments to .HL7 schema files? For instance<!-- This is a comment -->//or maybe this is<MessageStructure name='ACK' definition='MSH~MSA~[~ERR~]'/> #Studio #HL7 #HealthShare 1 1 0 360
Question Scott Beeson · Aug 4, 2016 Where to find cache.node globals download? Using Node.js with Caché - Introduction says the following: #Caché #Globals #Interoperability #Node.js 0 3 0 926
Question Scott Beeson · Jul 29, 2016 Service not using updated schema??? I'm doing some Schema changes. I used our existing standard schema as a base, which was already based on 2.3. So let's call our existing one Custom.MHC.Schema (based on 2.3). I created Custom.MHC.Schema.Advanced (based on Custom.MHC.Schema) and copied down one of the code tables then made a change to it.When I ran a message through, the code table change didn't show up. I noticed in the message viewer that the DocType is still Custom.MHC.Schema:ADT_A01 but the DocType Category is Custom.MHC.Schema.Advanced. #Ensemble #Business Service #HL7 0 1 0 445
Question Scott Beeson · Jul 28, 2016 Empty email digests I get email digests like this every few days. #DC Feedback 0 4 0 178
Question Scott Beeson · Jul 14, 2016 Are there any video tutorials on managed alerts? Took a look around and didn't find any. I'm playing with setting it up now in our dev environment but reading walls of text only gets me so far. #Monitoring #Ensemble 0 2 0 389