Tanden Care Provider Interfaces Reverse Claim v1

Size: px
Start display at page:

Download "Tanden Care Provider Interfaces Reverse Claim v1"

Transcription

1 Integrationskrav.dot PB3 Tanden Care Provider Interfaces Integrationskrav ICC

2 2 (18) Attachment- and reference list Number Title, document ID, search path 1 ZT_I_028_ZSubmit.doc PA3 2 TandenTypes.xsd SHS_JMS_Interface Tanden.doc PA _01_01_E-308AutomaticFullReversalCorrections.DOC PA2 2(18)

3 3 (18) Table of contents 1. INTRODUCTION INTEGRATIONS INTEGRATION REVERSE CLAIM REQUEST... 7 Message and translation... 7 Sample XML... 9 RECEIPT Message and translation Sample XML REVERSE CLAIM RESPONSE (SYNCHRONOUS FROM ) Message and translation Sample XML ERROR MESSAGE Message and translation Possible Error Response Codes INTEGRATION REVERSE CLAIM RESPONSE (ASYNCHRONOUS FROM ) Message and translation Sample XML VOLUMES (18)

4 4 (18) 1. Introduction The main information is this document is the tables which contain all parameters and their translation between XML and BAPI parameters. There is some color codes used in the tables: Color Description Cells are changed or added in this version. Parameters are removed in this version. Parameter is not translated between XML and BAPI. Grouping element which does not contain a single value, but several parameters. Table 1 Overview over color codes used in the message parameter and translation tables. 2. Integrations The Care Provider Interface Reverse Claim makes use of two interfaces at the ESB level: No Description 1 An integration used to allow the dental system to send a reverse claim request to SAP which would be evaluated. 2 SAP pushes an evaluated response back to the dental system via ESB and SHS. If the reverse claim request is sent to manual handling, a preliminary response is sent using the same interface and message as the final response. The message request will be sent in a synchronous fashion via JMS queues from the SHS System to JCAPS. The message flow for a correction request is depicted in Figure 1. 4(18)

5 5 (18) Dental System SHS JMS ESB Rule Burst Engine 1. Reverse Claim Request 2. Reverse Claim Request Receipt Response 13. Get Message Request Get Message Request 14. Get Message Response Reverse Claim Response 19. Get Message Request Get Message Request 3. Request Delivery Reverse Claim Request 11. Dequeue Query 12. Dequeue Response Reverse Claim Response 17. Dequeue Query 18. Dequeue Response Reverse Claim Response 4. Request Delivery Reverse Claim Request 10. Manual Handling Notification Reverse Claim Response 16. Reverse Claim Response Reverse Claim Response 5. Z_REVERSE_ CLAIM_REQUEST 6. RFC Response 9. ZBAPISUB_ REVERSE_CLAIM_ RESPONSE 15. ZBAPISUB_ REVERSE_CLAIM_ RESPONSE 7. Evaluate Rules 8. Evaluate Rules Response 20. Get Message Response Reverse Claim Response Figure 1 Sequence diagram for a Reverse Claim request call. 5(18)

6 6 (18) Architecturally, the messages will flow in the following manner: Figure 2 Architectural overview over a Reverse Claim request call. In the case of an error, The JCAPS system should place the inbound message back into the processing queue to retry later. 6(18)

7 7 (18) 3. Integration 1 The interface is invoked by the dental system which sends a request and receives a synchronous response back. The second integration which describes the asynchronous response sent back to the dental system mailbox is described in the next chapter. Reverse Claim Request The Reverse Claim request message is used as an input message to the Reverse Claim interface. It contains all of the details that must be provided in order for a correction to be processed by the Försäkringskassan system. The SAP function module to call via RFC is Z_REVERSE_CLAIM_V1. Message and translation The following section describes how to translate the incoming request parameters and attributes from the XML message (i.e. a Correction message) received at the JCAPS Enterprise Service Bus into the request that must be sent to the SAP system through RFC. Any BAPI parameters that are not mentioned in the table below are optional and will not need to be sent in. Name shs-invokedinterface XML BAPI Transformation info Comments Element / Attribute Optional Data type Parameters Comp. Transformation Description Comments char (36) request-id Attribute char (36) I_REQUEST_ID No No ID used to link the request with the response. The request id is sent to the BAPI in order to be able to link the request with the asynchronous response. 7(18)

8 8 (18) XML BAPI Transformation info Comments Name Element / Attribute Optional Data type Parameters Comp. Transformation Description Comments vendor-name Attribute X char (60) N/A This attribute may be ignored. It is not sent to the BAPI product-name Attribute X char (60) N/A This attribute may be ignored. It is not sent to the BAPI version-number Attribute X char (15) N/A This attribute may be ignored. It is not sent to the BAPI organizationnumber Attribute X int (10) I_ORG_NUM No No The organizational number of the care provider. user-id Attribute int (12) I_USER_ID No No User sending the request. clinic-id Element int (8) I_CLINIC_ID No No The id that the clinic has been assigned by FK. claim-id Element int (10) I_CLAIM_ID No No The claim that is requested to be reversed by using a correction case. Table 2 Overview over parameters and their translation for the Reverse Claim Request. This parameter is sent in to be able to attach the correct organization number to the asynchronous response. 8(18)

9 9 (18) Sample XML Figure 3 Sample XML for a ReverseClaimRequest message. 9(18)

10 10 (18) Receipt A receipt is sent back to the user when the request has been received correctly. The receipt does not contain any specific parameters, just the request id and organization number in order to match the response with the request. Message and translation The parameters and translation is shown in the table below: BAPI XML Transformation info Comments Parameter Name Element / Attribute Optional Data type Comp. Transformation Description Comments N/A request-id Attribute char (36) N/A ID used to link the response with the request. N/A organizationnumber Attribute int (10) N/A Used to place the message in the right mailbox in in SHS. Table 3 Overview over the parameters and their translation for a ReceiptResponse. This value must be copied from the request-id message on the inbound request XML message. This value will also be set as a JMS property. 10(18)

11 11 (18) Sample XML The following sample demonstrates a possible response returned synchronously: Figure 4 Sample XML for the ReceiptResponse message. Reverse Claim Response (Synchronous from ) SAP will always return a synchronous response to the correction. This response will indicate if the correction was approved automatically, denied automatically or sent to manual handling. The end-user will not receive the response synchronously since a receipt was already returned but the response will be sent to the clinics mailbox inside a GetMessage container message. Message and translation BAPI XML Transformation info Comments Element Parameter Name / Attribute Optional Data type Comp. Transformation Description Comments E_STATUS Thie field will be populated with an E in case of an error and S if the call was successful. When sent as S this ReverseClaimResponse structure 11(18)

12 12 (18) N/A request-id Attribute char (36) N/A organizationnumber Attribute int (10) should be mapped. This attribute should be taken from the REQUEST-ID JMS property, specified within the UserProperties section of the message. This attribute should be taken from the <environment_prefix>_sender JMS property, specified within the UserProperties section of the message. N/A (clinic-id) N/A This attribute should be taken from the <environment_prefix>_sender JMS property, specified within the UserProperties section of the request message. E_CLAIM_STATUS status Element char (1) No No Indicating the status of the correction case for reversing the specified claim. E_CORRECTION_CASE_ID correctioncase-id Element X int (10) No No This field corresponds to the Service Order ID created in SAP Table 4 Overview over the parameters and their translation for the synchronous Reverse Claim Response. This attribute should be taken from the <environment_prefix>_sender JMS property, specified within the UserProperties section of the request message. Valid values: A = Approved M = Manual Handling D = Declined 12(18)

13 13 (18) Sample XML The following sample message demonstrates a typical response where the correction request was sent to manual approval: Figure 5 Sample XML for a synchronous ReverseClaimResponse message. Error Message An error response is sent if there is a technical problem or if the header validation fails. Technical errors could be sent directly from the ESB, but header validation errors are sent from SAP. In the case where the inbound message from SHS is corrupted or there is an issue sending the request to SAP, JCAPS will generate an error response and send it to the clinic mailbox. In the situation where the message cannot be read, values such as the RequestId and Organisation number will not be accessible, so in order to send a correct error response, in all cases details need to be retrieved from user defined JMS properties associated with the inbound message. Error messages are sent back synchronously from SAP, but asynchronously from the dental journal systems point of view. 13(18)

14 14 (18) Message and translation BAPI XML Transformation info Comments Element Parameter Name / Attribute Optional Data type Comp. Transformation Description Comments N/A request-id Attribute char (36) N/A Attribute int (10) This attribute should be taken from the <environment_prefix>_correlation_id JMS property, specified within the UserProperties section of the message. This attribute should be taken from the <environment_prefix>_sender JMS property, specified within the UserProperties section of the message. E_STATUS N/A This field is will be populated with an E. N/A error N/A E_ZCLAIM_MESSAGE\ E_ERROR_NUMBER E_ZCLAIM_MESSAGE\ E_ERROR_MESSAGE E_ZCLAIM_MESSAGE\ E_ERROR_DETAIL organizationnumber error/errorcode error/errortext error/errordetails Element Element int (3) char (255) Element X char (255) No No The unique code for the type of error that has occurred No No The header/short description of the error No No A more detailed description of the error. Table 5 Overview over the parameters and their translation for the Error Message response. 14(18)

15 15 (18) Possible Error Response Codes Code Text Source English Translation 001 Connection Error Any Connection Error 002 Technical Error Any Technical Error 003 Invalid XML SHS Invalid XML 004 Vi har just nu tekniska problem. Du ska inte skicka om din begäran utan vi kommer att hantera denna när våra problem är lösta. 901 Obligatoriska parametern <parameter> saknades 902 Otillåtna parametern <parameter> skickades in 903 Besöket kan inte registreras för tillfället, var god försök igen senare SHS - Missing parameter: <parameter> Invalid parameter: <parameter> Visit can not be registered at the moment, please try again later. (Patient locked) 910 Användaren kunde inte hittas The user could not be found in the system 911 Vårdgivar-ID kunde inte hittas The care provider could not be found in the system 912 Mottagnings-ID kunde inte hittas The clinic could not be found in the system 913 Relationen mellan vårdgivare och mottagning kunde inte hittas The relation between care provider and clinic could not be found in the system 914 Besöket kunde inte hittas The visit could not be found in the system 929 Besöket är inte godkänt/delvis avslag och kan inte korrigeras 930 Angiven klinik är inte den klinik som sänt in det ursprungliga besöket 931 Ärendet handläggs manuellt då besök inte är det senast godkända 932 Ärendet handläggs manuellt då besöket skedde för mer än 14 dagar sedan 933 Det finns en efterhandskontroll på besöket och kan inte korrigeras 934 Det finns redan en korrigering på detta besök 935 Mottagningen kan inte skicka in automatkorrigeringar The visit is not approved/partially approved and full reversal is not possible Specified clinic is not the same as the one that submitted the original visit The correction will be assessed manually since it is not the last approved visit The correction will be assessed manually since it occurred more than 14 days ago There is control case on the reimbursement visit and full reversal is not possible There is already a correction case on the specified visit The clinic can not send in automatic corrections Table 6 List of possible error messages when sending a ReverseClaimRequest. 15(18)

16 16 (18) 4. Integration 2 The interface is invoked by SAP when a claim has been processed. The initial status could be one of the following: A: Approved M: Manual Handling If the claim status is Manual Handling it means that no final decision about the claim has been taken yet. The claim request will then be handled manually after which a second response is sent with one of the following statuses: A: Approved D: Declined 16(18)

17 17 (18) Reverse Claim Response (Asynchronous from ) If the ReverseClaimRequest validates correctly after manual handling, SAP will return a ReverseClaimResponse message through the push interface. The name of the BAPI in that the ESB will use to define the structure is ZBAPIREVCLAIM_V1 The program ID that the ESB will register in SAP is ICC-REVERSE-V1 Message and translation BAPI XML Transformation info Comments Parameter Name Element / Attribute Optional Data type Comp. Transformation Description Comments E_REQUEST_ID request-id Attribute char (36) No No ID used to link the response with the request. E_ORG_NUM organizationnumber Attribute int (10) No No The organizational number of the care provider. E_CLINIC_ID N/A The id that the clinic has been assigned by FK. E_CLAIM_STATUS status Element char (1) No No Indicating the status of the correction case for reversing the specified claim. E_CORRECTION_CASE_ID correction-caseid Element X int (10) No No This field corresponds to the Service Order ID created in SAP Table 7 Overview over the parameters and their translation for the asynchronous Reverse Claim Response. Used to be able to link the request with the response sent back asynchronously The clinic id returned by SAP in order to place the message in the right mailbox. The JMS property <environment_prefix>_endrecipient will need to be populated with the value returned from SAP. Valid values: A = Approved D = Declined 17(18)

18 18 (18) Sample XML The following sample message demonstrates a typical response where the correction request validated correctly: Figure 6 Sample XML for an asynchronous ReverseClaimResponse message. 5. Volumes Number of messages: 6136 per year Mont Da Busy hour h 511 y 17 Distribution to be spread throughout the day, but likely to be more load during the workday hours Size of message: ~0.5kb Table 8 Preliminary forecast for the volumes of ReverseClaimRequest messages. 18(18)

Tanden Care Provider Interfaces PreAssessmentSTB v3

Tanden Care Provider Interfaces PreAssessmentSTB v3 Tanden Care Provider Interfaces Integrationskrav ICC 2 (21) Table of contents 1 INTRODUCTION... 3 2 INTEGRATIONS... 4 3 INTEGRATION 1... 6 3.1 PREASSESSMENTSTB REQUEST... 6 3.1.1 Message and translation...

More information

Tanden Care Provider Interfaces Send Attachment v2

Tanden Care Provider Interfaces Send Attachment v2 Tanden Care rovider Interfaces Integrationskrav ICC 2 (17) Table of contents 1 2 3 4 5 INTRODUCTION... 3 INTEGRATIONS... 4 INTEGRATION 1... 6 3.1 SENDATTACHMENT REQUEST... 6 3.1.1 Message and translation...

More information

Tanden Care Provider Interfaces Submit Claim v3

Tanden Care Provider Interfaces Submit Claim v3 Tanden Care Provider Interfaces Submit Claim v3 Integrationskrav ICC 2 (32) Table of contents 1 2 3 4 5 INTRODUCTION... 3 INTEGRATIONS... 3 INTEGRATION 1... 6 3.1 SUBMITCLAIM REQUEST... 6 3.1.1 Message

More information

Tanden Care Provider Interfaces ValidateClaim v3

Tanden Care Provider Interfaces ValidateClaim v3 Tanden are Provider Interfaces Integrationskrav I 2 (23) Table of contents 1 INTRODUTION... 3 2 INTEGRATIONS... 4 3 INTEGRATION 1... 6 3.1 VALIDATELAIM REQUEST... 6 3.1.1 Message and translation... 6 3.1.2

More information

Information Meeting FACULTIES OF HUMANITIES AND THEOLOGY

Information Meeting FACULTIES OF HUMANITIES AND THEOLOGY Information Meeting FACULTIES OF HUMANITIES AND THEOLOGY Information Meeting 20 August 2015 FACULTIES OF HUMANITIES AND THEOLOGY Your coordinators Katarina Wingkvist International Coordinator Fanni Faegersten

More information

Microsoft + SOA = Sant? Joakim Linghall Principal System Engineer SOA and Business Process joakiml@microsoft.com

Microsoft + SOA = Sant? Joakim Linghall Principal System Engineer SOA and Business Process joakiml@microsoft.com Microsoft + SOA = Sant? Joakim Linghall Principal System Engineer SOA and Business Process joakiml@microsoft.com Agenda Real World SOA En plattform för SOA ESB SOA Governance Exempel Lite om framtiden

More information

Design Suggestions for Danske Bank SE

Design Suggestions for Danske Bank SE 2013 10 14 Version 1.0 Instigated and approved by: Compiled by: Karin Haskå (KHAS) Ian Baden (IAB) Jim Persson (JIMP) Design Suggestions for Danske Bank SE Collected design suggestions from the swedish

More information

PRTK. Password Recovery ToolKit EFS (Encrypting File System) http://en.wikipedia.org/wiki/encrypting_file_system

PRTK. Password Recovery ToolKit EFS (Encrypting File System) http://en.wikipedia.org/wiki/encrypting_file_system PRTK Password Recovery ToolKit EFS (Encrypting File System) http://en.wikipedia.org/wiki/encrypting_file_system PRTK Overview - Interface Manage Profiles... Dictionary Tools... Right or double click to

More information

BizTalk 2013, Hands on, IaaS, Paas - Hybridbaserade integrationslösningar med BizTalk lokalt och/eller i molnet

BizTalk 2013, Hands on, IaaS, Paas - Hybridbaserade integrationslösningar med BizTalk lokalt och/eller i molnet BizTalk 2013, Hands on, IaaS, Paas - Hybridbaserade integrationslösningar med BizTalk lokalt och/eller i molnet Detta seminarium fokuserar på att visa nyheterna och möjligheterna för köra BizTalk 2013

More information

Interface Programmera mot interface Johan Eliasson Johan Eliasson Interface kan bryta beroendekedjor Skriv generell kod «Type» Class2 Interface

Interface Programmera mot interface Johan Eliasson Johan Eliasson Interface kan bryta beroendekedjor Skriv generell kod «Type» Class2 Interface Interface Snabba att implementera Programmera mot interface Bryter beroenden Gör det enklare att samarbeta Gör det enkelt att i ett senare skede byta ut implementationer mot effektivare Interface kan bryta

More information

Vet du redan nu att du vill studera på Emirates Academy kan du fylla i ansökan nedan och skicka till KILROY.

Vet du redan nu att du vill studera på Emirates Academy kan du fylla i ansökan nedan och skicka till KILROY. ANSÖKAN Emirates Academy Undergraduate KILROY education hjälper dig med ansökan till Emirates Academy. Vi ger dig information om kurser, antagningskrav, terminsavgifter, CSN, boendemöjligheter och visum.

More information

TDDB84 Design Patterns Exam

TDDB84 Design Patterns Exam TDDB84 Design Patterns Exam Tid: 14-18 October 15, 2005 Place: Ter1 (Terra) Skriv namn, klass, och personnummer på samtliga lösa blad. Poängavdrag kommer att göras om punkterna nedan inte åtföljs! Write

More information

Adjectives/adverbs When do you use careless and when do you use carelessly?

Adjectives/adverbs When do you use careless and when do you use carelessly? To work on grammar and vocabulary at school and at home you can use: http://www.englisch-hilfen.de/en Adjectives/adverbs When do you use careless and when do you use carelessly? He is a careless driver

More information

The Future Roadmap of BizTalk Server. Johan Hedberg, Logica Solution Architect, MCT, MVP

The Future Roadmap of BizTalk Server. Johan Hedberg, Logica Solution Architect, MCT, MVP The Future Roadmap of BizTalk Server Johan Hedberg, Logica Solution Architect, MCT, MVP 83 Session objectives Briefly introduce BizTalk Server Demo BizTalk Server 2009 scenarios Describe BizTalk Server

More information

If You Get Sick during a Temporary Stay Abroad [Sjuk vid tillfällig vistelse utomlands]

If You Get Sick during a Temporary Stay Abroad [Sjuk vid tillfällig vistelse utomlands] If You Get Sick during a Temporary Stay Abroad [Sjuk vid tillfällig vistelse utomlands] If you are temporarily staying in another EU/EEA country or Switzerland, you are entitled to necessary health care

More information

1999-2006 enom, Inc. API response codes

1999-2006 enom, Inc. API response codes API response codes Introduction When you run a query against the enom API, the response includes a numeric code and a corresponding text message. This allows us to standardize our responses and make them

More information

Demo Gotland (Smart Customer Gotland)

Demo Gotland (Smart Customer Gotland) Demo Gotland (Smart Customer Gotland) Monica Löf, Research & Development, Vattenfall Smart Grid Gotland Agenda Vattenfall at a glance Project overview and setup Customer analysis Vattenfall, at a glance

More information

Jag valde att använda Net-EPP_client.php från centralnic för att komma igång.

Jag valde att använda Net-EPP_client.php från centralnic för att komma igång. EPP och PHP Det finns flera olika klienter där ute för att hantera epp. Net_EPP_client.php phpsrs Hanterar bara EPP kommunikationen. Enkel http://labs.centralnic.com/net_epp_client.php Mer komplett Klarar

More information

Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger.

Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger. Institutionen för lingvistik - Survey of travel at SU for 2013 Answer Count: 16 Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger. Specify

More information

WebSphere Commerce and Sterling Commerce

WebSphere Commerce and Sterling Commerce WebSphere Commerce and Sterling Commerce Inventory and order integration This presentation introduces WebSphere Commerce and Sterling Commerce inventory and order integration. Order_Inventory_Integration.ppt

More information

SAS Data Integration SAS Business Intelligence

SAS Data Integration SAS Business Intelligence Kursöversikt 2010 SAS Education Providing knowledge through global training and certification SAS Data Integration SAS Business Intelligence Specialkurser SAS Forum 2010 Kontaktinformation Stora Frösunda

More information

Sjukförsäkring. If you are signed off sick for a long period. Include your family!

Sjukförsäkring. If you are signed off sick for a long period. Include your family! Sjukförsäkring If you are signed off sick for a long period Long-term sickness can have a considerable effect on your finances. Reduction in income due to long term sickness can often lead to financial

More information

ANVÄNDARINSTRUKTION Patientlyftvåg SLSC2 200kg/100g

ANVÄNDARINSTRUKTION Patientlyftvåg SLSC2 200kg/100g ANVÄNDARINSTRUKTION Patientlyftvåg SLSC2 200kg/100g På sidorna 2 och 3 finns den svenska användarhandledningen som innehåller det den vanliga användaren behöver känna till. Vågen levereras med de tillbehör

More information

Panthera - A Helpdesk System developed in Visual Studio.NET

Panthera - A Helpdesk System developed in Visual Studio.NET Panthera - A Helpdesk System developed in Visual Studio.NET Master Thesis, 40 Credits Katarina Gyll & Peter Gyll November 2003 ii Abstract Every company that has products or services on the market has

More information

SAS Education Providing knowledge through global training and certification. SAS Foundation. Kursöversikt 2010

SAS Education Providing knowledge through global training and certification. SAS Foundation. Kursöversikt 2010 Kursöversikt 2010 SAS Education Providing knowledge through global training and certification SAS Foundation SAS Forum 2010 och specialkurser SAS Master Class Kontaktinformation Stora Frösunda Gård Box

More information

Readme10_054.doc page 1 of 7

Readme10_054.doc page 1 of 7 Readme10_054.doc page 1 of 7 Date of production: 2007-12-03 News in 10_054 Hardware 1) New thyristor module DASD 145, 600 V - 500 A 2) Improved speed control with incremental encoder at very low speed

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203.

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : II / III Section : CSE Subject Code : CP7028 Subject Name : ENTERPRISE

More information

Integration using IBM Solutions

Integration using IBM Solutions With special reference to integration with SAP XI Email: keithprabhu@hotmail.com Table of contents Integration using IBM Solutions Executive Summary...3 1. Introduction...4 2. IBM Business Integration

More information

Sweden National H.O.G. Rally. 23 25 July 2010

Sweden National H.O.G. Rally. 23 25 July 2010 Kiss a Moose, Massage and Rock Karaoke. Ever felt like kissing a Moose? Millestgården Moose Farm in Åre, Sweden offer you the opportunity to get close to the animal the Scandinavians call "The king of

More information

An Oracle White Paper November 2009. Oracle Primavera P6 EPPM Integrations with Web Services and Events

An Oracle White Paper November 2009. Oracle Primavera P6 EPPM Integrations with Web Services and Events An Oracle White Paper November 2009 Oracle Primavera P6 EPPM Integrations with Web Services and Events 1 INTRODUCTION Primavera Web Services is an integration technology that extends P6 functionality and

More information

MME TECHNICAL SERVICE NEWSLETTER GROUP 16 ALTERNATOR LOOSE PULLEY _ 4N13 DATE 12 06-2012 SERVICE CAMPAIGN (REF. MMC: SSI-12-023)

MME TECHNICAL SERVICE NEWSLETTER GROUP 16 ALTERNATOR LOOSE PULLEY _ 4N13 DATE 12 06-2012 SERVICE CAMPAIGN (REF. MMC: SSI-12-023) MME TECHNICAL SERVICE NEWSLETTER NEWSLETTER MODEL ENL-12-018-SC ASX (GA6W) GROUP 16 SUBJECT ALTERNATOR LOOSE PULLEY _ 4N13 DATE 12 06-2012 SERVICE CAMPAIGN (REF. MMC: SSI-12-023) På grund av felaktig åtdragning

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

Tycker du att det bor vara tillatet att skicka sina barn till kristna friskolor? Freq. Percent Cum.

Tycker du att det bor vara tillatet att skicka sina barn till kristna friskolor? Freq. Percent Cum. Blinder, Ford, Ivarsflaten and Oskarsson, Secularism or anti-muslim sentiment. Supplementary material 1. Swedish items schools experiment Mp4_Q57: Christian schools Swedish wording: En del föräldrar i

More information

IBM idag. Johan Rittner VD IBM Svenska

IBM idag. Johan Rittner VD IBM Svenska IBM idag Johan Rittner VD IBM Svenska Agenda 2014 var ett händelserikt år Strategin - Organisation Svenska tillväxtplanen Tillbakablick 2014:Year of strategic transformation for IBM $1.2B Global Cloud

More information

Setting Up an AS4 System

Setting Up an AS4 System INT0697_150625 Setting up an AS4 system V1r0 1 Setting Up an AS4 System 2 Version 1r0 ENTSOG AISBL; Av. de Cortenbergh 100, 1000-Brussels; Tel: +32 2 894 5100; Fax: +32 2 894 5101; info@entsog.eu, www.entsog.eu,

More information

Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development. Release 1.0 Oracle FLEXCUBE Universal Banking 12.0 RAD Notification Development Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 4 2 Introduction... 4 2.1

More information

Martin Holmgren Vice President Fleet Management Cramo Group +46706276860

Martin Holmgren Vice President Fleet Management Cramo Group +46706276860 Martin Holmgren Vice President Fleet Management Cramo Group +46706276860 Utskifting hvor langt kan man strekke seg? - når k-punktet er passert bakkerekord eller knall og fall? Utskifting hvor langt kan

More information

Category work in courtroom talk about domestic violence: Gender as an interactional accomplishment in child custody disputes

Category work in courtroom talk about domestic violence: Gender as an interactional accomplishment in child custody disputes Category work in courtroom talk about domestic violence: Gender as an interactional accomplishment in child custody disputes Henrik Ingrids Department of Child and Youth Studies Stockholm University Appendix:

More information

I.WE.STHLM - Student apartment hotel (excerpt from project presentation) 2015-06-01

I.WE.STHLM - Student apartment hotel (excerpt from project presentation) 2015-06-01 I.WE.STHLM - Student apartment hotel (excerpt from project presentation) 2015-06-01 Stockholm a city for students? population is expected to reach more than Bålsta 1 000 000 Top 20 Mercer Quality Bro of

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Elektronikavfall. Thomas Lindhqvist IIIEE Lund University. 18 February 2009

Elektronikavfall. Thomas Lindhqvist IIIEE Lund University. 18 February 2009 Elektronikavfall Thomas Lindhqvist IIIEE Lund University 18 February 2009 Elektronik och miljö Problem? Livscykeltänkande Elektronikavfall kopplat till livscykeln W hat is e- w aste ( W EEE)? Varför elektronikavfall?

More information

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 ODEX Enterprise Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 Copyright Data Interchange Plc Peterborough, England, 2013. All rights reserved. No part of this document may be disclosed

More information

000-373. IBM WebSphere Business Monitor V6.2, Solution Development

000-373. IBM WebSphere Business Monitor V6.2, Solution Development 000-373 IBM WebSphere Business Monitor V6.2, Solution Development Version 23.7 QUESTION NO: 1 What does Business Activity Monitoring encompass? A. Measuring business performance. B. Observing real-time

More information

TRA Q2 2013 - NORDIC RELEASE - JULY 2013

TRA Q2 2013 - NORDIC RELEASE - JULY 2013 TRA Q2 2013 - NORDIC RELEASE - JULY 2013 TRAVEL INDUSTRY EXPECTANCY INDEX January 2012 - Nordic Introduction Travel Industry Expectancy Index is an independent temperature gauge on Nordic travel companies

More information

DECISION/BESLUT 2003-09-30

DECISION/BESLUT 2003-09-30 DECISION/BESLUT 2003-09-30 Ärendenr. 23. Sökande/Complainant IT Butikken A/S, Danmark Motpart/Respondent Shoppingsajterna Svenska AB, 556577-2547, Önsvala Gård, 245 93 Staffanstorp Saken/The Matter Alternativt

More information

Repetition inför tentan. Kommunikation. Infrastruktur. ÖP 13-17 Inga hjälpmedel. v v v

Repetition inför tentan. Kommunikation. Infrastruktur. ÖP 13-17 Inga hjälpmedel. v v v Repetition inför tentan v v v ÖP 13-17 Inga hjälpmedel Kommunikation Infrastruktur 1 Skalbarhet När det inte går bra Organisation 2 Illvilja Repetition inför tentan Tentan hur kommer den att bli? 13-17

More information

Integration platform. Reference architecture for integration describes the architecture in the grey box (as we want it to be).

Integration platform. Reference architecture for integration describes the architecture in the grey box (as we want it to be). Reference Architecture in Sweden janne.sillanpaa@intersystems.com Reference architecture What is a reference architecture? A blueprint for an architecture that can be implemented in different ways (as

More information

Sickness benefit [Sjukpenning]

Sickness benefit [Sjukpenning] Sickness benefit [Sjukpenning] You are entitled to sickness benefits from Försäkringskassan [the Swedish Social Insurance Agency] when you cannot work due to illness. You can receive sickness benefits

More information

White paper. Planning for SaaS Integration

White paper. Planning for SaaS Integration White paper Planning for SaaS Integration KEY PLANNING CONSIDERATIONS: Business Process Modeling Data Moderling and Mapping Data Ownership Integration Strategy Security Quality of Data (Data Cleansing)

More information

1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty

1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty 1 Exam 2 The exam consists of four parts: 1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty counts zero. See below note about Task 1. 2) Planning 20%. All

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Each of the advisory has a health level indicating severity of the issue found, pattern, name, keyword and related advice.

Each of the advisory has a health level indicating severity of the issue found, pattern, name, keyword and related advice. We'll do the analysis for you! Thread Dump Analysis is a key tool for performance tuning and troubleshooting of Java based applications. The current set of TDA tools (Samurai/TDA) dont mine the thread

More information

Nordic Archery Union 2015-02-21. Guidelines for cooperation within the Nordic Archery associations. Photo Matts Jacobsson, Sweden

Nordic Archery Union 2015-02-21. Guidelines for cooperation within the Nordic Archery associations. Photo Matts Jacobsson, Sweden Nordic Archery Union Guidelines for cooperation within the Nordic Archery associations. Photo Matts Jacobsson, Sweden 2015-02-21 1 Nordic Archery Union Guidelines for cooperation within the Nordic Archery

More information

SAP Note 455140 - Configuration of e-mail, fax, paging or SMS using SMTP

SAP Note 455140 - Configuration of e-mail, fax, paging or SMS using SMTP Note Language: English Version: 18 Validity: Valid Since 25.10.2010 Summary Symptom How do you configure e-mail, fax, paging or SMS in the SAP Web Application Server using SMTP? Which prerequisites and

More information

SWAMID Identity Assurance Level 1 Profile

SWAMID Identity Assurance Level 1 Profile SWAMID Identity Assurance Level 1 Profile SWAMID Identity Assurance Level SWAMID Identity Assurance Level 1 Profile är SWAMIDs nya obligatoriska basprofil SWAMID BoT har beslutat att SWAMID AL1 ersätter

More information

Marknadsföring som en del av intäktsprocessen.

Marknadsföring som en del av intäktsprocessen. Marknadsföring som en del av intäktsprocessen. Jonas Ander Mathias Jonsson Agenda: Nya köpbeteenden förändrar marknadsorganisationen Buzzword Bingo: MA, Content, Social, Inbound, Outbound, Predictive

More information

ARIB STD-T63-27.103 V3.1.0. Wide area network synchronisation standard

ARIB STD-T63-27.103 V3.1.0. Wide area network synchronisation standard ARIB STD-T63-27.103 V3.1.0 Wide area network synchronisation standard Refer to "Industrial Property Rights (IPR)" in the preface of ARIB STD-T63 for Related Industrial Property Rights. Refer to "Notice"

More information

WELCOME TO. Information Integration

WELCOME TO. Information Integration WELCOME TO Information Integration Enfo Pointer Sweden s leading full service Business Intelligence consultancy, founded in 2000. Projects focus on delivering superior business value, using agile methods,

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

WINDOWS PRESENTATION FOUNDATION LEKTION 3

WINDOWS PRESENTATION FOUNDATION LEKTION 3 WINDOWS PRESENTATION FOUNDATION LEKTION 3 Mahmud Al Hakim mahmud@alhakim.se www.alhakim.se COPYRIGHT 2015 MAHMUD AL HAKIM WWW.WEBACADEMY.SE 1 AGENDA Introduktion till Databindning (Data Binding) Element

More information

Solution Architecture Example: Nouveau Health Care Claim Payment Solution Architecture

Solution Architecture Example: Nouveau Health Care Claim Payment Solution Architecture Solution Architecture Example: Nouveau Health Care Claim Payment Solution Architecture This document presents an example Solution Architecture document. For brevity, some sections are intentionally left

More information

Development allowance and activity grant [Aktivitetsstöd och utvecklingsersättning]

Development allowance and activity grant [Aktivitetsstöd och utvecklingsersättning] Development allowance and activity grant [Aktivitetsstöd och utvecklingsersättning] If you are participating in a labour market programme, you are eligible for development allowance or an activity grant.

More information

Investigating the Possibility of an Active/Active Highly Available Jenkins

Investigating the Possibility of an Active/Active Highly Available Jenkins Investigating the Possibility of an Active/Active Highly Available Jenkins Daniel Olausson Master of Science Thesis Stockholm, Sweden 2013 TRITA-ICT-EX-2013:119 Investigating the Possibility for an Active/Active

More information

Integration using INDEX, SAP and IBM WebSphere Business Integration

Integration using INDEX, SAP and IBM WebSphere Business Integration Integration using INDEX, SAP and IBM WebSphere Business Integration A description of proposed architecture Email: keithprabhu@hotmail.com Integration using INDEX and IBM WebSphere Table of contents 1.

More information

IBM DataPower SOA Appliances & MQ Interoperability

IBM DataPower SOA Appliances & MQ Interoperability Appliances & MQ Interoperability Joel Gauci-Certified IT Specialist, & Connectivity Appliances gauci@fr.ibm.com MQ Guide Share France 2006 Corporation Agenda Appliances & MQ Interoperability Part 1: Appliances

More information

Morgonmötet 19 mars 2013

Morgonmötet 19 mars 2013 Trading Strategy Morgonmötet 19 mars 2013 Claes Måhlén, +46 (0)8-46 345 35, clma02@handelsbanken.se Nyheter Cypern: Svårt att finna stöd för avgift på konton

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment Version: 1.0 Draft Author: Margie Stewart Publication: 06/10/2013 Notes: Table of Contents 997 Functional Acknowledgment.......................................................................................

More information

Chinese market platforms in China and Europe

Chinese market platforms in China and Europe Chinese market platforms in China and Europe Learnings from the Fanerdun establishment in Kalmar BENCH seminar, Linköping 20110523 Susanne Sandberg PhD Student International Marketing Baltic Business Research

More information

Enfo Zystems Services

Enfo Zystems Services Enfo Zystems Services ibpo Business Process Outsourcing Martin Rydman, Director - Baseline Stephan Seliger, Director Services The Playing Field = Governance Business demands Requirements Development Operations

More information

Business Model Transformation. Pioneering Business Models through Business Architecture Transformation

Business Model Transformation. Pioneering Business Models through Business Architecture Transformation Business Model Transformation Pioneering Business Models through Business Architecture Transformation Introduction to Business Model Transformation 3.0 Cordial has developed a holistic methodology framework

More information

How To Work For A Car Maker

How To Work For A Car Maker Elvin Kušmić Product subsystem owner - Vehicle Bachelor of Science in Electronics Year of Birth: 1989 Employment Date: 2012-01 I am an enthusiastic and easy going individual with an interest in technology

More information

2014-09- 11 THE INBOUND MARKETING WAY THE BATTLE OF GOOGLE MARKETING HOUSE MARKETING HOUSE MARKETING HOUSE

2014-09- 11 THE INBOUND MARKETING WAY THE BATTLE OF GOOGLE MARKETING HOUSE MARKETING HOUSE MARKETING HOUSE THE INBOUND WAY THE BATTLE OF THE BATTLE OF GOOGLE When did GOOGLE start? Everyone Google about everything - (The Swede googles +30 million times/day) Every day Google answers 1 BILLION questions Googles

More information

Parental benefit [Föräldrapenning]

Parental benefit [Föräldrapenning] Parental benefit [Föräldrapenning] You can receive parental benefit to stay home from work to take care of your child. Parental benefit, which is paid for a total of 480 days per child, has three different

More information

ERPConnect Services: Integrating your Nintex Workflow solutions with SAP. Theobald Software Inc. www.theobald-software.com

ERPConnect Services: Integrating your Nintex Workflow solutions with SAP. Theobald Software Inc. www.theobald-software.com ERPConnect Services: Integrating your Nintex Workflow solutions with SAP April 2015 Theobald Software Inc. www.theobald-software.com info@us.theobald-software.com Theobald Software Inc. www.theobald-software.com

More information

Mobile Application Development Platform Comparison

Mobile Application Development Platform Comparison Mobile Application Development Platform Comparison Unvired Inc. Disclaimer: This document has been prepared based on publicly available data of other platform vendors and is subject to change. Comparison

More information

System Description. Masterplan Kommunikationsinterface. ASEKO GmbH. Version 1.0 Status: Final

System Description. Masterplan Kommunikationsinterface. ASEKO GmbH. Version 1.0 Status: Final System Description Masterplan Kommunikationsinterface ASEKO GmbH Version 1.0 Status: Final 0 Table of Contents 1 Introduction... 2 2 Architecture... 2 2.1 Connection tot he MKI solution... 2 2.2 Inbound

More information

MAXimize the benefits of Mobility Management

MAXimize the benefits of Mobility Management MAXimize the benefits of Mobility Management New tools for more sustainable transport systems Christer Ljungberg, Trivector Traffic Årets Bild 2010: Henrik Montgomery, Scanpix Max project in short December

More information

CERTIFIED MULESOFT DEVELOPER EXAM. Preparation Guide

CERTIFIED MULESOFT DEVELOPER EXAM. Preparation Guide CERTIFIED MULESOFT DEVELOPER EXAM Preparation Guide v. November, 2014 2 TABLE OF CONTENTS Table of Contents... 3 Preparation Guide Overview... 5 Guide Purpose... 5 General Preparation Recommendations...

More information

Service for checking whether an email is operative or not. Validate email ids in your databases.

Service for checking whether an email is operative or not. Validate email ids in your databases. MailStatus API Service for checking whether an email is operative or not. Validate email ids in your databases. Overview Lleida.net MailStatus API allows you to consult the validity of an email address.

More information

Cognition and Interaction. Jaana Puskala University of Vaasa Department of Scandinavian Languages

Cognition and Interaction. Jaana Puskala University of Vaasa Department of Scandinavian Languages Cognition and Interaction Jaana Puskala University of Vaasa Department of Scandinavian Languages Immersion in brief an optional bilingual education programme for those with a majority language as their

More information

Nordic Master in Didactics of Mathematics

Nordic Master in Didactics of Mathematics Nordic Master in Didactics of Mathematics NORDIMA Barbro Grevholm Seminar i Bergen den 7-8 september 2011 Nordic Master in Didactics of Mathematics Project number NMP-2009/10730 The Master Consortium consists

More information

COMP28112 Exercise 2: Wedding Planner Duration: 3 sessions

COMP28112 Exercise 2: Wedding Planner Duration: 3 sessions COMP28112 Exercise 2: Wedding Planner Duration: 3 sessions 1 Introduction You need to arrange, for the earliest time possible, a wedding. You are required to make two reservations a hotel to host and a

More information

ACHIEVE THIRD PARTY MANAGEMENT (3PL)

ACHIEVE THIRD PARTY MANAGEMENT (3PL) ACHIEVE THIRD PARTY MANAGEMENT (3PL) USER MANUAL Version 6.5 PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2012-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials

More information

Methodology of performance evaluation of integrated service systems with timeout control scheme

Methodology of performance evaluation of integrated service systems with timeout control scheme Methodology of performance evaluation of integrated service systems with timeout control scheme Akira Kawaguchi and Hiroshi Yamada NTT Service Integration Laboratories, NTT Corporation 9-11, Midori-cho

More information

AquaLogic Service Bus

AquaLogic Service Bus AquaLogic Bus Wolfgang Weigend Principal Systems Engineer BEA Systems 1 What to consider when looking at ESB? Number of planned business access points Reuse across organization Reduced cost of ownership

More information

Windows 7, Enterprise Desktop Support Technician

Windows 7, Enterprise Desktop Support Technician MS50331 Längd: 5 dagar Windows 7, Enterprise Desktop Support Technician Detta är den bredaste, mest djuplodande kursen för dig som arbetar som Supporttekniker och behöver vara champion på Windows när frågorna

More information

!"#$ % & "' Best Practice for BDoc Message Analysis in mysap CRM Page 1 of 29

!#$ % & ' Best Practice for BDoc Message Analysis in mysap CRM Page 1 of 29 !"#$ % & "' Best Practice for BDoc Message Analysis in mysap CRM Page 1 of 29 ( Motivation: This document will allow you to understand the role of BDoc messages in your system, to monitor their flow, and

More information

Closer Look at Enterprise Service Bus. Deb L. Ayers Sr. Principle Product Manager Oracle Service Bus SOA Fusion Middleware Division

Closer Look at Enterprise Service Bus. Deb L. Ayers Sr. Principle Product Manager Oracle Service Bus SOA Fusion Middleware Division Closer Look at Enterprise Bus Deb L. Ayers Sr. Principle Product Manager Oracle Bus SOA Fusion Middleware Division The Role of the Foundation Addressing the Challenges Middleware Foundation Efficiency

More information

TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE. Product White Paper. Website: www.m-science.com Telephone: 01202 241120 Email: enquiries@m-science.

TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE. Product White Paper. Website: www.m-science.com Telephone: 01202 241120 Email: enquiries@m-science. TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE Product White Paper Website: www.m-science.com Telephone: 01202 241120 Email: enquiries@m-science.com Contents Introduction... 3 Product Components... 3 Web

More information

Viktigaste uppgift: Web Browser SSO

Viktigaste uppgift: Web Browser SSO Federation SAML Shibboleth programvara Jboss Java-system Namn: Uid: Organisation: inetorgperson Shibboleth programvara Unikt namn:... Roll: Funktioner som kan anropas:... Så här når du funktionerna:...

More information

Åtdragningsmoment & Bultordning Åbergs VTC Parts AB

Åtdragningsmoment & Bultordning Åbergs VTC Parts AB Åtdragningsmoment & Bultordning Åbergs VTC Parts AB Åbergs VTC Parts AB www.abergsvtc.se Hur avläser du tabellen?. Hita din motor för din specifika bil och årsmodell, om du inte hittar din bilfabrikant

More information

IDoc Interface / Electronic Data Interchange (BC-SRV-EDI)

IDoc Interface / Electronic Data Interchange (BC-SRV-EDI) IDoc Interface / Electronic Data Interchange (BC-SRV-EDI) HELP.BCSRVEDI Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

KINAR13h, KINLO13h. The marking period is, for the most part, 15 working days, otherwise it s the following date:

KINAR13h, KINLO13h. The marking period is, for the most part, 15 working days, otherwise it s the following date: Materialplanering och Styrning 7.5 ECTS Ladokcode: The exam is given to: 41I29M KININ13h, KININ13h1, KINAF13h-pgrp3, KINAF13h-pgrp4, KINAR13h, KINLO13h ExamCode: Date of exam: 2016-01-12 Time: 14:00 18:00

More information

Sjukvårdsförsäkring. Faster care in the event of illness. Include your family!

Sjukvårdsförsäkring. Faster care in the event of illness. Include your family! Sjukvårdsförsäkring Faster care in the event of illness In Sweden there are long queues for care and there is an extensive need for healthcare. Sjukvårdsförsäkring gives you access to private care and

More information

Pattern Language Overview

Pattern Language Overview Service Integration Patterns for Invoking Services from Business Processes Carsten Hentrich CSC Deutschland Solutions GmbH Abraham-Lincoln-Park 1 65189 Wiesbaden, Germany e-mail: chentrich@csc.com Uwe

More information