Bi-directional interface to material management. Interface for sending the stock from the material management system to Cypro

Size: px
Start display at page:

Download "Bi-directional interface to material management. Interface for sending the stock from the material management system to Cypro"

Transcription

1 The program for the preparation of cytostatic drugs. Bi-directional interface to material management systems In the Cypro drug manager and the integrated inventory management, information of active substances needs for preparation and material management data is stored, e.g. name of active substances, starches, trade name, batch names, stability of batches, stability of application ready solutions, characteristic data of active substances and trade names or batch stock amounts. Cypro can receive stock data from a external material management system using an existing bi-directional interface. First stock data of articles from the material management system is sent to Cypro. In return Cypro can send back used quantities in mg or parts of vials, manually or automatically. Data exchange from the material management and Cypro takes place with a configurable text file. Interface for sending the stock from the material management system to Cypro The material management system can send stock to Cypro. This will be automatically entered in the Cypro drug manager. For inserting stock and batch data, Cypro needs the following information: Needed Data Format in Text-File Format in Cypro- Database Trade name Varchar (70) Varchar (70) optional Article number Varchar (20) Varchar (20) obligatory Drug Code for trade Varchar (15) Varchar (15) A drug code number to optional name clearly identify drugs with starch and package, equivalent to the German DIN Starch Varchar (16) Numeric (15,4) optional Unit of starch Varchar (60) Varchar (60) optional Batch name Varchar (20) Varchar (20) obligatory Stock in single units of Varchar (9) Integer obligatory a package Stability Varchar (8) Date Value can be sent in format obligatory ddmmyyyy or yyyymmdd Price of single unit Varchar (16) Numeric (15,2) optional Page 1 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

2 Interface for sending the stock from the material management system to Cypro The Varchar -datatype in Cypro is the same as the Varchar2 -datatype in Oracle, Numeric (precision, scale) in Cypro is equivalent to Number (precision, scale) in Oracle, Integer in Cypro is equivalent to Number (10) in Oracle. Numbers in the text-file must be written with maximum of 4 places after the comma and a point as decimal separator. The starch or the stock can either be right- or left-aligned. The fields can either be written with fixed length (filled with configurable filling signs) or with variable length (separated with configurable field separators). The column Format in Text-File in the table above shows the maximum length of the fields. If fields with fixed width are used then the width can be reduced. Cypro don't stores completely new trade names, which are not already inserted in the Cypro drug manager, with active substance, starch, stability, etc.. Only batch and stock data of existing trade names in Cypro will be stored in the Cypro drug manager using this interface. Cypro needs for the correct preparation additional information like stability of application ready solutions in dependency of additional drugs, carrier solution, container material, storage conditions or medicament's characteristic data as additions or densities. As these information are not contained in material management systems, Cypro can't use data of articles that are not already existing in the Cypro drug manager. To clearly identify the trade names, Cypro uses the article number. Cypro assumes an article number is present only once in the system (inserting of double article number in the Cypro drug manager is however permitted). If this should not be the case the stock, which is sent, cannot be automatically inserted in Cypro. Cypro indicates an Error list and the pharmacists must insert the shown article manually. If the article number is not unique then also the drug code should be sent, as Cypro then uses both information to identify the right trade name. Cypro never uses the name of the trade name itself for identifying a data record. Additional data as named above can also be sent. Cypro uses this data for the pharmacist only for viewing, if a product is not already stored in the Cypro drug manager and must be inserted manually. Please consider that the drug code in the table above is unique for the combination of active substance, starch, trade name and package size. Double reading of the stock using the interface file is no problem as already read batches will be updated in the Cypro drug manager and not not inserted again. Page 2 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

3 Interface for sending the stock from the material management system to Cypro Examples for sending stock data to Cypro In the following exemplary stock data as they are being expected by Cypro is shown. All data is transmitted, also the optional data. The starch and package size are left-aligned, stock amount and price of single unit are right-aligned. As date format, ddmmyyyy is used. Numbers are written with a point as decimal separator. The following fields are transmitted: Data Field length Value Trade name 30 Ribofluor Ribosepharm Article number 20 AF5000 Drug Code for trade name Starch Unit of starch 4 mg Batch name 20 NC01 Stock in single units of a package 9 17 Stability Price of single unit 16 19,21 The data are expected line by line with <CR> or <CR><LF> as line separator. Please consider that the value in column Field length can be modified in the Cypro options Page 3 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

4 Interface for sending used quantities from Interface for sending used quantities from Cypro does not only note used quantities for each preparation, but also booking amounts for the material-management. The quantity of a vial, which can be booked, never exceeds the vial starch, entered in the drug manager, thus is independent of bottle over filling. Through it's mass orientated preparation type Cypro considers during preparation an over and under filling of the vials. But it can never be booked more, than in the vial is to be. Residues, which are rejected during preparation, are assigned to this preparation automatically. Manually rejected remainder vials are totally assigned to the last preparation, in which the vial was used. The booking amount of these remainders is totally added for the booking amount of the preparation. Prepared drugs can be booked in mg or in parts of vials, infusion containers and pumps will be booked in pieces. The booked quantities can be sent automatically on a specified time or can be sent by manually executing a Send data -command. To exclude specified prescriptions (e.g. for clinical trials) these one can be marked in Cypro's therapy manager. These prescription can then booked manually by using a printable booking report. Using Cypro's interface the data exchange takes place with a configurable text file. Configuring the booking file For sending booked amounts Cypro uses the from Baxter-ATC-Host for SAP-MM used interface. The data exchanged takes place with a text file with the following data fields: Field name Field length Real datatype Description Patient-ID Varchar(30) Patient-ID from HIS Name, First name concatenated fields with Varchar (30) Patient name and patient first name, separated by a comma Birth day 8 Date Format is ddmmyyyy or yyyymmdd Article number 1-20 Varchar (20) Article number of the trade name Booked amount 16 Numeric (15,4) Booked amount Cost centre number Varchar (20) Cost centre number Page 4 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

5 Interface for sending used quantities from Field name Field length Real datatype Description Date of booking 8 Date Current date in format ddmmyyyy or yyyymmdd Preparation date 8 Date Format is ddmmyyyy or yyyymmdd As this is a text file all data is shown as varchar datatype. In column Real datatype the datatype in the Cypro database is shown. The Varchar -datatype in Cypro is the same as the Varchar2 - datatype in Oracle, Numeric (precision, scale) in Cypro is equivalent to Number (precision, scale) in Oracle. The booked amount must be written with maximum of 4 places after the comma and a point as decimal separator. It can either be right- or left-aligned. The patient ID and the cost centre number can contain alphanumerical signs not only numbers. The fields can either be written with fixed length (filled with configurable filling signs) or with variable length (separated with configurable field separators). The column Field length in the table above shows the length range of the fields. If fields with fixed width are used then the width can be reduced. The rows in blue colour contains obligatory data and must be included in the interface file. The rows with white colour includes optional data and can therefore excluded from the text file. Fields that are part of the Baxter-ATC-Host interface and are not used by Cypro are signed with Fill field. All data is grouped by patient (patient-id, name, first name, birthday), cost centre number, article number and date of booking. All numeric fields can be right- or left-aligned. The patient ID and the cost centre number can contain alphanumerical signs, not only numbers. Page 5 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

6 Interface for sending used quantities from Examples for sending booking data In the following exemplary booking data as they are being sent by Cypro is shown. All data, except of the Fill fields is transmitted, also the optional data. The booking amount is right-aligned. As date format, ddmmyyyy is used. Numbers are written with a point as decimal separator. The following fields are transmitted: Data Field length Value Patient-ID Name, First name 20 Test, Peter Birth day Article number Booked amount Cost centre number Date of booking Preparation date The data are expected line by line with <CR> or <CR><LF> as line separator. Please consider that the value in column Field length can be modified. It's used for sending data with fixed field length. For variable field length with I as field separator, Cypro expects the following in the interface-file: Test, Peter For fixed field length with X as fill sign, Cypro sends the following in the interface-file: 12345XXXXXXX Test, PeterXXXXX XXXXXXXXXXXX XXXXXXXX XXX Page 6 / 6 Sparkasse Harburg-Buxtehude BIC NOLADE21HAM Account IBAN DE

Electronic foreign currency payments, LUM2

Electronic foreign currency payments, LUM2 Electronic foreign currency payments, LUM2 Contents 1 Electronic foreign currency payment service... 3 2 Service agreement and testing... 3 2.1 Agreement... 3 2.2 Testing... 4 2.2.1 File transfer and processing...

More information

File format DETAILS RECORD TYPES ABBREVIATIONS (LEGEND) GENERAL REMARKS. Welcome to

File format DETAILS RECORD TYPES ABBREVIATIONS (LEGEND) GENERAL REMARKS. Welcome to Consolidated electronic payment order format for national payments in hrk, national payments in foreign currency, international payments in hrk or foreign currency and personal income payments 1 Applied

More information

2009, AdventNet Inc. All rights reserved. Product Customization

2009, AdventNet Inc. All rights reserved. Product Customization 2009, AdventNet Inc. All rights reserved Product Customization Table of Contents Introduction... 4 Company Details... 5 Company Logo... 6 Currency Settings... 7 Fiscal Year Settings... 8 Primary Contact...

More information

File Specification and Guide to the Returns of Payment Transactions by Payment Settlers (Merchant Acquirers)

File Specification and Guide to the Returns of Payment Transactions by Payment Settlers (Merchant Acquirers) File Specification and Guide to the Returns of Payment Transactions by Payment Settlers (Merchant Acquirers) Information Management Planning Division Revenue Commissioners Email: 3rdpartyreturns@revenue.ie

More information

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order...

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... 5 3.2.1 Coli... 7 3.2.2 Coli and Tracking and Tracing... 8 3.2.3

More information

Comparative Analysis Report Design (for Jonas Club Management)

Comparative Analysis Report Design (for Jonas Club Management) Comparative Analysis Report Design (for Jonas Club Management) There are two areas from which this report can be built; the general ledger (using one of the 3 statement designs A/B/C), and the Master-Gen

More information

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved. Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement

More information

Invoice Line Export. Guide

Invoice Line Export. Guide Invoice Line Export Save time and avoid entering booked invoices manually in the financial system Guide Get started with Invoice Line Export This document describes how TimeLog Project s function for export

More information

A pharmacist s guide to Pharmacy Services compensation

A pharmacist s guide to Pharmacy Services compensation Alberta Blue Cross Pharmaceutical Services A pharmacist s guide to Pharmacy Services compensation 83443 (2015/12) GENERAL DESCRIPTION... 3 Details... 3 ASSESSMENT CRITERIA... 3 Assessment for a Prescription

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

FILE FORMAT OF PAYMENT ORDERS ACCEPTED BY CITIBANK EUROPE PLC FOR CITIBUSINESS DIRECT INTERNET BANKING

FILE FORMAT OF PAYMENT ORDERS ACCEPTED BY CITIBANK EUROPE PLC FOR CITIBUSINESS DIRECT INTERNET BANKING FILE FORMAT OF PAYMENT ORDERS ACCEPTED BY CITIBANK EUROPE PLC FOR CITIBUSINESS DIRECT INTERNET BANKING FILE FORMAT OF PAYMENT ORDERS for Citibank Europe plc, organizační složka CitiBusiness Direct Internet

More information

Delivery specification Labelling of components and products

Delivery specification Labelling of components and products Delivery specification Labelling of components and products Author(s) Dominik Halbeisen, KSCMLOG Status Approved Created on 30.09.2015 Version 2.0 Change control Version Date Name Comments V 2.0 30.09.2015

More information

SIF Validation Tool. Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs. End User Guide

SIF Validation Tool. Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs. End User Guide SIF Validation Tool Wages Protection System Qatar Central Bank& Ministry of Labour And Social Affairs End User Guide [1] SIF Validation Tool at a Glance Content 1 SIF VALIDATION TOOL AT A GLANCE 3 2 GETTING

More information

A Brief Introduction to MySQL

A Brief Introduction to MySQL A Brief Introduction to MySQL by Derek Schuurman Introduction to Databases A database is a structured collection of logically related data. One common type of database is the relational database, a term

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Dynamic Data Migration File Formats. Inventory In-Stock AR Invoices AR Receipts AP Trial Balance

Dynamic Data Migration File Formats. Inventory In-Stock AR Invoices AR Receipts AP Trial Balance Dynamic Data Migration File Formats For dynamic data migration Stone Profit Systems will be sending you Excel files listing the information needed for each item to be migrated. There will be an Excel file

More information

Informatics for Integrating Biology and the Bedside. i2b2 User Guide. Import Data View. Document Version: 1.5.1 I2b2 Software Release: 1.

Informatics for Integrating Biology and the Bedside. i2b2 User Guide. Import Data View. Document Version: 1.5.1 I2b2 Software Release: 1. Informatics for Integrating Biology and the Bedside i2b2 User Guide Import Data View Document Version: 1.5.1 I2b2 Software Release: 1.5 Table of Contents INTRODUCTION...3 LAYOUT OF THE IMPORT WIZARD TAB...3

More information

Information Technology NVEQ Level 2 Class X IT207-NQ2012-Database Development (Basic) Student s Handbook

Information Technology NVEQ Level 2 Class X IT207-NQ2012-Database Development (Basic) Student s Handbook Students Handbook ... Accenture India s Corporate Citizenship Progra as well as access to their implementing partners (Dr. Reddy s Foundation supplement CBSE/ PSSCIVE s content. ren s life at Database

More information

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues. Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting

More information

BOM Import for Dynamics GP

BOM Import for Dynamics GP Title Page BOM Import for Dynamics GP For the builds shown below And higher: 11.0.32 / 12.0.29 / 14.0.12 BOM Import by WilloWare Incorporated for Dynamics GP 2 Copyright Manual copyright 2016 WilloWare

More information

Technical specifications for the electronic transmission of the Financial Transactions Tax. Annex 6

Technical specifications for the electronic transmission of the Financial Transactions Tax. Annex 6 Technical specifications for the electronic transmission of the Financial Transactions Tax Annex 6 INDEX 1. GENERAL INFORMATION... 3 1.1 GENERAL... 3 1.2 RECORDS SEQUENCE... 3 1.3 SRECORDS STRUCTURE...

More information

Medical College of Georgia SOP NUMBER: 03 INVESTIGATIONAL DRUG HANDLING Version Number: 1.0, 1.1 Effective Date: 09/12/06, 08/02/10, 3/2/11

Medical College of Georgia SOP NUMBER: 03 INVESTIGATIONAL DRUG HANDLING Version Number: 1.0, 1.1 Effective Date: 09/12/06, 08/02/10, 3/2/11 Effective Date: 09/12/06, 08/02/10, 3/2/11 Title: 1.0 OBJECTIVE: 1.1 This SOP describes the methods and policies for: Handling investigational drug Dispensing investigational drug 1.2. This procedure applies

More information

Livestock Office Payments: Creditor Cashbook Transactions

Livestock Office Payments: Creditor Cashbook Transactions Livestock Office Payments: Creditor Cashbook Transactions 18/06/2015 Contents Paying Creditors - Find Creditors Due for Payment... 2 Payment Due Report... 2 Creditors Aged Trial Balance... 3 Processing

More information

DTA. Standards and Formats. A joint service provided by the Swiss banks. Version 3.6 / 01.06.2011 1

DTA. Standards and Formats. A joint service provided by the Swiss banks. Version 3.6 / 01.06.2011 1 DTA Standards and Formats A joint service provided by the Swiss banks Version 3.6 / 01.06.2011 1 Information The information provided in this document represents the current level of development. SIX Interbank

More information

Table of Contents. User Request for Access... 3. User Login... 3. Upload a Data File... 4

Table of Contents. User Request for Access... 3. User Login... 3. Upload a Data File... 4 Table of Contents User Request for Access... 3 User Login... 3 Upload a Data File... 4 Add Patient Records Direct Dispenser Users... 5 Pharmacy... 8 Search for Patient Records... 10 Search for Error Records...

More information

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS WORD PERFECT FORMAT MARCO ITEM #A-3LI - 2.25 H x 3W Inserts First create a new document. From the main page

More information

Employment intermediaries: data requirements for software developers

Employment intermediaries: data requirements for software developers Employment intermediaries: data requirements for software developers Version 1.4 Last updated: 3 August 2015 1. Introduction... 1 2. Report template... 1 Formatting a CSV report... 1 3. Online service...

More information

Höllerer + Bayer GmbH. Software- und Systemhaus. www.hoellerer-bayer.de. E-Mail : vertrieb@hoellerer-bayer.de. LMS-TAS Software

Höllerer + Bayer GmbH. Software- und Systemhaus. www.hoellerer-bayer.de. E-Mail : vertrieb@hoellerer-bayer.de. LMS-TAS Software Edisonstraße 1 86399 Bobingen Germany www.hoellerer-bayer.de E-Mail : vertrieb@hoellerer-bayer.de LMS-TAS Software Logistical-Management-System Software for Terminal Automation Systems Product overview

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

Online Banking Record Descriptions

Online Banking Record Descriptions Record s hotline@sydbank.dk Page 1 of 65 Contents Introduction... 3 Sydbank format... 3 Format descriptions... 5 of fixed-length records... 5 of variable-length records... 6 Payment start... 7 IB000000000000...

More information

Interfacing the ABS Software. With An. MRP or ERP System

Interfacing the ABS Software. With An. MRP or ERP System Interfacing the ABS Software With An MRP or ERP System February 24, 2014 Tube City IMS, LLC Optimization Group 833 W. Lincoln Highway Suite 310W Schererville, IN 46375 219 864 0044 www.tubecityims.com

More information

Data Submission Guide

Data Submission Guide 125.203.1 Intentionally Left Blank TABLE OF CONTENTS INTRODUCTION... 1 Additional Section 125 Resources Available... 1 Other Resources Available... 1 DATA SUBMISSION OPTIONS... 2 Client Website... 2 Data

More information

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database.

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database. Physical Design Physical Database Design (Defined): Process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and

More information

Virtual Terminal & Online Portal

Virtual Terminal & Online Portal Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1

More information

Hal E-Bank Foreign payments (Format of export/import files)

Hal E-Bank Foreign payments (Format of export/import files) Hal E-Bank Foreign payments (Format of export/import files) Hal E-Bank Foreign payments: format of export/import files Version: 17.x.x.20 Author: HALCOM d.d., Ljubljana Editor: HALCOM a.d., Beograd, July

More information

PHARMACY MANUAL. WHP Health Initiatives, Inc. 2275 Half Day Road, Suite 250 Bannockburn, IL 60015

PHARMACY MANUAL. WHP Health Initiatives, Inc. 2275 Half Day Road, Suite 250 Bannockburn, IL 60015 PHARMACY MANUAL WHP Health Initiatives, Inc. 2275 Half Day Road, Suite 250 Bannockburn, IL 60015 Welcome WHP Health Initiatives, Inc. ( WHI ) is pleased to welcome you to our network of participating pharmacies.

More information

B.1 Database Design and Definition

B.1 Database Design and Definition Appendix B Database Design B.1 Database Design and Definition Throughout the SQL chapter we connected to and queried the IMDB database. This database was set up by IMDB and available for us to use. But

More information

First Bytes Programming Lab 2

First Bytes Programming Lab 2 First Bytes Programming Lab 2 This lab is available online at www.cs.utexas.edu/users/scottm/firstbytes. Introduction: In this lab you will investigate the properties of colors and how they are displayed

More information

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

www. suchthilfeverbund-duisburg.de Addiction Services Association Duisburg

www. suchthilfeverbund-duisburg.de Addiction Services Association Duisburg www. suchthilfeverbund-duisburg.de Addiction Services Association Duisburg In order to implement addiction prevention successfully, it is necessary to sensitize the public to this topic and to reach as

More information

Format description XML SEPA Credit Transfer. Format Description

Format description XML SEPA Credit Transfer. Format Description Format description XML SEPA Credit Transfer Format Description CONTENTS 1 SEPA CT Import format 3 1.1 SEPA CT import format description 3 1.1.1 Description 3 1.1.2 General characteristics 3 1.1.3 Difference

More information

Best Practices in SQL Programming. Madhivanan

Best Practices in SQL Programming. Madhivanan Best Practices in SQL Programming Madhivanan Do not use irrelevant datatype VARCHAR instead of DATETIME CHAR(N) instead of VARCHAR(N) etc Do not use VARCHAR instead of DATETIME create table #employee_master(emp_id

More information

Content of Labeling/Product Data Elements SPL Technical Errors Training ebook

Content of Labeling/Product Data Elements SPL Technical Errors Training ebook Content of Labeling/Product Data Elements SPL Technical s Training ebook Interpretations & s for Technical s in Content of Labeling/Product Data Elements SPL Documents Submitted to FDA Version 1.0 Purpose:

More information

Reconstitution of Solutions

Reconstitution of Solutions Chapter 12 Reconstitution of Solutions Reconstitution Process of mixing and diluting solutions Some medications supplied in powder form and must be mixed with liquid before administration Parts of Solutions

More information

Daily Segregation Confirmation System

Daily Segregation Confirmation System Daily Segregation Confirmation System Clearing FCMs Data File Layout and Submission Requirements Version 1.0.8.2 Daily Confirmation Clearing FCM Version 1.0.8.2 Updated 8/7/2013 Page 1 of 13 Contents Introduction...

More information

Business Online Transaction Import & Export (Download) File Formats REFERENCE DOCUMENT

Business Online Transaction Import & Export (Download) File Formats REFERENCE DOCUMENT Business Online Transaction Import & Export (Download) File Formats REFERENCE DOCUMENT Table of Contents Introduction... 3 Import (Payments)... 3 Export/Download... 3 Import Formats... 4 Deskbank Import

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

Companies in Switzerland. Incoming payments CREDIT SUISSE BESR Expert Technical Documentation

Companies in Switzerland. Incoming payments CREDIT SUISSE BESR Expert Technical Documentation Companies in Switzerland Incoming payments CREDIT SUISSE BESR Expert Technical Documentation Table of Contents Introduction 3 Bank Payment Slip with Reference Number (BESR) Subscriber Number 4 Details

More information

Title Page. payplace.express giropay Connection for traders and integrators

Title Page. payplace.express giropay Connection for traders and integrators Title Page payplace.express giropay Connection for traders and integrators Connection for traders and integrators This document relates to payplace.express version 1.2. Revision: 1.3.4 Date of issue: 14/04/2014

More information

Payroll Import. Version 6.3.0. Main screen for Payroll Import.

Payroll Import. Version 6.3.0. Main screen for Payroll Import. Payroll Import Version 6.3.0 By Main screen for Payroll Import. With Payroll Import you have the ability to Convert ADP's or Paychex s payroll services file into comma separated values file for importing

More information

IDEXX Cornerstone* Single Location Inventory 8.3

IDEXX Cornerstone* Single Location Inventory 8.3 IDEXX Cornerstone* Single Location Inventory 8.3 Proprietary Rights Notice Information in this document is subject to change without notice. Companies, names and data used in examples are fictitious unless

More information

Websense SQL Queries. David Buyer June 2009 Be281@bfn.org

Websense SQL Queries. David Buyer June 2009 Be281@bfn.org Websense SQL Queries David Buyer June 2009 Be281@bfn.org Introduction The SQL queries that are listed here I have been using for a number of years now. I use them almost exclusively as an alternative to

More information

Content. Document no: D#39832. Version: 4/16/2014

Content. Document no: D#39832. Version: 4/16/2014 VI&VA-Interface Introduction Content Content 1. Introduction 3 2. History 3 3. VI&VA-Interface for CodX PostOffice V2013.06 and V2013.09 3 4. VI&VA-Interface for CodX PostOffice V2013.11 13 5. VI&VA-Interface

More information

1) After login WinTonenet Securities Trading System, a window named WinTonenet Securities Trading will be shown.

1) After login WinTonenet Securities Trading System, a window named WinTonenet Securities Trading will be shown. (A) BUY STOCKS WinTonenet Securities Trading Guidelines (2) TRANSACTION (STANDARD VERSION) 1) After login WinTonenet Securities Trading System, a window named WinTonenet Securities Trading will be shown.

More information

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

Fuld Skolerapport for Søhusskolen, i Odense kommune, for skoleår 2013/2014 for klassetrin(ene) 9. med reference Tilsvarende klassetrin i kommunen

Fuld Skolerapport for Søhusskolen, i Odense kommune, for skoleår 2013/2014 for klassetrin(ene) 9. med reference Tilsvarende klassetrin i kommunen Side 1 af 41 Side 2 af 41 Side 3 af 41 Side 4 af 41 Side 5 af 41 Side 6 af 41 Side 7 af 41 Side 8 af 41 Side 9 af 41 Side 10 af 41 Side 11 af 41 Side 12 af 41 Side 13 af 41 Side 14 af 41 Side 15 af 41

More information

Fuld Skolerapport for Hunderupskolen, i Odense kommune, for skoleår 2013/2014 for klassetrin(ene) 7. med reference Tilsvarende klassetrin i kommunen

Fuld Skolerapport for Hunderupskolen, i Odense kommune, for skoleår 2013/2014 for klassetrin(ene) 7. med reference Tilsvarende klassetrin i kommunen Side 1 af 43 Side 2 af 43 Side 3 af 43 Side 4 af 43 Side 5 af 43 Side 6 af 43 Side 7 af 43 Side 8 af 43 Side 9 af 43 Side 10 af 43 Side 11 af 43 Side 12 af 43 Side 13 af 43 Side 14 af 43 Side 15 af 43

More information

SQL Tips and Tricks for Dynamics GP. Lisa Williams and Darrell Moy

SQL Tips and Tricks for Dynamics GP. Lisa Williams and Darrell Moy for Dynamics GP Lisa Williams and Darrell Moy Agenda 1. SQL Database Maintenance Plans 2. SQL Jobs Check job status 3. Creating a view for custom SmartList & Reporting 4. Create SQL script using Mail Merge

More information

MEDICARE.GOV DRUG PLAN FINDER TOOL

MEDICARE.GOV DRUG PLAN FINDER TOOL MEDICARE.GOV DRUG PLAN FINDER TOOL Part 1 Part 2 A General Search is adequate for most people --The only required entry is your zip code Page 1 of 12 Part 3 Check the appropriate box under each section

More information

Patient Eligibility: Ontarians who are five years of age and older that have a valid Ontario Health Card.

Patient Eligibility: Ontarians who are five years of age and older that have a valid Ontario Health Card. Ontario Public Drug Programs, Ministry of Health and Long-Term Care Notice from the Executive Officer: Pharmacist Administration of Publicly Funded Influenza Vaccine and Claims Submission using the Health

More information

ExCPT Certified Pharmacy Technician (CPhT) Detailed Test Plan* 100 scored items, 20 pretest items Exam time: 2 hours 10 minutes

ExCPT Certified Pharmacy Technician (CPhT) Detailed Test Plan* 100 scored items, 20 pretest items Exam time: 2 hours 10 minutes ExCPT Certified Pharmacy Technician (CPhT) Detailed Test Plan* 100 scored items, 20 pretest items Exam time: 2 hours 10 minutes # scored items 1. Regulations and Pharmacy Duties 35 A. Overview of technician

More information

Microsoft Dynamics GP. Project Accounting Cost Management Guide

Microsoft Dynamics GP. Project Accounting Cost Management Guide Microsoft Dynamics GP Project Accounting Cost Management Guide Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

DC DEPARTMENT OF HEALTH Pharmaceutical Procurement and Distribution Pharmaceutical Warehouse. DC Health Care Safety Net ALLIANCE PROGRAM

DC DEPARTMENT OF HEALTH Pharmaceutical Procurement and Distribution Pharmaceutical Warehouse. DC Health Care Safety Net ALLIANCE PROGRAM DC DEPARTMENT OF HEALTH Pharmaceutical Warehouse DC Health Care Safety Net ALLIANCE PROGRAM OPERATIONAL PROTOCOLS Operational protocols for the DC Health Care Alliance program through the DOH Pharmaceutical

More information

Experian Credit Bureau Interface Version-11.1 9NT1438 ORACLE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01

Experian Credit Bureau Interface Version-11.1 9NT1438 ORACLE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01 Experian Credit Bureau Interface Version-11.1 9NT1438 ORACE FCUBS V.UM 11.1.US.1.0.0.0 [March] [2011] Oracle Part Number E51715-01 Document Control Author: Documentation Team Created on: September 19,

More information

Contract Manufacturing

Contract Manufacturing Contract Manufacturing Connecting Competences. Realizing Ideas. Products, Project Management and Services for the Healthcare Industry Sharing Expertise. System-built solutions As one of the leading companies

More information

FREQUENTLY ASKED QUESTIONS ABOUT ELECTRONIC DATA TRANSMISSION

FREQUENTLY ASKED QUESTIONS ABOUT ELECTRONIC DATA TRANSMISSION FREQUENTLY ASKED QUESTIONS ABOUT ELECTRONIC DATA TRANSMISSION for the Revised: July 2014 NEW YORK STATE DEPARTMENT OF HEALTH Bureau of Narcotic Enforcement 1-866-811-7957 www.health.ny.gov/professionals/narcotic

More information

Decimal to Binary Conversion

Decimal to Binary Conversion Decimal to Binary Conversion A tool that makes the conversion of decimal values to binary values simple is the following table. The first row is created by counting right to left from one to eight, for

More information

Recurring Contract Billing Importer 2013

Recurring Contract Billing Importer 2013 Recurring Contract Billing Importer 2013 An application for Microsoft Dynamics GP 2013 Furthering your success through innovative business solutions Copyright Manual copyright 2013 Encore Business Solutions,

More information

FILES FORMATS USED IN ING ONLINE

FILES FORMATS USED IN ING ONLINE 1 FILES FORMATS USED IN ING ONLINE Cash Management Sales Department, March 2006 1 2 TABLE OF CONTENT: FILES FORMATS USED IN ING ONLINE...1 1. PLI file format description...3 2. MT 103 file format description...5

More information

Chapter 7: Historical and manual data entry

Chapter 7: Historical and manual data entry Chapter 7: Historical and manual data entry Historical data is comprised of transactions that are dated before the first transaction downloaded for a bank account. You can only enter historical data for

More information

Integration Guide Version 5.3 6/25/2015

Integration Guide Version 5.3 6/25/2015 Integration Guide Version 5.3 6/25/2015 Table of Contents Table of Contents... 1 Document Version History... 3 1. Create Items with Seller Portal... 4 1.1. Create a New Item... 4 1.2. Or, Find it on Newegg...

More information

Best Practice Procedures

Best Practice Procedures Best Practice Procedures FOR RESIDENTIAL AGED CARE FACILITIES 17-19 Moore Street, Leichhardt NSW 2040 P: +61 (0)2 9563 4900 I FREE CALL 1800 244 358 F: +61 (0)2 9563 4955 I FREE FAX 1800 626 739 EMAIL:

More information

April 2012 Setup, Configuration and Use. Document Version: Product Version: SAP Version: Localization: 1.1.0 8.80.103 8.

April 2012 Setup, Configuration and Use. Document Version: Product Version: SAP Version: Localization: 1.1.0 8.80.103 8. April 2012 Setup, Configuration and Use Document Version: Product Version: SAP Version: Localization: 1.1.0 8.80.103 8.8 All regions Enprise Bank 2012 Enprise Solutions All rights reserved. No parts of

More information

F o r e i g n p a y m e n t i n P o l a n d Page 1 of 6 B u s i n e s s O n l i n e

F o r e i g n p a y m e n t i n P o l a n d Page 1 of 6 B u s i n e s s O n l i n e F o r e i g n p a y m e n t i n P o l a n d Page 1 of 6 Version 2 Change log Version Date Change 1 2013-10-07 Document created 2 2015-01-09 Field :57D: updated with bank codes (e.g FedWire routing No.

More information

A table is a collection of related data entries and it consists of columns and rows.

A table is a collection of related data entries and it consists of columns and rows. CST 250 MySQL Notes (Source: www.w3schools.com) MySQL is the most popular open-source database system. What is MySQL? MySQL is a database. The data in MySQL is stored in database objects called tables.

More information

SmartPOS Integrated Point of Sales with Adempiere ERP

SmartPOS Integrated Point of Sales with Adempiere ERP What's new version 1.0 New point of sale (slave) (based in Open Bravo POS 2.30.2, ActiveMQ 5 and creating an extension for Adempiere 3.6.1 ERP (master) Flexible design for multi-organization companies.

More information

Manual of Instructions

Manual of Instructions NEW YORK STATE DEPARTMENT OF HEALTH OFFICIAL NEW YORK STATE PRESCRIPTION PROGRAM ELECTRONIC DATA TRANSMISSION Manual of Instructions New York State Department of Health Bureau of Narcotic Enforcement 433

More information

Stock Take Procedure

Stock Take Procedure Stock Take Procedure Overall Business Processes INVENTORY MANAGEMENT Related Business Process FINANCIAL ACCOUNTING Responsible Department WAREHOUSE Involved Departments ACCOUNTING Last Updated 31/12/2010

More information

BEST client format supported by KB (valid from 28th November 2015)

BEST client format supported by KB (valid from 28th November 2015) supported by KB (valid from 28th November 2015) 1/19 List of contents: 1 Introduction... 4 1.1 Purpose of this document... 4 1.2 Characteristics of BEST format... 4 2 Formal check of BEST format... 4 2.1

More information

Beas Inventory location management. Version 23.10.2007

Beas Inventory location management. Version 23.10.2007 Beas Inventory location management Version 23.10.2007 1. INVENTORY LOCATION MANAGEMENT... 3 2. INTEGRATION... 4 2.1. INTEGRATION INTO SBO... 4 2.2. INTEGRATION INTO BE.AS... 4 3. ACTIVATION... 4 3.1. AUTOMATIC

More information

TIME MANAGEMENT TIME MANAGEMENT. Document : UM_TM.doc Revision : 24 May 2007 Last printed: 2007/05/24 12:32 PM

TIME MANAGEMENT TIME MANAGEMENT. Document : UM_TM.doc Revision : 24 May 2007 Last printed: 2007/05/24 12:32 PM TIME TIME USER MANUAL Page 1 of 19 TABLE OF CONTENTS 1 GENERAL OVERVIEW...3 2 ICONS OVERVIEW...3 3 TIME PROCESSING...4 4 TIME DATA...5 5 OVERTIME AUTHORIZATION...6 6 EMPLOYEE DATA...7 7 TIME CONFIGURATION...8

More information

Health Services provider user guide

Health Services provider user guide Health Services provider user guide online claims submission... convenient service, delivered through an easy-to-use secure web site http://provider.ab.bluecross.ca/health... convenient service, delivered

More information

Intro to Databases. ACM Webmonkeys 2011

Intro to Databases. ACM Webmonkeys 2011 Intro to Databases ACM Webmonkeys 2011 Motivation Computer programs that deal with the real world often need to store a large amount of data. E.g.: Weather in US cities by month for the past 10 years List

More information

Virtuoso Replication and Synchronization Services

Virtuoso Replication and Synchronization Services Virtuoso Replication and Synchronization Services Abstract Database Replication and Synchronization are often considered arcane subjects, and the sole province of the DBA (database administrator). However,

More information

How to Access Test Results Using PHIMS (Public Health Information Management System) on the State Hygienic Laboratory Web Site

How to Access Test Results Using PHIMS (Public Health Information Management System) on the State Hygienic Laboratory Web Site How to Access Test Results Using PHIMS (Public Health Information Management System) on the State Hygienic Laboratory Web Site 1. Open the State Hygienic Laboratory (SHL) home page: http://www.shl.uiowa.edu

More information

Business Document Specification Issue date: 2015-02-23 Version: 2.8.5 Trade Item Information 20.2.1

Business Document Specification Issue date: 2015-02-23 Version: 2.8.5 Trade Item Information 20.2.1 Trade Item Document * T0153 Document command 1.. 1 Format: An alphanumeric string including up to 17 characters. Length: 1.. 17 Base Level Case Level Pallet Level TRADE ITEM INFORMATION 0.. unbounded Base

More information

How to set up a database in Microsoft Access

How to set up a database in Microsoft Access Contents Contents... 1 How to set up a database in Microsoft Access... 1 Creating a new database... 3 Enter field names and select data types... 4 Format date fields: how do you want fields with date data

More information

Best Practices for Data Dictionary Definitions and Usage Version 1.1 2006-11-14

Best Practices for Data Dictionary Definitions and Usage Version 1.1 2006-11-14 Best Practices for Dictionary Definitions and Usage Version 1.1 2006-11-14 1 1.0 Introduction This document introduces readers to the importance of a data dictionary as a critical part of a metadata record

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

Once the schema has been designed, it can be implemented in the RDBMS.

Once the schema has been designed, it can be implemented in the RDBMS. 2. Creating a database Designing the database schema... 1 Representing Classes, Attributes and Objects... 2 Data types... 5 Additional constraints... 6 Choosing the right fields... 7 Implementing a table

More information

How to Download Census Data from American Factfinder and Display it in ArcMap

How to Download Census Data from American Factfinder and Display it in ArcMap How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with

More information

EMPLOYER BASED QUALIFIED PHARMACY TECHNICIAN EXAMS GUIDANCE

EMPLOYER BASED QUALIFIED PHARMACY TECHNICIAN EXAMS GUIDANCE Steven W. Schierholt, Esq. Executive Director John R. Kasich Governor EMPLOYER BASED QUALIFIED PHARMACY TECHNICIAN EXAMS GUIDANCE Thank you for your interest in creating an Employer Based Qualified Pharmacy

More information

Package sjdbc. R topics documented: February 20, 2015

Package sjdbc. R topics documented: February 20, 2015 Package sjdbc February 20, 2015 Version 1.5.0-71 Title JDBC Driver Interface Author TIBCO Software Inc. Maintainer Stephen Kaluzny Provides a database-independent JDBC interface. License

More information

TASKE Call Center Management Tools

TASKE Call Center Management Tools TASKE Call Center Management Tools Version 7 Integrating and Configuring Blue Pumpkin PrimeTime and PrimeTime Skills TASKE Technology Inc. Copyright 2000, TASKE Technology Inc. All rights reserved. Printed

More information

Microsoft Dynamics GP. Project Accounting Accounting Control Guide

Microsoft Dynamics GP. Project Accounting Accounting Control Guide Microsoft Dynamics GP Project Accounting Accounting Control Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility

More information

Import address register

Import address register Import address register Pacsoft Online 2014-09-25 2 Contents 1 Export and import... 3 1.1 Export from other systems... 3 1.2 File structure... 3 1.3 Import the file... 7 3 1 Export and import In Pacsoft

More information

SuiteBuilder (Customization) Guide September 3, 2013 Version 2013 Release 2

SuiteBuilder (Customization) Guide September 3, 2013 Version 2013 Release 2 (Customization) Guide September 3, 2013 Version 2013 Release 2 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be reproduced in whole

More information

MariaDB Cassandra interoperability

MariaDB Cassandra interoperability MariaDB Cassandra interoperability Cassandra Storage Engine in MariaDB Sergei Petrunia Colin Charles Who are we Sergei Petrunia Principal developer of CassandraSE, optimizer developer, formerly from MySQL

More information

BCS IT User Syllabus Version 2.0 Sample Test Word Processing Level 1 Version SampleMQTB/2.0/WP1/v1.0_XP07 SAMPLE TEST

BCS IT User Syllabus Version 2.0 Sample Test Word Processing Level 1 Version SampleMQTB/2.0/WP1/v1.0_XP07 SAMPLE TEST BCS IT User Syllabus Version 2.0 Sample Test Word Processing Level 1 Version SampleMQTB/2.0/WP1/v1.0_XP07 SAMPLE TEST You work for a travel company. One of your duties is to edit a visitors guide to Wimbledon.

More information

SIM User Guide. Version 8/06/2016

SIM User Guide. Version 8/06/2016 SIM User Guide Version 8/06/2016 This document describes the version 2.56 from June 2016, but also corresponds to previous or later versions. Simple Inventory Manager is an active software that is regularly

More information