2008 Mar 27 8:43 AM
Hi all,
I need to integrate internal partner system with PI and, if possible, without component IS-HCM (known as the transceiver).
Is possible this (with ALE scenario or Webservices)?
Thanks in advance,
Michele.
2008 Mar 27 9:03 AM
Hello Michele,
Sure you can build the internal communication with PI for ALE and Weberservice communication without using ISH-HCM.
SAP PI provides the iDOC Adapter to support ALE applications, iDOC adapter is an generic adapter from PI.
For the Webservice communication basically you will need the XML format which is the standard PI format and the technical adapters accordingly, e.g. SOAP, HTTP adapters ect. These are also PI generic technical adapters.
For more details please also visit http://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm
for information about PI adapters and here http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm
for information about Web Service Communication with PI.
I hope this could help you a little bit.
Best regards
Jing
2008 Mar 27 10:12 AM
Hi Jing,
thanks for you response but i need to understading if there is a standard solution (like ISH-HCM) to outbound messages from IS-H to PI for example when I modify patient master data and i save automatically send idoc to PI.
I hope to be clear.
Thanks in advance,
Michele.
2008 Mar 27 10:56 AM
hi michele,
if you're using i.s.h.med in a current release (6.0 SP11+) and if you want to communicate medical information you can have a look at the module i.s.h.med connectivity which supplies support for a number of use cases to send and receive medical data like Clinical Orders, Appointments and Documents. you might wanted to have a look at the respective release notes and/or the patched 6.0 documentation.
hope it helps. greetings, anton
2008 Mar 27 1:21 PM
Hi Anton,
I need for example send change of patient master data in IS-H and not in ISH-MED.
Thanks,
Michele.
2008 Mar 27 1:34 PM
Hi Michele,
The solution of your samples: outbound messages of create patient or change patient from ISH via PI to outside, could be realized by the SAP Patient Management (previous ISH) web services.
The technique is WSDL/ XML in PI but not iDOC. We defined the services like create patient or change patient, these services will be generated as service interfaces in PI. The service interfaces will be mapped to HL7 messages and will be transfered to outside systems.
For the technical details you may go to my blogs:/people/jing.chen-schirrmeister/blog/2007/10/27/how-can-sap-esoa-147talks148-to-hl7-message
Best regards
Jing