Question Scott Beeson · Mar 15, 2017 How to unlock a namespace/environment? This is from CCR: ... Lock this environment to prevent changes? [yes]... AdminLock this environment ... [yes] How can I view these locks and change them? Either via terminal or %CSP.Portal.Home.zen interface? #CCR #Terminal #Caché 0 6 0 674
Question Scott Beeson · Feb 24, 2017 How do I import an exported ensemble operation? I created an outbound FTP File Adapter operation and I need to duplicate it to like 10 namespaces. I went to tools and clicked "Export" and saved it to the filesystem as an XML file. Now... how on God's green earth do I import it into another namespace? I'm cursing and throwing things over here... #Ensemble #Business Operation 0 4 0 761
Question Scott Beeson · Feb 15, 2017 Any other HIE employees or Information Exchange users out there? Just curious...I work for an HIE and it just feels like I'm on an island most of the time.I mean, there's not even a tag here for HIE or Information Exchange :) #HealthShare 0 3 0 300
Question Scott Beeson · Feb 7, 2017 [Suggestion] Flatten comments after first level (Note: I thought I had already posted this, but I think it was the other day when you were having hosting issues. Sorry if it is a duplicate)Lots of comments really screws up the layout. #DC Feedback 0 18 0 226
Question Scott Beeson · Feb 7, 2017 Regarding the AggregationId... I use the HS_IHE_ATNA_Repository.Aggregation table a lot. Someone just referred me to the HS_IHE_ATNA_Repository.Document table, which has an AggregationId column. I assume that column references the ID column in the .Aggregation table. If so, does this mean that if the same document was requested 1,000 times that there will be 1,000 entries for it in the .Document table? This seems inefficient to me. Why not have one record in the document table and have a DocumentId column in the Aggregation table? #Caché #HealthShare #SQL 0 7 0 418
Question Scott Beeson · Feb 6, 2017 Determine which repository a document came from via SQL I have the following query which tells me how many documents were retrieved for each customer, but it only works for the "on-demand" customers:SELECT PatientFacility, LEFT(LocalDateTime,7) as Mnth, Count(*)FROM HS_IHE_ATNA_Repository.AggregationWHERE EventType IN ('RecordRequest','RecordRequestBreakGlass')AND LocalDateTime >= '2016-01-01'AND LocalDateTime < '2017-01-01'GROUP BY PatientFacility, LEFT(LocalDateTime,7) #Caché #HealthShare #SQL 0 4 0 396
Article Scott Beeson · Feb 6, 2017 1m read https://www.stackoverflowbusiness.com/enterprise https://www.stackoverflowbusiness.com/enterprise #DC Feedback 1 3 0 239
Question Scott Beeson · Jan 30, 2017 Where can I find information on document repositories? In the table/class HS_Registry.document there is a column/property named RepositoryUniqueId. There are about 14 unique values, which pretty much lines up with the number of our "Push" (Provide & Register) participants and thus unique document repositories. However, these values just look like OIDs. I've been searching for over an hour and I can't find anywhere that will provide me some context to these "Repository IDs". Anyone have ideas or suggestions where I could find this info? #Object Data Model #HealthShare 0 3 0 514
Question Scott Beeson · Jan 30, 2017 [Question] Can mods convert comments to answers and vise versa? Example: https://community.intersystems.com/post/webmethod-issue-encoding-special...Looks like John Murray's comment should be an answer.Is it technically possible to convert it? Are there moderation policies on such things? #DC Feedback 1 1 0 217
Question Scott Beeson · Jan 12, 2017 [Suggestion/Request] Remove voting indicators for own-posts Typically the thumbsup/thumbsdown icons are grayed out until you vote for one. Then it is either red or green depending on which you selected. I like this behavior. However, on my own posts, the ones I cannot vote for, the indicators are both colored. Since the visual queue has already been established that this indicates a selected vote, I think this should be changed. Perhaps, since we cannot vote on our own posts, completely hide them. #DC Feedback 1 1 0 174
Question Scott Beeson · Jan 10, 2017 Ensemble Logo? Anyone know where I can find a higher quality version of the favicon used in the Ensemble production interface? #Ensemble 0 2 0 402
Question Scott Beeson · Dec 14, 2016 Incorrect grade/score calculation? As you can see, I got 100% in each section but 75% overall. There was one I got wrong but then changed. So either way, there is a disconnect between the breakdown and the total score. #Learning Portal 1 6 0 365
Question Scott Beeson · Dec 8, 2016 [Bug Filed] Can anyone explain this odd query behavior? SELECT MAX(LocalDateTime)FROM HS_IHE_ATNA_Repository.AggregationWHERE LocalDateTime < '2016-12-01'> 2016-11-30 23:59:59 That is exactly what I would expect. #SQL #HealthShare 0 3 0 306
Question Scott Beeson · Nov 21, 2016 [Answered] What are Healthshare AP and Healthshare Personal Community? In the WRC distributions download page, the following products are listed:HealthShareHealthShare APHealthShare Personal Community #HealthShare 0 3 0 476
Question Scott Beeson · Nov 18, 2016 This text editor... I swear... I had typed up a large reply and then learned something new so I intended to hit CTRL+A to select everything and delete it. Can't do that. Apparently CTRL+A, like backspace, causes the input field to lose focus.I HATE this editor. #DC Feedback 2 8 0 375
Question Scott Beeson · Nov 18, 2016 How to declare TSQL variable over JDBC connection? I'm trying to use the standard TSQL DECLARE syntax but I get the following error:[%msg: < IDENTIFIER expected, @ found^ DECLARE @>]How do I declare a variable? For instance:DECLARE @numrecords int = 10;SELECT TOP @numrecords FROM mytable; #Caché #JDBC #ODBC #SQL 0 3 0 810
Question Scott Beeson · Nov 18, 2016 Server closed communication device? I get this on some queries in some namespaces. For instance, this query:SELECT TOP 10 SessionId, datediff(s,min(TimeCreated),max(TimeCreated)) as ResponseTimeFROM ens.messageheaderGROUP BY SessionIdORDER BY ResponseTime DESCIt works fine in HSBUS but in HSREG it throws the error.Server closed communication deviceDoes anyone know what would cause this? Would it log something more useful somewhere? #Caché #Databases #JDBC #ODBC #SQL 0 7 0 992
Question Scott Beeson · Nov 16, 2016 Timestamp and notification problems I just received this email:Which shows I created the post 3 minutes ago. It was actually 9 months ago.In the post, you'll see the following answer and my response:It shows the answer was posted 1 hour 12 minutes ago, but I responded 8 months ago.¯\_(ツ)_/¯ #DC Feedback 0 1 0 218
Question Scott Beeson · Nov 9, 2016 How can I send a test message into my Healthshare instance? I have an amazing tool called 7edit for editing and sending HL7 v2 messages. I've searched hours for a similar tool for HL7v3 without luck. They're all web based, crappy, broken links, etc. #HL7 #SOAP #System Administration #HealthShare 0 1 0 432
Question Scott Beeson · Nov 9, 2016 High level explanation of how you would "attach" nondiscrete documents to a patient record? I am looking for a general overview of how you would attach a document to a patient record in healthshare. For instance, an Advance Directive or Living Will.Here are some starter questions:What format is required, if any? Can it be a PDF or DOC?How can/should it be submitted? HL7? XDS.b? Embedded in a CCD?Sorry for the open endedness. Any info would be helpful while I research this. #Beginner #HealthShare #Interoperability 0 6 0 478