go to post Ian Minshall · Sep 15, 2017 Is it always at the end? .. ie after the last '+'. if so then $P(text, "+", *) will get it for you
go to post Ian Minshall · Sep 15, 2017 Assume you have a business service called 'ServiceOne' in your production which is adapterless You then just need the following code to call it.. set st = ##class(Ens.Director).CreateBusinessService("ServiceOne", .theService) quit:$$$ISERR(st) // or whatever you want on an error set st = theService.ProcessInput(request, .response) quit:$$$ISERR(st) // or whatever you want on an error
go to post Ian Minshall · Sep 14, 2017 Tom, are you aware that Care Connect is moving to FHIR STU3.Is support for 'standard' STU3 in the pipeline for any release soon?