Question Paul Riker · Oct 5, 2016 Rule Editor - Property Does Not Exist - PID:PatientIDInternalID() I'm trying to read PID-3 and route the message based on if a certain prefix existed, but I keep getting Property Does Not Exist.I've triedHL7.(PID:PatientIDInternalID()) Contains "COS"HL7.(PID:PatientIDInternalID(1)) Contains "COS"HL7.{PID:PatientIDInternalID()} Contains "COS"HL7.{PID:PatientIDInternalID(1)} Contains "COS"This is a 2.3 MDM message. Thanks! #Business Rules #HL7 #Ensemble 0 1 0 574
Question Paul Riker · Sep 27, 2016 XDSb Provide and Register Passthrough I want Healthconnect to be the middle man between my client and my respository vendor. I've setup HS.IHE.XDSb.RepositoryServices > HS.IHE.XDSb.Respository.Process>HS.IHE.XDSb.DocumentSource.Operations Is this the correct approach? #Business Operation #Business Process (BPL) #Business Service #Ensemble #Health Connect 1 1 0 484
Question Paul Riker · Sep 19, 2016 Custom Router vs. Standard Router What are the pros and cons of developing a custom database driven routing engine vs. using the Ensemble standard routing engine. What I'm trying to accomplish with the custom routing engine is less manual intervention every time a new route is added. The con I can see with the custom engine is performance may lag behind the standard engine. My development vs. Intersystems essentially.I appreciate feedback. Thanks! #Business Process (BPL) #Ensemble 0 3 0 432
Question Paul Riker · Aug 24, 2016 cacheStream Table I ran %GSIZE and my ^cacheStream global is very large. How do I go about 1. Evaluating what data is in the global. 2. Clean it up. Thanks! #Globals #Object Data Model #Caché 0 1 0 681
Question Paul Riker · Aug 9, 2016 Storage Management We want to isolate the storage of our CCDAs from our HL7 V2 data, but keep them under the same namespace. From my understanding, I should create a new database then store those classes related to CCDAs in that database. Is this the correct approach? #Databases #Namespace #HL7 #HealthShare 0 1 0 418
Question Paul Riker · Aug 5, 2016 SourceConfig Reference What is the syntax for referencing the source config from my process OnRequest method? #Business Process (BPL) #Ensemble 0 3 0 427
Question Paul Riker · Aug 1, 2016 OS Encryption vs. Ensemble Encryption We are currently performing encryption at the OS level but it makes storage expansion complicated. Any feedback on OS encryption vs. Ensemble? Pros/Cons. We will have CentOS7 on our new server.Thanks #Security #Encryption #Ensemble 0 2 0 371
Question Paul Riker · Jul 18, 2016 HL7 Segment Query I want to query the cache database for messages where a specific HL7 segment equals a specific value. Does Cache have a pipe to XML or hl7 segment query function? #Message Search #SQL #Caché 0 3 0 2.1K
Question Paul Riker · Jul 11, 2016 Database Table Size Hi All,We are doing capacity planning. I want to track the number of rows and size of each table (or at least the top ~10). Any ideas?Thanks #Databases #Caché 1 9 1 3.8K
Question Paul Riker · Jul 6, 2016 White Space between http header and text I am writing a static SOAP response to simply test connectivity. The end users is getting an error "Message: The processing instruction target matching [xX][mM][lL] is not allowed.", which I believe is related to white space. if I observe the response, it looks like there are two blank lines between the header and the body, which I'm guessing is the white space problem. But I can't seem to get rid of it. Any ideas? Code: #SOAP #Caché 0 3 0 1.3K
Question Paul Riker · Jun 29, 2016 CSP Illegal Value error I've created a CSP page to take in a base64 value from a <textarea> and decode it. When I run it I get the error . Any ideas?Error: <ILLEGAL VALUE>zOnPageBODY+28^csp.decode.1ErrorNo: 5002Here is my code #CSP #Object Data Model #Caché 0 12 0 1.2K