Hub API Specification

Size: px
Start display at page:

Download "Hub API Specification"

Transcription

1 Hub API Specification Version: 2.13 Published: Docman is the trading name of PCTI Solutions Ltd. Pioneer Court, Pioneer Way Whitwood, Castleford WF10 5QU 2013 PCTI Solutions Ltd. Docman is the trading name of PCTI Solutions Limited, a company registered in England, company number and registered address Pioneer Court, Pioneer Way, Castleford, WF10 5QU. VAT Registration No: T: F: E: docman@docman.com W:

2 Contents Document Information... 4 History... 4 Copyright... 4 Exclusion of liability... 4 Ownership... 4 Introduction... 5 Required Reference Material... 5 Test System... 5 Test Appliances... 5 Developer Testing... 5 Developer Support... 6 Overview... 6 The EDT Hub API (Inbound Web Service)... 8 Introduction... 8 Legacy Systems that do not support XML... 8 Functionality... 8 EDT_SetDocStatus EDT_GetDocStatus EDT_GetDocStatusExt EDT_GetDocStatusList EDT_GetDocIDfromSourceID EDT_GetEndPointList EDT_GetEndPointList "rsxmlout" Example Contents EDT_GetEndPointStatus EDT_GetEndPointStatus "rsxmlout" Example Contents EDT_GetPracticeCodefromGPCode EDT_GetPracticeList Depreciated EDT_GetPracticeList rsxmlout Example Contents EDT_GetSourceTypes EDT_GetSourceTypes rsxmlout Example Contents EDT_GetPracticeStatus EDT_GetPracticeStatus rsxmlout Example Contents Guidance for Implementation Use the test harness to connect to the Test Web Service Create your own message To View an end point list...34 To Save an end point list...34 Test Harness Feature List Copyright by PCTI Solutions Limited Page 2 of 52

3 Add Document...35 Set Document Status...35 Get Document Status...36 Get Document ID from Source ID...36 Practice Code from GP Code...36 Practice List ( Depreciated, please use GetEndPointList )...36 Get Source Types...36 Get Practice Status ( Depraciated, please use GetEndPointStatus )...36 GetDocStatusEXT...36 Get End Point List...36 Get End Point Status...36 Soak Test...37 Send/Download...37 Recommended approach to adding a document Supplying an updated version of a document that has already been added to EDT Hub. 37 Handling Errors returned by the API EDT_AddDocumentXML Unable to locate the remote URL for the EDT Web Service...41 Unable to remotely add this document, as this hub is operating in Uni-Directional Mode...41 Document Source is not configured to allow external routing...42 Failed to add document, please try again...42 Invalid NACS Code...42 Invalid Logical Address...42 Unable to connect to remote server...42 EDT_SetDocStatus EDT_GetDocStatus and EDT_GetDocStatusExt EDT_GetDocIDFromSourceID EDT_GetEndPointList EDT_GetEndPointStatus EDT_GetPracticeCodeFromGPCode EDT_GetPracticeList EDT_GetPracticeStatus EDT_GetSourceTypes General errors returned by any API method Copyright by PCTI Solutions Limited Page 3 of 52

4 Document Information History Author Stage Description Version 1 Date Michael Barrett Initial Draft First draft in new branding N/A Michael Barrett Revision Revision of document following feedback N/A Michelle Reviewed Updated N/A Burdett Michael Barrett Revision Replaced old demo Hub URLS with new /10/2015 Copyright ones. The copyright in this document is owned by PCTI Solutions Limited, including (without limitation) in all alpha-numeric text and code, images, schematics and illustrations. No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means without the express written consent of PCTI Solutions Limited. Exclusion of liability The information in this document is provided for information only and is subject to change without notice. While we make strenuous efforts to ensure that the content of this document is accurate and up to date when published, PCTI Solutions Limited gives no warranty on its accuracy and assumes no responsibility or liability for any errors or inaccuracies whatsoever (to the extent such exclusion is permitted by applicable law). Ownership For more information on the content or status of this document, please contact the person identified below: Michael Barrett Technical Author michaelbarrett@docman.com Tel: Docman Pioneer Court Pioneer Way Whitwood, Castleford, West Yorkshire, WF10 5QU Tel: Copyright by PCTI Solutions Limited Page 4 of 52

5 Introduction This document describes the API available to systems wishing to interface with a PCTI EDT Hub. It should be read in conjunction with the PCTI EDT Message Specification which describes the required message content when adding a document to EDT Hub. The API currently supports messages based on the widely used Kettering Specialist Service Report Message with additional elements required to support clinical document transfer to GP practices. The EDT Hub API is presented as a Web Service interface. All documents added to EDT Hub should be added via this web service either directly or indirectly e.g. via EDT Document Capture Interface (please see the separate documentation relating specific applications). Support for the legacy COM interface was deprecated in edition 2.01 of the API. Required Reference Material PCTI EDT Message Specification PCTI EDT Document Type Definition (DTD) Sample Message containing an HTML document payload Sample Message containing a binary encoded TIFF document payload EDT Hub Test Harness application Test System A fully functioning test interface is available on the internet at: For those unfamiliar with a.net based web service, a full service description is available at: Use of this web service requires a unique supplier key. These keys are generated by PCTI and applied to each live EDT Hub installation. Test Appliances For full end-to-end testing a VMWare Image of Docman (the GP side) is available to customers within the NHS who have an appropriate contract with PCTI Solutions Ltd. Please speak to your PCTI contact should you like to request either of these images. Developer Testing Copyright by PCTI Solutions Limited Page 5 of 52

6 The Test Harness application allows a developer to issue web methods against an EDT Hub and inspect the returned XML content. This can be used to check that actual results conform to the reference results returned by the test application. Please see the Guidance for Implementation section later in this document. Developer Support Whilst developing the interface to EDT Hub any queries should be directed to resolutions@docman.com which is a distribution list monitored by developers that are able to assist. This same team can be reached on the following direct dial telephone number: Overview This document describes the interface requirements for the API only. However, it is helpful to understand how the API fits into the overall EDT architecture: EDT Hub comprises of a number of elements: 1. An RDBMS used to manage the entire application (EDT DB) 2. A public Inbound Web Service Based API to support incoming EDT Hub Documents posted within a Kettering style message structure known as the EDT Hub Message specification (EDT WSAPI) 3. A private Outbound Web Service allowing outgoing documents to be collected securely by GP practices via Docman EDT software (EDT WSAPI) 4. A role based browser based configuration, viewing and reporting application used to maintain the system and for inspecting incoming and outgoing transmissions (EDT ADMIN) 5. A windows service application that maintains the database, removes old data from the live database into archives, reports telemetry to the service desk dashboard application, handles software licensing and software updates. It is also used to send SMTP notifications to users specified by the EDT ADMIN application (EDT MAINT) 6. A document capture desktop application that allows any application (eg MS Word) to send documents via the EDT web service by providing an interface for metadata capture and an outbox view of sent documents (EDT Document Capture). 7. A light weight collection agent (EDT Connect Lite) that can be distributed to any user who has access to the EDT Hub for document collection. This is not required by practices who have Docman EDT (EDT CONNECT LITE) 8. An application adapter for CfH s Interoperability Toolkit (ITK2) allowing compliant messaging from an accredited ITK2.x web service host to EDT. (EDT ITK2.x) 9. An application adapter for the 111 messaging system allowing 111 compliant messages to be added. (EDT 111) 10. A desktop application to convert documents posted into the Hub into the tiff file format preferred by the Docman application. (EDT TIFF Converter) Copyright by PCTI Solutions Limited Page 6 of 52

7 Copyright by PCTI Solutions Limited Page 7 of 52

8 The EDT Hub API (Inbound Web Service) Introduction All incoming documents are passed into EDT via this API. The API is presented as a synchronous web service over HTTPS (HTTP in non-live environments). Note: We insist that all sites implement SSL but ultimately the responsibility for network security lies with the customer. The API using the Microsoft.net platform which makes it easy for integrators using Visual Studio to consume the web service as a web reference. The API communicates directly with the database which is either hosted locally (as per diagram above) or remotely in a secure managed environment. There is no direct access to the EDT Hub infrastructure other than through this API. Sending applications may use the API to check on the current status of posted documents in order to find out if they have been collected or rejected by the receiving practice. EDT Hub is ITK2.x compliant and has been accredited for CDA document messaging. See EDT Hub is compliant with the NHS 111 standard. Legacy Systems that do not support XML There may be applications within a trusts infrastructure that are unable to support XML or web service messaging. EDT Hub contains the tools to make integration possible: Manual Document Creation Systems Many documents in healthcare are typed and therefore Word is the document creation system. There are several ways you can integration, one being word macros which will build the metadata and package the xml before onward posting to the web service. Alternatively, you can use the EDT Document Capture utility to post any document to the EDT Hub Web Service via a simple dialog. This can also be used to check on sent documents and view any practice rejections. Functionality The API exposes several methods in order to provide the following functionality: Supply (add) a new document embedded in an xml string conforming to the PCTI EDT Message Specification. Update a given documents status (onhold, waiting, deleted etc) Obtain a given documents internal EDT ID by passing in the sending systems unique reference id Copyright by PCTI Solutions Limited Page 8 of 52

9 Obtain the current status of a given document. Get a list of practices and GP s within a given practice Get a list of document source types available on the EDT Hub Look up a practice code from a given GP code Retrieve a document status summary for a given practice (no of docs waiting/delivered from a specified date and time) The API does not permit: Any document to be modified once posted to EDT Hub. To replace a document before it is collected by a practice, change the status to DeletedBySender and resubmit a replacement document. Retrieval or viewing of a document that already exists in EDT Hub. EDT_AddDocumentXML This method is used to add a document to EDT Hub. The document within the XML may be clear text (html formatted, rich text or plain text) OR any file in binary (Base 64) encoded form. Prerequisites In order to add a document, you must know the NACS code of the receiving practice and that it is active in EDT Hub. You can determine if a practice is available (both present and active) on the EDT Hub using EDT_GetEndPointList (the inactive element will be 0 in the returned xml). Documents that do not contain an active GP practice will be rejected. You will also need to specify the document source type. The document source type is an id within EDT Hub that allows documents to be categorised, usually by department. The administrator of the system is then able to switch documents types on/off without effect the entire system. Generally each sending system will use its own document source type. In order to obtain a list of active document source types, use the EDT_GetSourceTypes method. Documents that do not contain an active document source type will be rejected. For further information, please see the Guidance for Implementation section later in this document for further information about using EDT_AddDocumentXML. Passed in: Access Key (string) A unique key provided by PCTI in order to prevent unauthorised use of the API XML (string) XML string containing a message conforming to the standard as defined in the PCTI EDT Message Specification. This message contains the document metadata and the physical document. Copyright by PCTI Solutions Limited Page 9 of 52

10 Document Extension (string) File type specified by the file extension of the embedded document in the CDDATA text block of the XML. Embedded documents fall into 2 categories, text and binary. Text file categories HTM TXT RTF Binary file categories Anything other than above e.g. DOC, PDF Text files are extracted and identified using the Document Extension specified. Binary file categories extracted, un-encoded and saved using the Document Extension specified. Encoding must be Base 64. Document Status (integer) The status of the document once added. Values are: 4001 On Hold (not yet available for collection) 4002 Waiting (available for immediate collection) Passed Back: Document ID (string) The ID of the newly created EDT document. This ID can be used to query/set the status of a document - see EDT_GetStatus and EDT_SetDocStatus Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_AddDocumentXMLResponse xmlns="edtwebns"> <EDT_AddDocumentXMLResult>boolean</EDT_AddDocumentXMLResult> Copyright by PCTI Solutions Limited Page 10 of 52

11 <rsnewdocid>string</rsnewdocid> <rserr>string</rserr> </EDT_AddDocumentXMLResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 11 of 52

12 EDT_SetDocStatus Updates the current document status for a specified EDT document ID. Applies to documents with a current status of OnHold, Waiting or Rejected Only. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Document ID (string) The EDT Document ID returned from a successful call to EDT_AddDocumentXML Document Status (integer) Valid values are: 4001 On Hold (not yet available for collection) 4002 Waiting (available for immediate collection) 4006 DeletedBySender (added in error by sender) Passed Back: Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_SetDocStatusResponse xmlns="edtwebns"> <EDT_SetDocStatusResult>boolean</EDT_SetDocStatusResult> <rserr>string</rserr> </EDT_SetDocStatusResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 12 of 52

13 EDT_GetDocStatus Retrieves the current document status for a specified EDT document ID. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Document ID (string) The EDT Document ID returned from a successful call to EDT_AddDocumentXML Passed Back: Document Status (integer) Values are: 4001 On Hold (not yet available for collection) 4002 Waiting (available for immediate collection) 4003 Delivered 4004 Processed 4005 Rejected 4006 DeletedBySender (replaced with newer version) 4007 ConversionPending (auto-set to waiting once tiff ed) Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response POST /edtwebservice.asmx HTTP/1.1 Host: localhost Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "EDTwebns/EDT_GetDocStatusExt" <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetDocStatusResponse xmlns="edtwebns"> <EDT_GetDocStatusResult>boolean</EDT_GetDocStatusResult> <restatus>int</restatus> <rserr>string</rserr> </EDT_GetDocStatusResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 13 of 52

14 EDT_GetDocStatusExt Extended version of EDT_GetDocStatus(). Retrieves the current document status for a specified EDT document ID. Additionally returns reason and type of rejection if the current document status is flagged as Rejected. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Document ID (string) The EDT Document ID returned from a successful call to EDT_AddDocumentXML Passed Back: Document Status (integer) Values are: 4001 On Hold (not yet available for collection) 4002 Waiting (available for immediate collection) 4003 Delivered 4004 Processed 4005 Rejected 4006 DeletedBySender (replaced with newer version) 4007 ConversionPending (auto-set to waiting once tiff ed) Rejection Type (integer) Values are: 0 N/A (default value if status is not 4005) 1 User rejection (eg Patient not registered at practice) 2 System rejection (eg document failed during collection) Rejection Reason (string) A description of the rejection reason if one exists Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Copyright by PCTI Solutions Limited Page 14 of 52

15 Soap 1.1 Response POST /edtwebservice.asmx HTTP/1.1 Host: localhost Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "EDTwebns/EDT_GetDocStatusExt" <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetDocStatusExt xmlns="edtwebns"> <rskey>string</rskey> <rldocid>int</rldocid> <restatus>int</restatus> <rserr>string</rserr> <retype>int</retype> <rereason>string</rereason> </EDT_GetDocStatusExt> </soap:body> </soap:envelope> EDT_GetDocStatusList Returns an XML string listing all documents which match the specified criteria. The document status and date range values are mandatory, the other parameters are optional filters Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Document Status ID (integer) The document status id to filter on Values are: 4001 On Hold (not yet available for collection) 4002 Waiting (available for immediate collection) 4003 Delivered 4004 Processed 4005 Rejected 4006 DeletedBySender (replaced with newer version) 4007 ConversionPending (auto-set to waiting once tiff ed) Document source ID (integer) Pass the document source ID you wish to filter on ( optional ) Copyright by PCTI Solutions Limited Page 15 of 52

16 Start Date (DateTime) The start date of the filter range End Date (DateTime) The end date of the filter range NACS Code (string) Pass an endpoint NACS Code if you wish to filter ( optional ) User Rejection Only (boolean) If the document status passed is rejection, then set this to filter user rejections only Passed Back: XML results (string) A string containing the XML results from the search Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False POST /edtwebservice/edtwebservice.asmx HTTP/1.1 Host: Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "EDTwebns/EDT_GetDocStatusList" <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetDocStatusList xmlns="edtwebns"> <rskey>string</rskey> <rlstatus>int</rlstatus> <rldocsourceid>int</rldocsourceid> <rostartdate>datetime</rostartdate> <roenddate>datetime</roenddate> <rsnacs>string</rsnacs> <rsxml>string</rsxml> <rbuserrejonly>boolean</rbuserrejonly> <rserr>string</rserr> </EDT_GetDocStatusList> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 16 of 52

17 EDT_GetDocIDfromSourceID Used to retrieve the EDT document ID from a supplied source systems internal ref/id. This would be used to lookup the EDT ID prior to checking a documents status where the Document ID was not retained following the call to EDT_AddDocumentXML. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Source Type (integer) The ID of the document source system (See meta data table for SOURCETYPE) Source Document ID (string) The source systems unique document ID or reference Passed Back: Document ID (integer) The EDT Document ID returned from a successful call to EDT_AddDocumentXML Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetDocIDfromSourceIDResponse xmlns="edtwebns"> <EDT_GetDocIDfromSourceIDResult>boolean</EDT_GetDocIDfromSourceIDResult> <rldocid>int</rldocid> <rserr>string</rserr> </EDT_GetDocIDfromSourceIDResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 17 of 52

18 EDT_GetEndPointList Used to retrieve a full list End Points and (if configured) as list of associated GP s. It may also be used to retrieve the GP list for a specific end point. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API NACS Code (string) NACS code configured in EDT Hub Leave blank or supply wildcard(*) to retrieve ALL end points Logical Address (string) Logical Address configured in EDT Hub Leave blank or supply wildcard(*) to retrieve ALL end points Passed Back: End Point List (XML String) End Point and associated GP's list Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Copyright by PCTI Solutions Limited Page 18 of 52

19 Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetEndPointListResponse xmlns="edtwebns"> <EDT_GetEndPointListResult>boolean</EDT_GetEndPointListResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetEndPointListResponse> </soap:body> </soap:envelope> EDT_GetEndPointList "rsxmlout" Example Contents Copyright by PCTI Solutions Limited Page 19 of 52

20 EDT_GetEndPointStatus Returns a document summary from a given date. Please note that the values refer to documents sent to all document source types. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API NACS Code (string) NACS code configured in EDT Hub Leave blank or supply wildcard(*) to retrieve ALL end points Logical Address (string) Logical Address configured in EDT Hub Leave blank or supply wildcard(*) to retrieve ALL end points Start Date (string) Start date from which base the statistics Use wildcard (*) on start date to return all available information Passed Back: Summary (XML string) An xml summary showing no of waiting (non-collected), no on hold, no delivered, no rejected since ever or start date Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Copyright by PCTI Solutions Limited Page 20 of 52

21 Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetEndPointStatusResponse xmlns="edtwebns"> <EDT_GetEndPointStatusResult>boolean</EDT_GetEndPointStatusResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetEndPointStatusResponse> </soap:body> </soap:envelope> EDT_GetEndPointStatus "rsxmlout" Example Contents Copyright by PCTI Solutions Limited Page 21 of 52

22 EDT_GetPracticeCodefromGPCode Return the NACS code of the GP practice for a specified GP code. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API GP Code (string) Any GP code configured in EDT Hub Passed Back: Practice Code (string) NACS code for the practice the GP belongs to Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetPracticeCodeFromGPCodeResponse xmlns="edtwebns"> <EDT_GetPracticeCodeFromGPCodeResult>boolean</EDT_GetPracticeCodeFromGPCode Result> <rsnacs>string</rsnacs> <rserr>string</rserr> </EDT_GetPracticeCodeFromGPCodeResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 22 of 52

23 EDT_GetPracticeList Depreciated Used to retrieve a full list Practices and (if configured) as list of associated GP s. It may also be used to retrieve the GP list for a specific practice. Note: This method is now depreciated in favour of the EDT_GetEndPointList Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Practice Code (string) Pass in a NACS code in order to obtain a list of GP s for a specific practice Leave blank or supply wildcard character * to retrieve all practices. Passed Back: Practice and GP List (XML string) XML string containing a list of practices and associated GP s Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetPracticeListResponse xmlns="edtwebns"> <EDT_GetPracticeListResult>boolean</EDT_GetPracticeListResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetPracticeListResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 23 of 52

24 EDT_GetPracticeList rsxmlout Example Contents Copyright by PCTI Solutions Limited Page 24 of 52

25 EDT_GetSourceTypes Used to retrieve a list of active document sources configured in EDT Hub. Document source types that are marked as inactive are not returned. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Passed Back: Source Type List (XML string) XML string containing a list of document sources Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetSourceTypesResponse xmlns="edtwebns"> <EDT_GetSourceTypesResult>boolean</EDT_GetSourceTypesResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetSourceTypesResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 25 of 52

26 EDT_GetSourceTypes rsxmlout Example Contents Copyright by PCTI Solutions Limited Page 26 of 52

27 EDT_GetPracticeStatus Returns a document summary from a given date. Please note that the values refer to documents sent to all document source types. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Practice Code (string) The NACS code relating to the enquiry. Start Date (string) Start date from which base the statistics Use wildcard (*) on start date to return all available information Passed Back: Summary (XML string) An xml summary showing no of waiting (non-collected), no on hold, no delivered, no rejected since ever or start date Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API Returns: True/False Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetPracticeStatusResponse xmlns="edtwebns"> <EDT_GetPracticeStatusResult>boolean</EDT_GetPracticeStatusResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetPracticeStatusResponse> </soap:body> </soap:envelope> Copyright by PCTI Solutions Limited Page 27 of 52

28 EDT_GetPracticeStatus rsxmlout Example Contents Copyright by PCTI Solutions Limited Page 28 of 52

29 Guidance for Implementation This section provides guidance for the developer on how to integrate with the API. Before you begin, you should download the reference material identified at the start of this document (message specification, DTD, sample xml and test harness). Use the test harness to connect to the Test Web Service First of all, let s ensure that you are able to see the test web service and post a sample message to it. Copy the.net test harness application locally and run EDTH_TestHarness.exe. 1) Ensure that the webservice URL to points to PCTI test instance of the EDT Web Service: 2) Click Test If the test connection is successful, you will see the following dialog If not, please check that you have typed the url correctly (suggest cutting and pasting from this doc). If you still have problems, please contact PCTI to check on the availability of the test machine in case it is offline for maintenance. 3) Now enter the supplier access key that has been allocated to you in the Access Key text box. If you have not been allocated one, you may use the pilot key which is PI Please note that this key cannot be used in a production environment as some meta data is removed to make it unusable for a real practice. Copyright by PCTI Solutions Limited Page 29 of 52

30 4) Using the Add Document tab, set the Document Status to Waiting 5) Click on the... button to the right of the XML File text box and browse to the test.xml file. Select the file and then click on the Open button. Note: By default, you will be viewing a folder containing a test xml file. You can browse to another folder and use a file of your own if you wish. 6) Tick the Replace ReportID checkbox so that the document is updated with a unique reference number. Copyright by PCTI Solutions Limited Page 30 of 52

31 7) You can get the Test Harness to run an XML DTD check to verify your xml is correct by clicking in the Apply DTD Checks check box. This is optional and can be omitted. 8) Click Invoke. If you have selected the Apply DTD Checks option and there are differences in the xml you will see the following information message: This message indicates that the document has been added to the EDT Hub web service but there were errors detected in the xml contained in the test.xml file. Click OK to clear this message. You will see the Add Document tab displayed again. Copyright by PCTI Solutions Limited Page 31 of 52

32 If you wish to examine the test log in more detail, click on the View Test Log button. This will display the test log in its own window as shown below. To view the most recent entry scroll to the bottom of the log: Create your own message You should now create your own message using xml that conforms to the supplied DTDs. The PCTI EDT Message Specification provides details of the required meta data. As mentioned in the introduction, this is based on the Kettering structure and is therefore easily producible by most existing healthcare systems. The message must conform to the DTD and must be referenced in DOCTYPE within the message. The EDT_AddDocumentXML method will validate against this DTD on receipt and will reject should it fail validation. In order to create the message, you will require the following bits of information that relate to the specific EDT Hub you are posting to namely: An active GP practice NACS code An active Document Source Type Both of these can be extracted using the available methods (EDT_GetPracticeList and EDT_GetSourceTypes) or by exporting the xml list via the test harness. Copyright by PCTI Solutions Limited Page 32 of 52

33 1. Click on the Get End Point List You can either: List all the practices / end points on the EDT Hub or you can List just one Practice by specifying the NACS code in the field provided. 2. Click on the Invoke button to populate the end point List. The end point list is displayed: 3. You can either view or save this list by using the buttons on the bottom left of the Get End Point List tab. Copyright by PCTI Solutions Limited Page 33 of 52

34 To View an end point list If you wish to view the list click on the View XML button on the bottom left of the Get End Point List tab. The list will open in a window as shown below. To Save an end point list If you wish to save the list you can use the Save button at the bottom left of the Get End Point List tab. The windows Save dialogue box will open. This will allow you to navigate to your desired save location and specify a name for your file. Copyright by PCTI Solutions Limited Page 34 of 52

35 Click the Save button to save your End Point List to a location of your choice. You will see a confirmation message displayed on your screen when the save is complete. Your end point list has now been saved, click the OK button to close the message box. If you navigate to the folder containing your end point list file and double click on your saved file, it will open in your web browser: Test Harness Feature List You can use the test harness in a number of different ways, which are described in this section of the document. Add Document This feature allows you to add a document to the EDT Hub you are connected to. Use of this feature is described in the section titled Use the Test Harness to connect to the Test Web Service section of this document. Set Document Status This feature changes the status of a document. To use this feature you will need to know the Document ID. For example, if a document is On Hold you can change it to Waiting or Deleted by Sender. Copyright by PCTI Solutions Limited Page 35 of 52

36 Get Document Status This feature allows you to find out the status of a document. You will need to know the document ID to use this feature. Get Document ID from Source ID This feature allows you to list a document from a particular source in order to obtain the Document ID. Enter the document source id and the unique document reference to obtain the documents id. Practice Code from GP Code This feature allows you to obtain the Practice bode by entering the GP code. This is for where you know the GP details but not the practice details. Practice List ( Depreciated, please use GetEndPointList ) This feature will list all the practices (or a specified practice) configured on the EDT Hub you are connected to. Use of this feature is described in the section titled Create your own message of this document. Get Source Types This feature provides you with a list of Document sources and other details including their status and whether the EDT Hub is set to convert documents upon receipt. Get Practice Status ( Depraciated, please use GetEndPointStatus ) This feature allows you to list the status information for all practices (or a specified practice) on the EDT Hub you are connected to. To specify an individual practice you will need to enter the Practice Code (NACS Code). GetDocStatusEXT This feature retrieves the Document Status Extended Information. This is a method for finding out if a document has been rejected and the reason for rejection. You will need the Document ID to run this feature. Get End Point List This feature allows you to list all the End Points (or just one End Point) configured on the EDT Hub you are connected to. If you want to look at a specific End Point you can add either the End Point Code (NACS Code) or the Logical address. Get End Point Status This feature lists the status of End Points (or an individual End Point) configured on the EDT Hub you are connected to. To list an individual End Point you will need to provide an End Point Code or Logical Address. You are also able to request an End Point status list based on a date (document posted date). The End Point Status list provides you with information relating to the numbers of documents in the system broken down by status. Copyright by PCTI Solutions Limited Page 36 of 52

37 Soak Test You can use this feature to send a test document to the web service at specific intervals. Set the interval and then click start and leave the test harness running. Alternatively, you can send the test document immediately by using 'Post Now'. Send/Download This feature allows you to send a collection of test documents to the web service and have them automatically download. You can select the Source and End Point from drop Down lists on the tab (you will need to click Get endpoints/sources to populate the drop down lists. Recommended approach to adding a document 1) First check that GP practice is configured and active on the EDT Hub using: EDT_GetEndPointStatus 2) Next, check that the document source type is still active on the EDT Hub using: EDT_GetSourceTypes 3) Post document to the EDT Hub using: EDT_AddDocumentXML Note: if you are ready to make the document available to practices immediately, set the status to Waiting (4002). If not, set it to OnHold (4001) and then update it later using EDT_SetDocStatus. 4) Store the returned document ID It is not recommended that you call EDT_AddDocumentXML first and then deal with failures (inactive/invalid practice or inactive/invalid source type) by exception. Doing this will result in the EDT_AddDocumentXML method reporting these as failures to the error log. The system administrator and all recipients of error reports will be notified of these errors (which will be unnecessarily high during rollout) which therefore make genuine error monitoring much more difficult. Supplying an updated version of a document that has already been added to EDT Hub Should you need to replace a document that has already been added to EDT but has not yet been collected by a practice? 1) Check on the document s status using: EDT_GetDocStatus 2) If the document has not yet been collected by the receiving practice (ie its status is still set to Waiting), you can prevent it being collected by changing its status to DeletedBySender using: Copyright by PCTI Solutions Limited Page 37 of 52

38 EDT_SetDocStatus 3) And then re-supplying the document using the same document ID (known as the original document id in the message specification) using: EDT_AddDocumentXML If a document has already been collected, you must supply a new document ID. If the document has the same event date and description the practice will be informed that a similar document exists and be given the opportunity to file the new one as a replacement. Handling Errors returned by the API Each method returns an rserr XML error string when a call to it fails and the error is trapped. If the error cannot be trapped, an unhandled exception will be raised containing full details of the error. This is reported to the event log on the web service machine. During the implementation phase, please report these errors to PCTI for investigation. Below is a list of possible errors for each method and where appropriate, the reasons behind them. EDT_AddDocumentXML Soap 1.1 Response HTTP/ OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_AddDocumentXMLResponse xmlns="edtwebns"> <EDT_AddDocumentXMLResult>boolean</EDT_AddDocumentXMLResult> <rsnewdocid>string</rsnewdocid> <rserr>string</rserr> </EDT_AddDocumentXMLResponse> </soap:body> </soap:envelope> The EDT_AddDocumentXML method will normally return a Document ID which is > 0 for each new document added. If a blank or Zero Document ID is returned, your application must handle the error which is described in the rserr return value/soap element. Copyright by PCTI Solutions Limited Page 38 of 52

39 Returned Error Descriptions Failed to authenticate Access Key An invalid or blank access key was supplied An Originator ID has not been defined The EDT Hub has not been configured with a unique originator ID A default organisation has not be defined You are attempting to add a document without specifying an organisation name (which is acceptable). However the EDT Hub has not been configured with a default name and is therefore unable to complete the organisation name when passing the document to the receiving practice. Element Name: <Party AgentId="2"><OrgName> Invalid Document Source ID supplied The document source ID supplied does not exist on the EDT Hub. To get a list of valid document source ID s, use EDT_GetSourceTypes Element Name: <ClinicalReport><ReportSourceType> The supplied Document Source Type is marked as inactive The document source ID is currently marked as inactive. The EDT Hub administrator will have marked the source type as inactive. Element Name: <ClinicalReport><ReportSourceType> Invalid or inactive Practice ID The practice nacs supplied is either not present or inactive on the EDT Hub. To get a list of valid practices, use EDT_GetPracticeList and leave the Practice code parameter blank. Element Name: <Party AgentId="1"><OrgCode IdType="Practice"> Document XML string is blank A blank xml message string was passed in. Element Name: <ClinicalReport><TextItem><TextBlock> A document with matching source reference number and source type already exists A document has already been added to EDT Hub that contains this ID for this document source type. If this is a replacement document (and the existing document not already been collected by the practice), set the existing documents status to DeletedBySender and post it again. Element Name: <ClinicalReport><ReportID> Missing Source Document ID or Reference Every document added to EDT Hub must have its own unique reference for tracking purposes. Element Name: <ClinicalReport><ReportID> Copyright by PCTI Solutions Limited Page 39 of 52

40 No Addressee Name provided and unable to find it within GP List using Addressee Code If the document source has been configured as requiring a GP code (this is an option) and the addressee name is left blank (the intended GP recipient at the practice), then EDT Hub attempts to retrieve the name using the GP code. In order to do this, the GP code must exist against the list of GP s at the recipient practice. Element Name: <Party AgentId="1"><OrgCode IdType="GP"> If you do not wish to validate GPs (and most trust implementations do not), change the setting against the document source type using the EDT Web Admin web site. Inactive Addressee Code (GP) specified If the document source has been configured as requiring a GP code (this is an option), then EDT Hub checks that the GP code has been added against the receiving practice. Element Name: <Party AgentId="1"><OrgCode IdType="GP"> If you do not wish to validate GPs (most trust implementations do not), change the setting against the document source type using the EDT Web Admin web site. Addressee Code (GP) does not belong to an active Practice If the document source has been configured as requiring a GP code (this is an option), then EDT Hub checks that the GP code has been added against the receiving practice and the practice is active. Element Name: <Party AgentId="1"><OrgCode IdType="GP"> If you do not wish to validate GPs (most trust implementations do not), change the setting against the document source type using the EDT Web Admin web site. Maximum file size exceeded - Upper limit is 16mb In order to prevent excessively large files to be sent to EDT Hub, the maximum size of the document is set. In real terms, individual documents should be no more than 50K per page for an encoded binary document and 10K for a text based document. File size is 0k You have attempted to post a zero length document Missing or Invalid Metadata Errors The following errors occur when missing or invalid metadata is supplied. In most cases missing data will be trapped by dtd validation however they are present in EDT Hub as an extra precaution. Missing mandatory field value: Practice Identifier Element Name: <Party AgentId="1"><OrgCode IdType="Practice"> Copyright by PCTI Solutions Limited Page 40 of 52

41 Missing mandatory field value: Patient Identifier (NHS) Applies to practices outside of Scotland (see message specification for further details) Element Name: <PatientMatchingInfo><PatientId><Id><IdValue> Missing mandatory field value: Patient Identifier (CHINO) Applies to practices within Scotland Only Element Name: <PatientMatchingInfo><PatientId><Id><IdValue> Missing mandatory field value: Patient Surname Element Name:<PatientMatchingInfo><StructPersonName><FamilyName> Missing mandatory field value: Patient Forename Element Name:<PatientMatchingInfo><StructPersonName><GivenName> Missing mandatory field value: Document Description Element Name: <ClinicalReport><ReportType> Missing mandatory field value: Document Source Type Element Name: <ClinicalReport><ReportCode> Invalid document status supplied The document status value can be one of the defined list. However, not all operations allow all status values to be used (eg. Cant set a document to DeletedBySender if it has already been collected by the practice) Field Sizing Errors Each metadata item is checked against the allowable length specified in the EDT Document Specification. If any fails this check, the following error is reported: Value supplied for field 'Field Element Name' exceeds the maximum field length of Length Remote Routing Errors With the introduction of the EDT Hub sending a document to another EDT Hub is now possible, these are the following errors that may be reported from this process: Unable to locate the remote URL for the EDT Web Service The remote URL has been previously used but can no longer be located, i.e. this is missing from the data, please contact the EDT Hub Administrator. Unable to remotely add this document, as this hub is operating in Uni-Directional Mode The EDT Hub is currently working in Uni-Directional mode and can only send documents within its own hub. To send documents to remote EDT Hubs with active agreements in place, the hub needs to operate in Bi-Directional mode. Copyright by PCTI Solutions Limited Page 41 of 52

Main title goes here EDT Hub API Specification v2.9

Main title goes here EDT Hub API Specification v2.9 Main title goes here EDT Hub API Specification v2.9 Prepared by: Philip Young, PCTI IS2 Folder: Internal\Technical\Products\EDT Date: Monday, 24 September 2007 Revision No: 2.9 (EDT Hub version 800800

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

Vision 360 Administration User Guide

Vision 360 Administration User Guide Vision 360 Vision 360 Administration User Guide 1.0 Copyright INPS Ltd The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk Copyright

More information

Patient Reported Outcome Measures (PROMs)

Patient Reported Outcome Measures (PROMs) Patient Reported Outcome Measures (PROMs) Published September 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

CTP SUBMISSION PLATFORM

CTP SUBMISSION PLATFORM CTP SUBMISSION PLATFORM INSTRUCTION DOCUMENT Version Control Two notes of clarification added regarding data cut off and completion requirements The Submission Dashboard, p 10 Using the Spreadsheet Download,

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0.

The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0. Scottish Care Information SCI Gateway Versiion 13.0 Newslletter The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0. The major changes are listed on pages

More information

Dell Repository Manager Business Client Version 2.0 User s Guide

Dell Repository Manager Business Client Version 2.0 User s Guide Dell Repository Manager Business Client Version 2.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

MPDS Configuration Sheet MS Outlook 2000 Mail Client

MPDS Configuration Sheet MS Outlook 2000 Mail Client Connecting Microsoft Outlook to a POP3 server. Pre-requisites: That the MPDS terminal is already connected to the Internet as described in previous integration documents, Microsoft Outlook is Installed,

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Forescout. eyeextend for VMware AirWatch. Configuration Guide. Version 1.9

Forescout. eyeextend for VMware AirWatch. Configuration Guide. Version 1.9 Forescout Version 1.9 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

User Guide. Remote Support Tool

User Guide. Remote Support Tool Remote Support Tool Remote Support Tool...1 Overview...1 Starting the Support Tool...1 Starting a Remote Support Session...2 Using the Support Tool in an Office...3 Remote Support Tool At a glance...4

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

etendering PORTAL User Manual Product Version 7-0-4

etendering PORTAL User Manual Product Version 7-0-4 etendering PORTAL User Manual Product Version 7-0-4 Open Windows Software Pty Ltd ABN 22 605 191 375 635 Glenferrie Road, Hawthorn VIC 3122, Australia Phone: +61 3 9819 5088 Email: support@openwindows.com.au

More information

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION TABLE OF CONTENTS 1 Document Metadata... 4 1.1 Authors... 4 1.2 Intended Audience... 4 1.3 Glossary of Terms and Acronyms... 4 1.4 Document

More information

XDS Connector. Installation and Setup Guide. Version: 1.0.x

XDS Connector. Installation and Setup Guide. Version: 1.0.x XDS Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: November 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc.,

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

ECM-VNA Convergence Connector

ECM-VNA Convergence Connector ECM-VNA Convergence Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Zetafax Exchange Online Connector Setup Guide Equisys Ltd

Zetafax Exchange Online Connector Setup Guide Equisys Ltd Zetafax Exchange Online Connector Setup Guide Zetafax Exchange Online Connector Setup Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0

Forescout. eyeextend for ServiceNow. Configuration Guide. Version 2.0 Forescout Version 2.0 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS

RISKMAN QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS Introduction This reference guide is aimed at RiskMan Administrators who will be responsible for maintaining your RiskMan system configuration and also to use some of the System Tools that are available

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Dell Repository Manager Business Client Version 2.1 User s Guide

Dell Repository Manager Business Client Version 2.1 User s Guide Dell Repository Manager Business Client Version 2.1 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

V9 Assurance Administrators Guide DOCUMENTATION. Phone: Fax:

V9 Assurance Administrators Guide DOCUMENTATION. Phone: Fax: V9 Assurance Administrators Guide DOCUMENTATION Phone: 01981 590410 Fax: 01981 590411 E-mail: information@praceng.com CHANGE HISTORY ORIGINAL DOCUMENT AUTHOR: MICHELLE HARRIS DATE: JAN 2010 AUTHOR DATE

More information

SMSCenter. SMSCenter API

SMSCenter. SMSCenter API www.smscenter.co.il SMSCenter Multi Messaging Software Server SMS / MMS / IVR / WAP Push SMSCenter API SMSCenter API The software described in this book is furnished under a license agreement and may be

More information

Forescout. eyeextend for MobileIron. Configuration Guide. Version 1.9

Forescout. eyeextend for MobileIron. Configuration Guide. Version 1.9 Forescout Version 1.9 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Overview. Top. Welcome to SysTools MailXaminer

Overview. Top. Welcome to SysTools MailXaminer Table of Contents Overview... 2 System Requirements... 3 Installation of SysTools MailXaminer... 4 Uninstall Software... 6 Software Menu Option... 8 Software Navigation Option... 10 Complete Steps to Recover,

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

METADATA FRAMEWORK 6.3. and High Availability

METADATA FRAMEWORK 6.3. and High Availability METADATA FRAMEWORK 6.3 and High Availability Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright (c) 2005-2017 Varonis Systems Inc. All rights reserved.

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer User Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Enabling Email Integration 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

DLP Data Recipient Spec Manager User Guide

DLP Data Recipient Spec Manager User Guide DLP Data Recipient Spec Manager User Guide Guidance for Specification Manager/Data Recipient in using the Data Landing Portal (DLP) Copyright 2016 Health and Social Care Information Centre. Contents Overview

More information

Forescout. eyeextend for IBM MaaS360. Configuration Guide. Version 1.9

Forescout. eyeextend for IBM MaaS360. Configuration Guide. Version 1.9 Forescout Version 1.9 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

BBC Pitch. Production Company Guide

BBC Pitch. Production Company Guide BBC Pitch Production Company Guide Contents 1. Introduction... 2 2. Registration of your company... 2 3. Logging in... 5 4. Dashboard... 6 Create a new proposal... 7 Getting started... 8 Idea... 10 Adding

More information

HSC Secure Service

HSC Secure  Service HSC Secure Email Service User Guide Produced by the BSO ITS Security Team Version 1.9 Version Control V0.1 Initial draft 16/03/2011 V0.2 Updated images to reflect HSC styling and password recovery 21/11/2011

More information

Vision Anywhere (Windows 8)

Vision Anywhere (Windows 8) Vision Vision Anywhere (Windows 8) Quick Reference Copyright INPS Ltd 2015 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 5017000 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

CDA Messages. Vision 3

CDA Messages. Vision 3 Vision 3 CDA Messages Copyright INPS Ltd 2016 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk Copyright Notice 2016 INPS

More information

Vyapin Office 365 Management Suite

Vyapin Office 365 Management Suite Vyapin Office 365 Management Suite Last Updated: December 2015 Copyright 2015 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

DOCMAN SAVE TIME WITH THE GPSoC RELEASE OF DOCMAN DISCOVER HIGHLIGHTS BROUGHT TO YOU WITH NEWER RELEASES OF DOCMAN...

DOCMAN SAVE TIME WITH THE GPSoC RELEASE OF DOCMAN DISCOVER HIGHLIGHTS BROUGHT TO YOU WITH NEWER RELEASES OF DOCMAN... DOCMAN 75000 SAVE TIME WITH THE GPSoC RELEASE OF DOCMAN DISCOVER HIGHLIGHTS BROUGHT TO YOU WITH NEWER RELEASES OF DOCMAN... www.docmanhelp.com INTRODUCTION The GPSoC Framework will centrally fund all of

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Salesforce CRM Content Implementation Guide

Salesforce CRM Content Implementation Guide Salesforce CRM Content Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: October 13, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

User Guide. Remote Support Tool

User Guide. Remote Support Tool Remote Support Tool Remote Support Tool... 1 User Guide... 1 Overview... 1 Starting the Support Tool... 1 Starting a Remote Support Session... 2 Using TeamViewer... 3 Using the Support Tool in an Office...

More information

vfire 9.8 Release Notes Version 1.5

vfire 9.8 Release Notes Version 1.5 9.8 Release Notes 9.8 Release Notes Table of Contents Version Details for 9.8 Release Notes 4 Copyright 5 About this Document 6 Intended Audience 6 Standards and Conventions 6 Introducing 9.8 7 Installation

More information

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373)

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373) SPARROW Gateway Custom Payment Redirect Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2015 06 09 1.0 Initial document created Blinova Alexandra 2 Table

More information

Exceptions Management Guide

Exceptions Management Guide SCI Store Exceptions Management Guide For SCI Store Release 8.5 SCI-DPUG-012 2013 NHS National Services Scotland 1 Introduction... 2 1.1 Purpose... 2 1.1 Intended Audience... 2 1.2 Scope... 2 2 Uploaded

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E Site User Guide Oracle Health Sciences InForm CRF Submit Release 4.0.2 Part Number:E79080-01 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Secure File Transfer External User Guide. Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group

Secure File Transfer External User Guide. Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group Secure File Transfer External User Guide Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group Version: 3.0 Last updated: 28/09/2017 This user guide is intended for unregistered

More information

Sostenuto 4.1 title page. System Management User s Guide

Sostenuto 4.1 title page. System Management User s Guide Sostenuto 4.1 title page System Management User s Guide Date: November 2013 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored in any

More information

Batch Submission Manual for Insurers March 1, 2013

Batch Submission Manual for Insurers March 1, 2013 New Jersey Department of Banking and Insurance SLAS Implementation Batch Submission Manual for Insurers March 1, 2013 PO Box 325 Trenton, NJ 08625 Phone: 609.292.7272 Fax: 609.777.0508 http://www.state.nj.us/dobi

More information

Key User Guide - Rolls-Royce Care

Key User Guide - Rolls-Royce Care Key User Guide - Rolls-Royce Care Author: Paula Bell Revised by: Paula Bell Ref: RRCUAM2 Version: 8 Dated: 18 July 2017 Page 1 CONTENTS 1. INTRODUCTION... 3 2. GLOSSARY / ABBREVIATIONS USED IN THIS GUIDE...

More information

Administration Guide. Lavastorm Analytics Engine 6.1.1

Administration Guide. Lavastorm Analytics Engine 6.1.1 Administration Guide Lavastorm Analytics Engine 6.1.1 Lavastorm Analytics Engine 6.1.1: Administration Guide Legal notice Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS

More information

NetBackup Collection Quick Start Guide

NetBackup Collection Quick Start Guide NetBackup Collection Quick Start Guide This whitepaper is intended for IT professionals, IT managers, and IT personnel responsible for the planning, setup, and/or administration of Veritas Information

More information

Optimal Performance and Installation Guide

Optimal Performance and Installation Guide Outlook Connector for MDaemon How To Quick Start Guide Optimal Performance and Installation Guide This guide provides information on how to get the optimal performance from Outlook Connector, how to install

More information

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03,

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03, AUTHORIZED DOCUMENTATION Using ZENworks with Novell Service Desk 6.5.4 Novell Service Desk 6.5.4 February 03, 2012 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

AccuRoute Web Client v2.0 installation and configuration guide

AccuRoute Web Client v2.0 installation and configuration guide AccuRoute Web Client v2.0 installation and configuration guide July 22, 2009 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978

More information

Scribe Insight Installation Guide. Version May 17, 2013

Scribe Insight Installation Guide. Version May 17, 2013 Scribe Insight Installation Guide Version 7.6.1 May 17, 2013 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Dell Repository Manager Business Client Version 2.2 User s Guide

Dell Repository Manager Business Client Version 2.2 User s Guide Dell Repository Manager Business Client Version 2.2 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

GFI WebMonitor 2009 ReportPack. Manual. By GFI Software Ltd.

GFI WebMonitor 2009 ReportPack. Manual. By GFI Software Ltd. GFI WebMonitor 2009 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Trusted Advisor User Guide. inty CASCADE v 2.9.0

Trusted Advisor User Guide. inty CASCADE v 2.9.0 Trusted Advisor User Guide inty CASCADE v 2.9.0 Table of Contents 1. Overview... 2 2. Logging in to inty CASCADE... 2 2.1 Forgotten Password... 4 2.2 Password Complexity... 5 3. Home Page... 7 4. Navigation...

More information

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast Version 7.4 January 2018 Copyright 2010 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied, disclosed,

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents About this Guide... 7 Conventions...7 Typographical... 7 Icons... 7 1 Release Notes Summary... 8 New Features and Improvements... 8 Fixed Issues... 8 2

More information

Working with GP Proformas produced by the OCCG. Background.

Working with GP Proformas produced by the OCCG. Background. Working with GP Proformas produced by the OCCG Background In 2009, the GP Proformas Team was founded in order to bridge the gap between the service providers, who were increasingly circulating dedicated

More information

Welsh Clinical Communications Gateway (WCCG) User Guide

Welsh Clinical Communications Gateway (WCCG) User Guide Vision 3 Welsh Clinical Communications Gateway (WCCG) User Guide Copyright INPS Ltd The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

Egress Switch Desktop Client

Egress Switch Desktop Client 1 COMMERCIAL IN CONFIDENCE Egress Switch Desktop Client User guide Copyright 2017 Egress Software Technologies Ltd. All rights reserved. 2 COMMERCIAL IN CONFIDENCE Confidentiality Statement This document

More information

Omtool Server Monitor Administrator Guide

Omtool Server Monitor Administrator Guide Omtool Server Monitor Administrator Guide For AccuRoute and Genifax environments March 19, 2010 (4.0342-AA) Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: 978-327-5700 Toll-free in the US: 800-886-7845

More information

Mail Processor 4.4. Installation and Configuration Guide. Date: June Page 1 of 37

Mail Processor 4.4. Installation and Configuration Guide. Date: June Page 1 of 37 Mail Processor 4.4 Installation and Configuration Guide Date: June 2014 Page 1 of 37 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or stored

More information

BlackBerry AtHoc Network Crisis Communication. CAP Publishing and Processing Guide

BlackBerry AtHoc Network Crisis Communication. CAP Publishing and Processing Guide BlackBerry AtHoc Network Crisis Communication CAP Publishing and Processing Guide Version 7.5, May 2018 Copyright 2017 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied, disclosed,

More information

Interoperability Toolkit Notifications Additional Functional Module Requirements

Interoperability Toolkit Notifications Additional Functional Module Requirements Interoperability Toolkit Notifications - Additional Functional Module Requirements Directorate Tech Office Document Record ID Key Division ITK NPFIT-ELIBR-AREL-DST-0458.01 Chief Technology Officer Paul

More information

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 Contents Contents... i Oracle isupplier Portal Overview...1 Recommended Browsers and Settings...2 Advanced Settings...2 Turn-off pop-up blocker or Allow pop-up

More information

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast

IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast IP Phone Gateway Setup and Operation Guide: For Avaya and Cisco UCM Blast Version 7.0.0.1 April 2017 Copyright 2010 2017 AtHoc Inc., a Division of BlackBerry Limited. All Rights Reserved. This document

More information

Oracle Purchasing. 11i XML Transaction Delivery Setup Guide. Release August 2002 Part No. A

Oracle Purchasing. 11i XML Transaction Delivery Setup Guide. Release August 2002 Part No. A Oracle Purchasing 11i XML Transaction Delivery Setup Guide Release 11.5.8 August 2002 Part No. A96668-02 Oracle Purchasing 11i XML Transaction Delivery Setup Guide, Release 11.5.8 Part No. A96668-02 Copyright

More information

Patient Services - Configuration User Guide

Patient Services - Configuration User Guide Vision 3 Patient Services - Configuration User Guide Copyright INPS Ltd 2016 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 5017000 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

Pepkor webcom Quick Reference Guide. Version Date: 2013/12 Version Number: 1.3

Pepkor webcom Quick Reference Guide. Version Date: 2013/12 Version Number: 1.3 Pepkor webcom Quick Reference Guide Version Date: 2013/12 Version Number: 1.3 Table of Contents 1 INTRODUCTION... 4 2 LOGGING IN... 4 3 NAVIGATE INSIDE WEBCOM... 5 3.1 MAIN SECTION 5 3.1.1 Home... 5 3.1.2

More information

My MessageMedia User Guide

My MessageMedia User Guide My MessageMedia User Guide Copyright and Trademark Statement 2011 MessageMedia All rights reserved. Apart from any use permitted under the Copyright Act 1968, no part of this publication may be reproduced,

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Nimsoft Monitor. exchange_response Guide. v2.5 series

Nimsoft Monitor. exchange_response Guide. v2.5 series Nimsoft Monitor exchange_response Guide v2.5 series Legal Notices Copyright 2014, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

Receiving NHS 111 Messages into GP

Receiving NHS 111 Messages into GP Receiving NHS 111 Messages into GP Contents Introduction... 2 Directory of Services (DOS)... 2 SystmOne Configuration Copy Messages... 2 Enabling your practice to receive copy messages... 2 Creating mappings

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

release notes effective version 10.3 ( )

release notes effective version 10.3 ( ) Introduction We are pleased to announce that Issuetrak 10.3 is available today! 10.3 focuses on improved security, introducing a new methodology for storing passwords. This document provides a brief outline

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

cc: Discover QA Coaching Manual, v5.1 R1

cc: Discover QA Coaching Manual, v5.1 R1 cc: Discover QA Coaching Manual, v5.1 R1 March 2013 Reference Guide callcopy.com Security Classification: CallCopy Confidential. Distribution: Approved internal CallCopy staff only and licensed CallCopy

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault: Setting up SharePoint Server Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies

More information

Mail Assure Quick Start Guide

Mail Assure Quick Start Guide Mail Assure Quick Start Guide Version: 11/15/2017 Last Updated: Wednesday, November 15, 2017 CONTENTS Getting Started with Mail Assure 1 Firewall Settings 2 Accessing Mail Assure 3 Incoming Filtering 4

More information

VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS

VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS Introduction VHIMS QUICK REFERENCE GUIDE TO SYSTEM CONFIGURATION & TOOLS This reference guide is aimed at VHIMS Administrators who will be responsible for maintaining your VHIMS system configuration and

More information