Main title goes here EDT Hub API Specification v2.9

Size: px
Start display at page:

Download "Main title goes here EDT Hub API Specification v2.9"

Transcription

1 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 upwards) Updated 25 th January 2013 by Richard Clark This document contains information that is proprietary to PCTI Solutions Limited and must not be disclosed in whole or in part to any third party. Copyright PCTI Solutions Limited All Trademarks are hereby acknowledged. Inbound Web Service

2 2 Contents Contents... 1 Document Revision History... 3 Introduction... 4 Overview... 6 The EDT Hub API (Inbound Web Service)... 9 EDT_AddDocumentXML 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 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 Test Harness Feature List Recommended approach to adding a document Supplying an updated version of a document that has already been added to EDT Hub Handling Errors returned by the API EDT_AddDocumentXML 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... 56

3 3 Document Revision History Revision: 2.6 Date: 09/06/2011 I. Added EDT_GetEndPointList method II. Added EDT_GetEndPointStatus method III. Changed EDT_GetPracticeList to return End Points of type "Practice" only. IV. Changed EDT_GetPracticeStatus to return End Points of type "Practice" only. V. Added error message summary for EDT_GetEndPointList VI. Added error message summary for EDT_GetEndPointStatus VII. Added additional error messages to summary of EDT_AddDocumentXML Revision: 2.7 Date: 15/11/2011 I. Updated Screenshots and text to reflect changes to the Test Harness in the section titled Guidance for Implementation. Revision: 2.8 Date: 14/12/2011 I. Updated Screenshots and text to reflect changes to the Test Harness in the section titled Guidance for Implementation. Specifically the Add Document section, which has a new feature titled Apply DTD Checks. Revision: 2.9 Date: 15/10/2012 I. Added description for method EDT_GetDocStatusList.

4 4 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 the EDT Folder Monitor or EDT Document Capture Interface (please see the separate documentation relating to these 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.

5 5 Test Appliances For full end-to-end testing a VMWare Image of Docman (the GP side) is available. Please speak to your PCTI contact should you like to request either of these images. Developer Testing 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 devsupport@pcti.co.uk 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:

6 6 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 print 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 PCAP). 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 (ITK) allowing compliant messaging from an accredited ITK web service host to EDT. (EDT ITK) In addition: 9. A generic folder monitor application that provides an xml document interface for non-web service enabled applications (EDT FMON). Note: this application is provided outside of the main EDT Hub deliverables and responsibility for its configuration and monitoring lies with the implementer.

7 7

8 8

9 9 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 ITK 1.x compliant and has been accredited for CDA document messaging. See 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: Automated Document Creation Systems If sending applications are unable to send SOAP messages or communicate directly with a.net web service, XML conforming to the EDT Hub message specification can be dropped in a specified folder. Implementer s may use the folder monitor to checks this location and handles the posting to the API. However, this should only be used where there is absolutely no other way to communicate since the sending application needs to manage rejections and generally administer the drop folder directory structure itself. 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 Print Capture utility to post any document to the EDT Hub Web Service via a simply dialog. This can also be used to check on sent documents and view any practice rejections.

10 10 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 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.

11 11 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_GetPracticeList (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. 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.

12 12 Binary file categories extracted, un-encoded and saved using the Document Extension specified. Encoding must be Base 64. Passed Back: Returns: 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) 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 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> <rsnewdocid>string</rsnewdocid> <rserr>string</rserr> </EDT_AddDocumentXMLResponse> </soap:body> </soap:envelope>

13 13 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: Passed Back: Returns: 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) Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API 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>

14 14 EDT_GetDocStatus Retrieves the current document status for a specified EDT document ID. Passed in: Passed Back: Returns: 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) 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 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>

15 15 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: Passed Back: Returns: 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) 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 True/False

16 16 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 Method to retrieve a list of documents matching the required criteria. The list is return as a well formed XML string detailed below. Passed in: Access Key (string) A key provided by PCTI in order to prevent unauthorised use of the API Document Status (integer) The document status of the documents to be retrieved 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) The document source id of the documents to be retrieved. This can be passed as 0 to get all the documents. Start Date (DateTime) The start date of the date filter of the documents to be checked.

17 17 End Date (DateTime) The end date of the date filter of the documents to be retrieved. NACS Code (string) Supply the NACS code of the endpoint if you want to filter the results for that specific endpoint. User Rejections only (boolean) When querying for rejected documents, passing a value of true will set the filter to only return results for user rejections. Otherwise all rejections are returned. Passed Back: Document List XML (string) The resulting list is returned as an XML list for simple parsing. The EDT Hub document id is returned in the document attribute of DocID and the original document reference is shown in the Document_ref element. Notes: When querying rejected documents the returned XML element <Rejection_Reason> has a type attribute, this will be a value of USER document rejected by the receiving user SYSTEM document rejected by the system, EDT or the receiving system The EndPoint element has an attribute of NACS which holds the value of the NACS code to the end point described in the element. The DocumentSource element has an attribute of ID which holds the numerical id of the document source type from the Hub. This ID can be used in later calls to the method to retrieve document statuses for a specific document source.

18 18 Example returned XML showing user rejections ( from code examples above ) Returns: Error Description (string) Error message describing reason for method failure For a list of error descriptions, see section Handling Errors returned by the API True/False depending on success or failure Soap Example POST /edtwebservice/edtwebservice.asmx HTTP/1.1 Host: Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "EDTwebns/EDT_GetDocStatustList" <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <EDT_GetDocStatustList 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>

19 19 </EDT_GetDocStatustList> </soap:body> </soap:envelope>

20 20 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: Passed Back: Returns: 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 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 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_GetDocIDfromSourceIDResul t> <rldocid>int</rldocid> <rserr>string</rserr> </EDT_GetDocIDfromSourceIDResponse> </soap:body> </soap:envelope>

21 21 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: Passed Back: Returns: 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 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 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_GetEndPointListResponse xmlns="edtwebns"> <EDT_GetEndPointListResult>boolean</EDT_GetEndPointListResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetEndPointListResponse> </soap:body> </soap:envelope>

22 22 EDT_GetEndPointList "rsxmlout" Example Contents

23 23 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: Passed Back: 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 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_GetEndPointStatusResponse xmlns="edtwebns"> <EDT_GetEndPointStatusResult>boolean</EDT_GetEndPointStatusResult> <rsxmlout>string</rsxmlout> <rserr>string</rserr> </EDT_GetEndPointStatusResponse> </soap:body> </soap:envelope>

24 24 EDT_GetEndPointStatus "rsxmlout" Example Contents

25 25 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: Returns: 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 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_GetPracticeCodeFromG PCodeResult> <rsnacs>string</rsnacs> <rserr>string</rserr> </EDT_GetPracticeCodeFromGPCodeResponse> </soap:body> </soap:envelope>

26 26 EDT_GetPracticeList 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. Passed in: Passed Back: Returns: 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. 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 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>

27 27 EDT_GetPracticeList rsxmlout Example Contents

28 28 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: Returns: 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 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>

29 29 EDT_GetSourceTypes rsxmlout Example Contents

30 30 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: Passed Back: Returns: 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 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 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>

31 31 EDT_GetPracticeStatus rsxmlout Example Contents

32 32 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.

33 33 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.

34 34 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.

35 35 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.

36 36 1. Click on the Practice List You can either: List all the practices 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 Practice List. The practice list is displayed: You can either view or save this list by using the buttons on the bottom left of the Practice Lists tab.

37 37 To View a Practice List If you wish to view the list click on the View XML button on the bottom left of the Practice tab. The list will open in a window as shown below. To Save a Practice List If you wish to save the list you can use the Save button at the bottom left of the Practice 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. Click the Save button to save your Practice List to a location of your choice. You will see a confirmation message displayed on your screen when the save is complete.

38 38 Your practice list has now been saved, click the OK button to close the message box. If you navigate to the folder containing your practice 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 on Page 32 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.

39 39 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 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 on page 35 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 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.

40 40 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. 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_GetPracticeStatus 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.

41 41 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: 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"?>

42 42 <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. 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">

43 43 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> 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

44 44 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"> 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:

45 45 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. Document Source is not configured to allow external routing The original document source type specified in the XML does not allow remote routing to other hubs. This has been set by the EDT Hub Administrator. Failed to add document, please try again The document has not been added to the database, this is possibly due to a network or web service issue, please try to re-add the document. Invalid NACS Code Invalid NACS Code supplied, no matching NACS can be found locally or on any remote EDT Hub that have active sharing agreements in place. Invalid Logical Address Invalid Logical Address supplied, no matching Logical Address can be found locally or on any remote EDT Hub that have active sharing agreements in place. Unable to connect to remote server The remote EDT Hub web service us currently unavailable, this could be down to network or security issues. NACS code unknown locally and Document Source is not configured to allow remote routing The supplied NACS code could not be found locally so is assumed to be remote but the associated document source does not allow remote routing so is unable to check. Remote web service unavailable Before any attempt to post to a remote web service, a check is made to ensure it is available. This could be down to network or security issues. Unable to add this document as the receiving EDT Hub no longer has an active sharing agreement. The remote EDT Hub sharing agreement has been stopped or is yet to accept the sharing agreement.

46 46 Invalid document source ID supplied The document source passed in the meta data does not exist on the Hub. A default organisation has not been defined The default organisation needs to be set in the web admin console system settings page.

47 47 EDT_SetDocStatus 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> Returned Error Descriptions You may only update the status of non delivered documents You have attempted to change the status of a document to a status that is not allowed (eg attempting to change from Delivered to OnHold) Unable to locate document ID The document id supplied is not present on the EDT Hub. Note that this is the internal EDT Document ID, not the original document id or reference Invalid document status specified You have attempted to change the status of a document to a status that is not defined in EDT Hub Invalid document ID You have supplied a document id <=0. Note that this is the internal EDT Document ID, not the original document id or reference Invalid credentials An invalid or blank access key was supplied

Hub API Specification

Hub API Specification Hub API Specification Version: 2.13 Published: 18.06.15 Docman is the trading name of PCTI Solutions Ltd. Pioneer Court, Pioneer Way Whitwood, Castleford WF10 5QU 2013 PCTI Solutions Ltd. Docman is the

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

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

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

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

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

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

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

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

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

The Evolved Office Assistant

The Evolved Office Assistant The Evolved Office Assistant USER GUIDE TM 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Release 1.0 Document Version 1 Copyright Notice Copyright 2008 Evolve IP,

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

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

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

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

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

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

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

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

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

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

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

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

The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0.

The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0. SCI Gateway Version 18.0 Release Notes The purpose of these Release Notes is to highlight the changes to SCI Gateway that occur in version 18.0. The major changes are listed on pages III to VI What s New

More information

User Guide. Reception. Version

User Guide. Reception. Version User Guide Reception Version 15.5.9 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Control Wireless Networks

Control Wireless Networks How-to Guide CounterACT Version 7.0.0 Table of Contents About Wireless Endpoints... 3 Prerequisites... 3 Setup... 3 Create a Policy to Detect All Hosts Connected to Wireless Devices... 11 Evaluate Your

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

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

ZENworks Mobile Workspace Configuration Server. September 2017

ZENworks Mobile Workspace Configuration Server. September 2017 ZENworks Mobile Workspace Configuration Server September 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

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

CounterACT Aruba ClearPass Plugin

CounterACT Aruba ClearPass Plugin Version 1.1.0 and Above Table of Contents About the ClearPass Integration... 3 About This Plugin... 3 What to Do... 4 Requirements... 4 CounterACT Requirements... 4 Aruba ClearPass Requirements... 4 Networking

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

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

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

Step 3 - Deploy Advanced Security and Compliance for Exchange Server

Step 3 - Deploy Advanced  Security and Compliance for Exchange Server Step 3 - Deploy Advanced Email Security and Compliance for Exchange Server Use this article to deploy the Barracuda Cloud Archiving Service component for Exchange Server 2007 and 2010 in your environment.

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

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

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator)

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator) McAfee Application Control 8.1.0 - Windows Interface Reference Guide (McAfee epolicy Orchestrator) Interface Reference Add Installer page Add an existing installer to the McAfee epo repository. Table 1

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

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

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

SPARROW Gateway. Developer API. Version (Build 7373)

SPARROW Gateway. Developer API. Version (Build 7373) SPARROW Gateway Developer API Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2016 02 26 2.0 Initial document created Alexandra Blinova 2 Table of Contents

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

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

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

7. Directories 7.1. Making Calls Using Directories 7.2. Using the Personal Directory 7.3. Contact Search 7.4. Custom Directories

7. Directories 7.1. Making Calls Using Directories 7.2. Using the Personal Directory 7.3. Contact Search 7.4. Custom Directories Unity Desktop User Guide Help Menu 1. Introducing Unity 2. Initial Login and Setup 3. Getting Started 3.1. Resizing Unity 3.2. Maximising and Minimising 3.2.1. Using Unity From the System Tray 4. Call

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Sending Documents to Tenstreet API Guide (rev 06/2017)

Sending Documents to Tenstreet API Guide (rev 06/2017) Sending Documents to Tenstreet API Guide (rev 06/2017) Contents Introduction... 1 Agreements and Acknowledgements... 2 Understanding the API... 2 Debugging... 2 Logging... 2 Data Accuracy... 2 Support

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

USER GUIDE Summer 2015

USER GUIDE Summer 2015 USER GUIDE Summer 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

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

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

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide January 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

Colligo Briefcase. for Good Technology. Administrator Guide

Colligo Briefcase. for Good Technology. Administrator Guide for Good Technology Administrator Guide Contents Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 3 for Good Technology...

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

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

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

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

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

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

HarePoint HelpDesk for SharePoint Administration Guide

HarePoint HelpDesk for SharePoint Administration Guide HarePoint HelpDesk for SharePoint Administration Guide For SharePoint 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 This manual has been produced

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

User Guide. 3CX CRM Plug-in for Zendesk. Version

User Guide. 3CX CRM Plug-in for Zendesk. Version User Guide 3CX CRM Plug-in for Zendesk Version 15.5.89 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced

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

Replication Monitor User s Guide

Replication Monitor User s Guide Replication Monitor User s Guide Version 6.0.2 (041209) DOC Marimba Product Line Copyright 1996 2004 BMC Software, Inc. All rights reserved. This publication is protected by copyright and international

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

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

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

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Administering isupport

Administering isupport Administering isupport Tracking and Monitoring isupport Usage Agents perform tasks in the background that are an integral part of isupport functionality. See Enabling and Scheduling Agents on page 2 for

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

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

Step 4 - Choose Your Deployment

Step 4 - Choose Your Deployment https://campus.barracuda.com/doc/51190798/ CONFIGURE G SUITE JOURNALING You must configure G Suite to send archived mail directly to the Barracuda Cloud Archiving Service. Google IP address ranges and user

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

Upgrading from Call Center Reporting to

Upgrading from Call Center Reporting to Upgrading from Call Center Reporting to Reporting for Call Center Upgrade Document Reporting for Call Center Release 2.2.1xx Document Number: 200-0400-110 Document Status: Standard Document Version: 3.02

More information

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

GFI WebMonitor 4.0 ReportPack. Manual. By GFI Software Ltd. GFI WebMonitor 4.0 ReportPack Manual By GFI Software Ltd. 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

More information

ForeScout Extended Module for ServiceNow

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

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

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

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

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

CSS v4 Online Workflow Management - Timelines

CSS v4 Online Workflow Management - Timelines CSS v4 Online Workflow Management - Timelines last updated for the Autumn 2016 (3.61) release Handbook Contents Workflow Management - Timelines... 1 Introduction... 1 What s New in this Release?... 1 Prerequisites...

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.41 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

Communications Hub. Relay. Version 2.0. Print Manager User Guide

Communications Hub. Relay. Version 2.0. Print Manager User Guide Relay Version 2.0 Communications Hub Table of Contents 1 - About This Guide 6 - Error Messages Version History 4 Related Documentation 4 2 - Overview Printer Driver description 6 Relay Communications Hub's

More information

FortiNAC. Palo Alto Networks Integration. Version 8.x Date: 8/29/2018. Rev: B

FortiNAC. Palo Alto Networks Integration. Version 8.x Date: 8/29/2018. Rev: B FortiNAC Palo Alto Networks Integration Version 8.x Date: 8/29/2018 Rev: B FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET KNOWLEDGE BASE http://kb.fortinet.com

More information

SHARED MARKET PROTOCOL (SMP) TECHNICAL GUIDE

SHARED MARKET PROTOCOL (SMP) TECHNICAL GUIDE SHARED MARKET PROTOCOL (SMP) TECHNICAL GUIDE PROVIDES PARTICIPANTS WITH THE TECHNICAL SPECIFICATIONS FOR THE DELIVERY OF B2B TRANSACTIONS USING THE E-HUB Version: 1.15 Published: 11 April 2018 IMPORTANT

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

Telephony Toolbar Enterprise. User Guide

Telephony Toolbar Enterprise. User Guide Telephony Toolbar Enterprise User Guide Release 4.4 October 2009 Table of Contents 1 Summary of Changes... 7 1.1 Changes for this Release... 7 2 About This Guide... 8 2.1 Open Telephony Toolbar-Corporate...

More information

Configuring Service Monitor

Configuring Service Monitor CHAPTER 3 The following topics are included: Configuring Trap Receivers, page 3-2 Understanding and Setting Data Source Credentials, page 3-2 Managing the Phone Count, page 3-15 Configuring Settings for

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

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

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

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

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information