DICOM Correction Proposal

Size: px
Start display at page:

Download "DICOM Correction Proposal"

Transcription

1 DICOM Crrectin Prpsal STATUS Final Text Date f Last Update 2014/06/25 Persn Assigned Submitter Name James Philbin Jnathan Whitby (jwhitby@vitalimages.cm) Submissin Date 2013/10/17 Crrectin Number CP-1351 Lg Summary: Add JSON supprt t WADO-RS RetrieveMetadata and STOW-RS services Name f Standard PS Ratinale fr Crrectin: DICOM JSON is defined in Sup 166 as an alternative representatin f DICOM Data Sets intended primarily fr use with mbile and web clients. An expected QIDO-RS use case is t search fr Studies, Series r Instances and then use WADO-RS t retrieve them. It wuld be useful t nt nly allw QIDO-RS search results in JSON but als WADO-RS metadata. Additinally, a mbile client may want t uplad data using JSON metadata. NOTE: This CP depends n Sup 166. Crrectin Wrding: Update PS 3.18 Sectin 6.5 RS REQUEST/RESPONSE as indicated. 6.5 RS REQUEST/RESPONSE The DICOM RESTful Service defines several actin types. An implementatin shall supprt all the fllwing six actin types: 1. RetrieveStudy This actin retrieves the set f DICOM instances assciated with a given study unique identifier (UID). The respnse can be DICOM r bulk data depending n the Accept type, and is encapsulated in a multipart MIME respnse. 2. RetrieveSeries This actin retrieves the set f DICOM instances assciated with a given study and Series Instance UID. The respnse can be DICOM r bulk data depending n the Accept type, and is encapsulated in a multipart MIME respnse. 3. RetrieveInstance This actin retrieves the DICOM instance assciated with the given study, series, and SOP Instance UID. The respnse can be DICOM r bulk data depending n the Accept type, and is encapsulated in a multipart MIME respnse. 4. RetrieveFrames Page 1

2 This actin retrieves the DICOM frames fr a given study, series, SOP Instance UID, and frame numbers. The respnse is pixel data, and encapsulated in a multipart MIME respnse. 5. RetrieveBulkdata This actin retrieves the bulk data fr a given bulk data URL. The respnse is a single bulk data item. 6. RetrieveMetadata This actin retrieves the DICOM instances presented as the full study metadata with the bulk data remved. The respnse is XML encded metadata fr the DICOM attributes as defined in PS All respnses will be http multipart messages. DICOM bjects returned shall be PS 3.10 binary bjects encded in a requested Transfer Syntax (Explicit VR Little Endian by default) with ne message part per DICOM Instance. Other types f respnses will be encded in the fllwing manner: (see Figure 6.5-1). All XML respnses shall be encded as described in the Native DICOM Mdel defined in PS3.19 with ne message part per XML bject. All JSON respnses shall be encded as a DICOM JSON Mdel Object as defined in Annex F. Uncmpressed bulk and pixel data shall be encded in a Little Endian frmat using the applicatin/ctet-stream media type with ne message part per bulk data item. Update PS 3.18 Sectin Respnse as indicated Respnse The Server shall prvide the dcument(s) indicated in the request. In rder t parse the bulk data items it is necessary t als retrieve the XML metadata fr the Study. Update PS 3.18 Sectin Respnse as indicated Respnse The Server shall prvide the dcument(s) indicated in the request. In rder t parse the bulk data items it is necessary t als retrieve the XML metadata fr the Study. Update PS 3.18 Sectin Respnse as indicated Respnse The Server shall prvide either a single DICOM PS3.10 bject fr the SOP Instance r ne r mre bulk data items. In rder t parse the bulk data items it is necessary t als retrieve the XML metadata fr the Page 2

3 Study. Update PS 3.18 Sectin Respnse as indicated Respnse The Server shall prvide the dcument(s) indicated in the request. In rder t parse the bulk data items it is necessary t als retrieve the XML metadata fr the Study. Update PS 3.18 Sectin Respnse as indicated Request The specific Services resurce t be used fr the RetrieveBulkdata actin shall be as fllws: Resurce {BulkDataURL}, where {BulkDataURL} is the URL f a bulk data element. This may be the URL attribute f a BulkData element frm a DICOM PS3.19 XML file received in respnse t a WADO- RS RetrieveMetadata request. Update PS 3.18 Sectin Respnse as indicated Respnse The Server shall prvide the dcument(s) indicated in the request. In rder t parse the bulk data items it is necessary t als retrieve the XML metadata fr the Study. Update PS 3.18 Sectin RS RetrieveMetadata as indicated RS RetrieveMetadata This actin retrieves the DICOM instances presented as the full study metadata with the bulk data remved. The respnse is XML encded metadata fr the DICOM attributes as defined in PS Request Headers Accept multipart/related; type=applicatin/dicm+xm Specifies that the respnse shuld be WADO PS 3.19 XML. All WADO-RS prviders must supprt this Media Type. applicatin/jsn Specifies that the results shuld be DICOM JSON (see Annex F). A WADO-RS prvider may ptinally supprt this Media Type Page 3

4 Respnse The Server shall prvide the dcument(s) indicated in the request. The Server shall return the dcument(s) r an errr cde when the dcument(s) culd nt be returned. The respnse frmat has a cntent type f either: r multipart/related; type=applicatin/dicm+xml, as described in the Native DICOM Mdel defined in PS3.19; applicatin/jsn as described in Appendix F. The respnse must include the URL attribute fr each BulkData element XML Metadata Respnse Cntent-Type: multipart/related; type=applicatin/dicm+xml The entire multipart respnse cntains all XML metadata fr the specified Study. Each item in the respnse is the XML encded metadata fr an Instance with the fllwing http headers: Cntent-Type: applicatin/dicm+xml; transfer-syntax={transfersyntaxuid} Where {TransferSyntaxUID} is the UID f the DICOM Transfer Syntax used t encde the inline binary data in the XML metadata JSON Metadata Respnse Cntent-Type: applicatin/jsn; transfer-syntax={transfersyntaxuid} Where {TransferSyntaxUID} is the UID f the DICOM Transfer Syntax used t encde the inline binary data in the metadata. The respnse is a JSON array that cntains all metadata fr the specified Study. Each element in the array is the DICOM JSON encded metadata fr an Instance (see Annex F) Nte The metadata is cnsistent with the characteristics f the bulk data n the server. If bulk data is requested using specified Transfer Syntaxes r media types, it is pssible that the bulk data retrieved may be incnsistent with the metadata. Fr example, fr a Study whse DICOM Tag (0028,2110) "LssyImageCmpressin" is set t "00", indicating n lssy cmpressin, calling RetrieveStudy and requesting a lssy cmpressin media type will prvide pixel data that is incnsistent with the metadata. It is the respnsibility f the client t deal with these incnsistencies apprpriately. Update PS 3.18 Sectin 6.6 RS REQUEST/RESPONSE as indicated 6.6 STOW-RS REQUEST/RESPONSE The STOW-RS Service defines ne actin type. An implementatin shall supprt the fllwing actin type: 1. Stre Instances Page 4

5 This actin creates new resurces fr the given SOP Instances n the Server r appends t existing resurces n the Server. All request messages are HTTP/1.1 multipart messages. The rganizatin f SOP Instances int message parts depends n whether the SOP Instances are structured as PS 3.10 binary instances, r metadata and bulk data. PS 3.10 binary instances shall be encded with ne message part per DICOM Instance. Metadata and bulk data requests will be encded in the fllwing manner: (see Figure WADO-RS Mapping bbetween IOD and HTTP message bdy parts) All XML request messages shall be encded as described in the Native DICOM Mdel defined in PS 3.19 with ne message part per XML bject. All JSON requests shall be encded as an array f DICOM JSON Mdel Objects defined in Annex F. Uncmpressed bulk and pixel data shall be encded in a Little Endian frmat using the applicatin/ctet-stream media type with ne message part per bulk data item. Cmpressed pixel data shall be encded in ne f tw ways: Single-frame pixel data encded using a single-frame media type (ne message part) Multi-frame r vide pixel data encded using a multi-frame media type (multiple frames in ne message part) Update PS 3.18 Sectin Request as indicated Request The specific Service resurce t be used fr the Stre Instances actin shall be as fllws: Resurce {SERVICE}/studies[/{StudyInstanceUID}], where {SERVICE} is the base URL fr the service. This may be a cmbinatin f scheme (either HTTP r HTTPS), hst, prt, and applicatin. {StudyInstanceUID} (ptinal) is the study instance UID fr a single study. If nt specified, instances can be frm multiple studies. If specified, all instances shall be frm that study; instances nt matching the StudyInstanceUID shall be rejected. Methd POST Headers Cntent-Type The representatin scheme being psted t the RESTful service. The types allwed fr this request header are as fllws: Page 5

6 multipart/related; type=applicatin/dicm; bundary={messagebundary} Specifies that the pst is PS 3.10 binary instances. All STOW-RS prviders must accept this Cntent-Type. multipart/related; type=applicatin/dicm+xml; bundary={messagebundary} Specifies that the pst is PS 3.19 XML metadata and bulk data. All STOW-RS prviders must accept this Cntent-Type. multipart/related; type=applicatin/jsn; bundary={messagebundary} Specifies that the pst is DICOM JSON metadata and bulk data. A STOW-RS prvider may ptinally accept this Cntent-Type. Update PS 3.18 Sectin Metadata and Bulk Data Request Message Bdy as indicated XML Metadata and Bulk Data Request Message Bdy The XML Metadata and Bulk Data Request Message has a multipart bdy. Append t PS 3.18 Sectin Request as indicated JSON Metadata and Bulk Data Request Message Bdy The JSON Metadata and Bulk Data Request Message has a multipart bdy. Cntent-Type: multipart/related; type=applicatin/jsn; bundary={messagebundary} The multipart request bdy cntains all the metadata and bulk data t be stred. If the number f bulk data parts des nt crrespnd t the number f unique BulkDataURIs in the metadata then the entire message is invalid and will generate an errr status line. The first part in the multipart request will cntain a JSON array f DICOM JSON Mdel Objects (defined in Annex F). Each array element is the metadata frm a SOP Instance sent as part f the Stre peratin. This message part will have the fllwing headers: Cntent-Type: applicatin/jsn; transfer-syntax={transfersyntaxuid} Subsequent items will be ne f the fllwing: an uncmpressed bulk data element encded in Little Endian binary frmat with the fllwing headers: Cntent-Type: applicatin/ctet-stream Cntent-Lcatin: {BulkDataURI} a cmpressed pixel data bject frm a SOP Instance in the Study with the fllwing headers: Cntent-Type: {MediaType} Cntent-Lcatin: {BulkDataURI} JSON Metadata and its assciated bulk data shall always be sent in the same POST request. Page 6

7 Nte: It is nt intended that metadata and bulk data be stred separately in multiple POST requests since the service always requires the metadata fr cntext. Update PS 3.18 (2013) Sectin Respnse The RESTful Service shall return an HTTP status line, including a status cde and assciated textual phrase fr the entire set f stred SOP Instances, fllwed by an XML message bdy cntaining a PS3.19 XML representatin f the Stre Instances Respnse Mdule as defined in Table The message bdy shall be encded as either: r an XML bject as described in the Native DICOM Mdel defined in PS 3.19, a DICOM JSON Mdel Object defined as defined in Annex F. Update PS Respnse Status Line as indicated Respnse Status Line If the status fr all instances included in the POST request is Success, the RESTful Service shall return an HTTP 200 Success respnse cde. If the status fr all instances included in the POST request is Failure, the RESTful Service shall return an apprpriate failure status line with a respnse cde frm Table If there are instance specific errrs, the respnse cde shall be a 409 and the respnse paylad shall cntain the will be fllwed by the PS 3.18 XML Stre Instances Respnse Mdule as the message bdy, which cntains additinal infrmatin regarding instance errrs. In all ther cnditins, the RESTful Service shall return an HTTP 202 Accepted respnse cde. The respnse paylad may cntain a Stre Instances Respnse Mdule, which specifies Aadditinal infrmatin regarding the instance warnings r failures. will be fund in the PS 3.18 XML Stre Instances Respnse Mdule in the respnse message bdy. Table HTTP/1.1 STANDARD RESPONSE CODE Service Status HTTP/1.1 Status Cdes STOW-RS Descriptin Failure 400 Bad Request This indicates that the STOW-RS Service was unable t stre any instances due t bad syntax. 401 Unauthrized This indicates that the STOW-RS Service refused t create r append any instances because the client is nt authrized. 403 Frbidden This indicates that the STOW-RS Service understd the request, but is refusing t fulfill it (e.g. an authrized user with insufficient privileges). 409 Cnflict This indicates that the STOW-RS Service request was frmed crrectly but the service was unable t stre any instances due t a cnflict in the request (e.g. unsupprted SOP Class r StudyInstanceUID mismatch). Page 7

8 This may als be used t indicate that a STOW-RS Service was unable t stre any instances fr a mixture f reasns. 415 Unsupprted Media Type Additinal infrmatin regarding the instance errrs can be fund in the XML respnse message bdy. This indicates that the STOW-RS Service des nt supprt the Cntent-Type specified in the strage request (e.g., the service des nt supprt JSON metadata) 503 Busy This indicates that the STOW-RS Service was unable t stre any instances because it was ut f resurces. Warning 202 Accepted This indicates that the STOW-RS Service stred sme f the instances but warnings r failures exist fr thers. Additinal infrmatin regarding this errr can be fund in the XML respnse message bdy. Success 200 OK This indicates that the STOW-RS Service successfully stred all the instances. Nte: HTTP Status Cdes fr Failures and Warnings are returned in HTTP respnse headers. It is recmmended that the text returned in the HTTP Respnse Warning cntain a DICOM Status Cde and descriptive reasn as defined in Sectin Fr example, Warning: A700: Out f memry" Update PS 3.18 Sectin Respnse Message Bdy The XML message bdy shall prvide apprpriate status cdes fr individual SOP Instances indicating success, warning, r failure as defined belw. The XML message bdy may als include details abut the prcessing f attributes by the service. Table defines the Attributes fr referencing SOP Instances that are cntained in a PS3.18 XML Stre Instances Respnse Mdule in the respnse message bdy. Update PS 3.18 Sectin MIME type cnstraints as indicated MIME type cnstraints The Server shall be able t send a respnse fr each f the fllwing MIME types: WADO-WS applicatin/dicm image/jpeg Page 8

9 WADO-RS applicatin/dicm applicatin/ctet-stream applicatin/dicm+xml applicatin/jsn Update PS 3.18 Sectin MIME type cnstraints as indicated MIME type cnstraints The Server shall be able t send a respnse fr the fllwing MIME types: WADO-WS applicatin/dicm WADO-RS applicatin/dicm applicatin/ctet-stream applicatin/dicm+xml applicatin/jsn Page 9

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

DICOM Correction Proposal

DICOM Correction Proposal 1 DICOM Correction Proposal STATUS Letter Ballot Date of Last Update 2016/03/16 Person Assigned Submitter Name Jim Philbin Kinson Ho Submission Date 2015/05/25 Correction Number

More information

Preparing a REST API. Rules of REST APIs, API patterns, Typical CRUD operations

Preparing a REST API. Rules of REST APIs, API patterns, Typical CRUD operations Preparing a REST API Rules f REST APIs, API patterns, Typical CRUD peratins Rules fr a REST API Recall: REST Representatinal State Transfer REST is stateless it has n idea f any current user state r histry

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Correction Proposal STATUS New Date of Last Update 2015/11/09 Person Assigned Jim Philbin (james.philbin@jhmi.edu) Submitter Name Jim Philbin (james.philbin@jhmi.edu) Submission Date 2015/09/13 Correction

More information

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Using UB Stream and UBlearns

Using UB Stream and UBlearns Using UB Stream and UBlearns Instructrs can nw uplad vides/audi r create a vide using their webcam in UBLearns. There is a new mashup tl (MEDIAL) that allws yu t uplad yur media files t UB s streaming

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

EIDR SYSTEM VERSION 1.0 REST API REFERENCE April 11

EIDR SYSTEM VERSION 1.0 REST API REFERENCE April 11 EIDR SYSTEM VERSION 1.0 REST API REFERENCE 2011 April 11 Cpyright 2011 by the Entertainment ID Registry Assciatin EIDR REST API Reference. The cntent f this manual is furnished fr infrmatin use nly and

More information

Getting the Most from REST and JSON

Getting the Most from REST and JSON Getting the Mst frm REST and JSON Jhn Tuhy March 2018 Character encding review Single byte character encding ASCII OEM ANSI Multi-byte character encding (Unicde) UTF-16 UTF-8 DataFlex des mst f its character

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

HP MPS Service. HP MPS Printer Identification Stickers

HP MPS Service. HP MPS Printer Identification Stickers HP MPS Service We welcme yu t HP Managed Print Services (MPS). Fllwing yu will find infrmatin regarding: HP MPS printer identificatin stickers Requesting service and supplies fr devices n cntract Tner

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

WS-I Usage Scenarios for the WS-I Attachments Profile 1.0

WS-I Usage Scenarios for the WS-I Attachments Profile 1.0 WS-I Usage Scenaris fr Attachments WS-I Usage Scenaris fr the WS-I Attachments Prfile 1.0 Dcument Status: Member Review Draft Versin: 1.02 Date: 2 September, 2004 Editrs: Marc Gdner, SAP Barbara McKee,

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

D e v e l o p e r s G u i d e

D e v e l o p e r s G u i d e A D S S A u t h r i s e d R e m t e S i g n i n g ( A R S ) D e v e l p e r s G u i d e A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D c u m e n t V e r s i n - 5. 9. 0. 1 Ascertia Limited. All rights

More information

Simple Object Access Protocol (SOAP)

Simple Object Access Protocol (SOAP) Simple Object Access Prtcl (SOAP) Languages fr web Prf. Eugeni Di Sciasci Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) Web service architecture (1/2) A ppular interpretatin f Web services

More information

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

CLI USER MANUAL. Made by Neit Consulting, s.r.o. Date of last update: Version: 2.0

CLI USER MANUAL. Made by Neit Consulting, s.r.o. Date of last update: Version: 2.0 CLI USER MANUAL Made by Neit Cnsulting, s.r.. Date f last update: 4. 4. 2017 Versin: 2.0 Neit Cnsulting s.r.. Washingtnva 1624/5, 110 00 Praha 1, Czech Republic Summary A. Preface... 3 A.1. Pre-installatin

More information

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4 API Guide Table f Cntents 1 Intrductin... 3 2 Cnnecting t the API... 4 2.1 HTTP request syntax... 4 2.2 API release versins... 4 3 Direct Answer API... 5 3.1 Required parameters... 5 3.2 Optinal parameters...

More information

Single Sign-On (SSO) Release Notes Spring, 2010

Single Sign-On (SSO) Release Notes Spring, 2010 Single Sign-On (SSO) Release Ntes Spring, 2010 Cntents SSO Functinality Changes in Learning Platfrm 4.0 GUIDs SOAP FORM SSO Lgin Cnfiguratin Variable Cpyright 2010 by Desire2Learn Incrprated. Desire2Learn

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Correction Proposal STATUS Letter Ballot Date of Last Update 2016/04/04 Person Assigned Submitter Name Jim Philbin (james.philbin@jhmi.edu) Jim Philbin (james.philbin@jhmi.edu) Submission Date 2015/11/13

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

For general HTML5 guidelines, refer to IAB s HTML5 guidelines here: LIONS GROUP Media

For general HTML5 guidelines, refer to IAB s HTML5 guidelines here:  LIONS GROUP Media This dcument is intended fr users develping HTML5 creative and utlines best practices fr develping HTML5 creatives fr the Ad Server. If yu plan n running yur creative thrugh an alternative ad server, please

More information

Level 2 Cambridge Technical in IT

Level 2 Cambridge Technical in IT Level 2 Cambridge Technical in IT Unit 1: Essentials f IT Sample assessment material Time: 45 minutes This test is a cmputer based test and will be cmpleted using Surpass n OCR Secure Assess prtal. This

More information

Whitepaper. Migrating External Specs to AutoCAD Plant 3D. Set Up the Required Folder Structure. Migrating External Specs to AutoCAD Plant 3D

Whitepaper. Migrating External Specs to AutoCAD Plant 3D. Set Up the Required Folder Structure. Migrating External Specs to AutoCAD Plant 3D Whitepaper The wrkflw fr migrating specs frm 3 rd -party sftware packages t AutCAD Plant 3D is as fllws: Set Up the Required Flder Structure Build CSV Files Cntaining Part Infrmatin Map External Parts

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

REST; WebSocket (RFC 6455)

REST; WebSocket (RFC 6455) REST; WebScket (RFC 6455) Web Oriented Technlgies and Systems Prf. Michele Ruta Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) REST REST = Representatinal State Transfer. Anther architectural

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

More information

WEB LAB - Subset Extraction

WEB LAB - Subset Extraction WEB LAB - Subset Extractin Fall 2005 Authrs: Megha Siddavanahalli Swati Singhal Table f Cntents: Sl. N. Tpic Page N. 1 Abstract 2 2 Intrductin 2 3 Backgrund 2 4 Scpe and Cnstraints 3 5 Basic Subset Extractin

More information

MARYLAND PHYSICIANS CARE (00247) ERA ENROLLMENT INSTRUCTIONS

MARYLAND PHYSICIANS CARE (00247) ERA ENROLLMENT INSTRUCTIONS MARYLAND PHYSICIANS CARE (00247) ERA ENROLLMENT INSTRUCTIONS WHICH FORM(S) SHOULD I DO? Emden EnrllNw (Click here) NOTE: This is cmpleted nline. Office Ally supprts nly the payers listed n the Emden ERA

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Maintenance Release Notes Release Version: 9.5.5

Maintenance Release Notes Release Version: 9.5.5 Maintenance Release Ntes Release Versin: 9.5.5 Platfrm: 9.5 MR201510 Cntents Updates Included in this Release... 1 Rules Cnsle:... 1 New Feature: Avaya Cumulative Metrics... 1 Technical Gd Health:... 3

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Simple Identity Management Profile

Simple Identity Management Profile Simple Identity Management Prfile Dcument Number: DCIM1055 Dcument Type: Specificatin Dcument Status: Published Dcument Language: E Date: 2017-07-11 Versin: 4.0.0 Versin 4.0.0 1 This prfile is fr infrmatinal

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity isupprt Case Management Prject ANXT Maintain Next Activity Design Specificatin Dcument ANXT Maintain Next Activity January 04, 2016 Table f Cntents 1. INTRODUCTION... 1 2. SCREEN DETAILS... 2 Last Updated:

More information

Image Access Everywhere DICOM Web Services also go to PPT tab Insert > Header & Footer to insert title and name of presenter

Image Access Everywhere DICOM Web Services also go to PPT tab Insert > Header & Footer to insert title and name of presenter THE DICOM 2013 INTERNATIONAL CONFERENCE & SEMINAR March 14-16 Bangalore, India Image Access Everywhere DICOM Web Services also go to PPT tab Insert > Header & Footer to insert title and name of presenter

More information

DICOMBurner, version 3. DICOM 3.0 Conformance Statement

DICOMBurner, version 3. DICOM 3.0 Conformance Statement DICOMBurner, versin 3 DICOM 3.0 Cnfrmance Statement Summary: This dcument presents the DICOM Cnfrmance Statement f the DICOMBurner sftware, that implements bth as Service Prvider (SCP) and as a Service

More information

Overview of OPC Alarms and Events

Overview of OPC Alarms and Events Overview f OPC Alarms and Events Cpyright 2016 EXELE Infrmatin Systems, Inc. EXELE Infrmatin Systems (585) 385-9740 Web: http://www.exele.cm Supprt: supprt@exele.cm Sales: sales@exele.cm Table f Cntents

More information

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers Crtex Quick Reference Supplier Guide Service Receipt Rejectins fr Husky Suppliers Objective f the dcument The bjective f the dcument is t prvide a quick reference fr Husky suppliers t address the Cmmn

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform Ckbk Qermid Defibrillatr web service Versin 1.01 This dcument is prvided t yu free f charge by the ehealth platfrm Willebrekkaai 38 38, Quai de Willebrek 1000 BRUSSELS All are free t circulate this dcument

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

Frequently Asked Questions Read and follow all instructions for success!

Frequently Asked Questions Read and follow all instructions for success! Frequently Asked Questins Read and fllw all instructins fr success! Last Updated December 2016. Visit mccartheydressman.rg and click HELP fr updates Apr 16 Jan 14 PREPARE Jan 15 - Apr 15 SUBMIT READ all

More information

Users, groups, collections and submissions in DSpace. Contents

Users, groups, collections and submissions in DSpace. Contents Users, grups, cllectins and submissins in DSpace Cntents Key cncepts... 2 User accunts and authenticatin... 2 Authrisatin and privileges... 2 Resurce plicies... 2 User rles and grups... 3 Submissin wrkflws...

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

TED PRO Third Party Posting API Based on ECC Firmware Revision R400

TED PRO Third Party Posting API Based on ECC Firmware Revision R400 TED PRO Third Party Psting API Based n ECC Firmware Revisin R400 Table f Cntents Intrductin... 1 Activatin... 1 Sample Activatin XML... 2 Sample Activatin Respnse XML... 2 Psting Data... 3 Sample Pst XML...

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

Ascii Art Capstone project in C

Ascii Art Capstone project in C Ascii Art Capstne prject in C CSSE 120 Intrductin t Sftware Develpment (Rbtics) Spring 2010-2011 Hw t begin the Ascii Art prject Page 1 Prceed as fllws, in the rder listed. 1. If yu have nt dne s already,

More information

FTP Imports Playbook. Version 0.91

FTP Imports Playbook. Version 0.91 Versin 0.91 2014 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted in any frm r by any means, electrnic r mechanical, including phtcpy, recrding, r any infrmatin

More information

Anonymous User Manual

Anonymous User Manual Annymus User Manual esuppliercnnect Versin 9.4 January 15 th, 2017 Page 1/32 January 15 th, 2017 v9.4 Table f cntents: 1 Intrductin 3 2 Abut esuppliercnnect 5 2.1 Prtal Access 6 2.1 Prtal Structure 7 2.2

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

More information

Laboratory #13: Trigger

Laboratory #13: Trigger Schl f Infrmatin and Cmputer Technlgy Sirindhrn Internatinal Institute f Technlgy Thammasat University ITS351 Database Prgramming Labratry Labratry #13: Trigger Objective: - T learn build in trigger in

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Project Stage 3 Purchase order submission, invoice receipt and matching

Project Stage 3 Purchase order submission, invoice receipt and matching Enterprise System Integratin Prject Stage 3 Purchase rder submissin, invice receipt and matching Prerequisites Practice f week 9 - Availability check, purchase rder receipt, scheduling (.Net) Intrductin

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

E-Lock Policy Manager White Paper

E-Lock Policy Manager White Paper White Paper Table f Cntents 1 INTRODUCTION... 3 2 ABOUT THE POLICY MANAGER... 3 3 HOW E-LOCK POLICY MANAGER WORKS... 3 4 WHAT CAN I DO WITH THE POLICY MANAGER?... 4 4.1 THINGS YOU CONTROL IN SIGNING...

More information

Reporting Requirements Specification

Reporting Requirements Specification Cmmunity Mental Health Cmmn Assessment Prject OCAN 2.0 - ing Requirements Specificatin May 4, 2010 Versin 2.0.2 SECURITY NOTICE This material and the infrmatin cntained herein are prprietary t Cmmunity

More information

cloud services access to everything over the web

cloud services access to everything over the web clud services access t everything ver the web Disclaimer: This dcument is prvided as-is. Infrmatin and views expressed in this dcument, including URL and ther Internet Web site references, may change withut

More information

1 Introduction Functions... 2

1 Introduction Functions... 2 Interface Descriptin API fr IPS Analytics Applicatins n the Axis ACAP Platfrm Cntents 1 Intrductin... 2 2 Functins... 2 3 Interfaces... 2 3.1 Cnfiguratin... 3 3.1.1 Interface C.1: Web cnfiguratr (IPS add-n)...

More information

Create Your Own Report Connector

Create Your Own Report Connector Create Yur Own Reprt Cnnectr Last Updated: 15-December-2009. The URS Installatin Guide dcuments hw t cmpile yur wn URS Reprt Cnnectr. This dcument prvides a guide t what yu need t create in yur cnnectr

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

File Submission Guidelines

File Submission Guidelines etext File Submissin Guidelines File Submissin Guidelines fr etext Prductin Presented by: Cntent Management Services Nvember 2011 Page 1 etext File Submissin Guidelines Revisin Sheet Release N. Date Revisin

More information

DNS (Domain Name Service)

DNS (Domain Name Service) mywbut.cm DNS (Dmain Name Service) The internet primarily uses IP addresses fr lcating ndes. Hwever, its humanly nt pssible fr us t keep track f the many imprtant ndes as numbers. Alphabetical names as

More information

Overview of Data Furnisher Batch Processing

Overview of Data Furnisher Batch Processing Overview f Data Furnisher Batch Prcessing Nvember 2018 Page 1 f 9 Table f Cntents 1. Purpse... 3 2. Overview... 3 3. Batch Interface Implementatin Variatins... 4 4. Batch Interface Implementatin Stages...

More information

Frequently Asked Questions Read and follow all instructions for success!

Frequently Asked Questions Read and follow all instructions for success! Frequently Asked Questins Read and fllw all instructins fr success! Last Updated December 2016. Visit mccartheydressman.rg and click HELP fr updates Apr 16 Jan 14 PREPARE Jan 15 - Apr 15 SUBMIT READ all

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Enfora Enabler IIIG AT Commands Over SMS

Enfora Enabler IIIG AT Commands Over SMS Enfra Enabler IIIG AT Cmmands Over SMS Applicatin Nte GSM0308AN001 Revisin: 1.11 10/5/2009 Applicatin Nte Page I Revisin: 1.11 GENERAL TERMS OF USE OF NEW MATERIALS - PLEASE READ CAREFULLY Frm time t time,

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

Sharper Insight. Smarter Investing Advertising Specs

Sharper Insight. Smarter Investing Advertising Specs Sharper Insight. Smarter Investing. 2018 Advertising Specs Plicies & Terminlgy 2 General Plicy All ads must pen in a new windw when clicked n. Investpedia.cm reserves the right t refuse any creative. All

More information

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations SEB Test Bench User Guide fr validating SEB ISO 20022 and Swedish frmat MIGs Versin 1.4 Payment and Direct Debit initiatins Octber, 2016 SEB Test Bench User Guide / Versin 1.4 Cntents Page N. 1. Intrductin

More information

GPA: Plugin for OS Command With Solution Manager 7.1

GPA: Plugin for OS Command With Solution Manager 7.1 GPA: Plugin fr OS Cmmand With Slutin Manager 7.1 The plugin OS Cmmand can be used in yur wn guided prcedures. It ffers the pssibility t execute pre-defined perating system cmmand n each hst part f the

More information

Andrid prgramming curse Sessin bjectives Intrductin URL & HttpCnnectin Netwrking APIs Using URL t read data Using HttpCnnectin pst data Reading netwrk state Web Service SOAP REST By Võ Văn Hải Faculty

More information

Evidence.com 1.30 Release Notes

Evidence.com 1.30 Release Notes Evidence.cm 1.30 Release Ntes December 8, 2015 Dcument Versin 1.3 Apple is a trademark f Apple, Inc., registered in the U.S. and ther cuntries. Windws is a registered trademark f Micrsft Crpratin in the

More information

Mapping between DFDL 1.0 Infoset and XML Data Model

Mapping between DFDL 1.0 Infoset and XML Data Model Stephen M Hansn (IBM) Mapping between DFDL 1.0 Infset and XML Data Mdel Status f This Dcument This wrking draft dcument prvides infrmatin t the OGF cmmunity n the Data Frmat Descriptin Language (DFDL)

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information