go to post Paul Riker · Jun 6, 2019 Thanks Robert. So am I wrapping those two things around my object.%Save()?
go to post Paul Riker · Dec 27, 2017 Any idea how to tell what the URL should be? Is there a table that lists the Add Ons? A package?
go to post Paul Riker · Nov 20, 2017 Ensemble production items. I want to know the relationship between processes and production items.
go to post Paul Riker · Nov 16, 2017 Is there a better approach than this?select convert(varchar(20),cast ('19770110' as datetime),101)
go to post Paul Riker · Sep 5, 2017 If I'm iterating through my dynamic SQL, do I need to clear my variables when I re-use them?
go to post Paul Riker · Jun 9, 2017 I added the code to work around the <MAXSTRING> error. If I try and transform OBX after my code, the <MAXSTRING> error comes back.
go to post Paul Riker · Jun 9, 2017 If I perform a transformation on my target before my code step, the code removes my transformation. <assign value='"F"' property='target.{OBX:ObservationResultStatus}' action='set' /><code><annotation>Convert to stream and copy to work around 32k character limitation</annotation><![CDATA[ do source.GetFieldStreamRaw(.stream, "OBX:5.5") do target.GetFieldStreamRaw(.dummy, "OBX:5.5", .rem) do target.StoreFieldStreamRaw(.stream, "OBX:5.5", rem)]]></code>
go to post Paul Riker · Apr 19, 2017 I can't receive it. I get "Discarding received non-hl7 data (963)"
go to post Paul Riker · Apr 4, 2017 That did the trick! I thought I had tried that but I think the test interface added more " for some reason.Thanks for the note on the nullify. These are A04s and A08s from ambulatory, so I wouldn't think PV1-45 would apply.
go to post Paul Riker · Sep 28, 2016 This worked HS.IHE.XDSb.RepositoryServices > HS.IHE.XDSb.DocumentSource.Operations
go to post Paul Riker · Sep 9, 2016 Can I reference this same value in a DTL? I want to map it to a property of my message.
go to post Paul Riker · Aug 22, 2016 This worked like a charm, thanks! What I didn't realize is that using commands in studio vs. cscession hiecontroller is different. Can I check the size of a specific table?
go to post Paul Riker · Jul 22, 2016 Can you tell me the specific syntax? Should I just be able to run %SYS.GlobalQuery?
go to post Paul Riker · Jul 22, 2016 I'm new to this so I'm sure it's me, but I get do ^%GSIZEDirectory name: /hs/data/mgr/ensemble/ => All Globals? No => NoGlobal ^0 globals selected from 187 available globals.No globals were selected!