Create Business Service to Read HL7 Message from Rest-API
I am using Intersystems Iris Community Edition. I have created a Rest Api to post HL7 message directly through postman. It is working fine, But I want to create the business service to read the HL7 message from Rest- Api. I tried to create this, but I am not understanding how to do that. Can anybody help me?
Product version: IRIS 2023.3
EnsLib.HL7.Service.HTTPService may suit your needs : it implements reading HL7 message from incoming HTTP request.
Hi @Fahima Ansari !
You can check this example by @Guillaume Rongier