Question Lowell Buschert · Feb 25, 2024 Getting a response on an httpRequest from objectscript client to Python Server I am sending an httpRequest from ObjectScript to a python server. I am not receiving a response in OS OS config On the client side // Create an HTTP request object Set httpRequest = ##class(%Net.HttpRequest).%New() // Set the server URL Set httpRequest.Server = "http://127.0.0.1:8080" // Set content type to JSON Set httpRequest.ContentType = "application/json" #JSON #ObjectScript #Python #Caché 0 5 0 196
Question Lowell Buschert · Feb 13, 2024 Looking for examples of initiating objectscript code on a return from searching for patient in clinical viewer I have some code written in objectscript but need to trigger it from clinical viewer. Someone does a search for a patient with a not found response which then triggers the code #ObjectScript #InterSystems IRIS 0 3 0 177