Import Price List

From MedITEX - Wiki

(Difference between revisions)
Jump to: navigation, search
 
(13 intermediate revisions by 4 users not shown)
Line 9: Line 9:
 
<td><img src="/images/plus48.png" alt="" width="48" height="48" /></td>
 
<td><img src="/images/plus48.png" alt="" width="48" height="48" /></td>
 
<td>
 
<td>
<p><a href="/index.php?title=File:MedITEX_Accounting_Pricelist_Example_Description.xls">Click here</a>&nbsp;to download an example of&nbsp;Insurance information import file.</p>
+
<p><a href="/images/MedITEX_Accounting_Pricelist_Example_Description.xls">Click here</a>&nbsp;to to download an Excel file containing a price list example with description.</p>
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 74: Line 74:
 
<td align="center">9.</td>
 
<td align="center">9.</td>
 
<td style="text-align: left;" align="center">ITEM_DESCRIPTION<br /></td>
 
<td style="text-align: left;" align="center">ITEM_DESCRIPTION<br /></td>
<td style="text-align: left;" align="center">Description.</td>
+
<td style="text-align: left;" align="center">
 +
<p>Description.</p>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td align="center">10.</td>
 +
<td style="text-align: left;" align="center">VALID_FROM</td>
 +
<td style="text-align: left;" align="center">
 +
<p>Price valid from. Must be entered in date format <strong>YYYY-MM-DD</strong>.</p>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<p style="text-align: left;">&nbsp;</p>
 +
<p style="text-align: left;">The structure of the fields is described in the table below:&nbsp;</p>
 +
<table border="0">
 +
<tbody>
 +
<tr>
 +
<td><br /></td>
 +
<td><strong>Collumn name</strong></td>
 +
<td><strong>Field type</strong></td>
 +
<td><strong>Max. lenght</strong></td>
 +
</tr>
 +
<tr>
 +
<td>1.</td>
 +
<td>ITEM_NAME</td>
 +
<td>VARCHAR</td>
 +
<td style="text-align: center;">300</td>
 +
</tr>
 +
<tr>
 +
<td>2.</td>
 +
<td>ITEM_CODE</td>
 +
<td>VARCHAR</td>
 +
<td style="text-align: center;">15</td>
 +
</tr>
 +
<tr>
 +
<td>3.</td>
 +
<td>CODE_TYPE</td>
 +
<td>-</td>
 +
<td style="text-align: center;">-</td>
 +
</tr>
 +
<tr>
 +
<td>4.</td>
 +
<td>SHORT_CODE</td>
 +
<td>VARCHAR</td>
 +
<td style="text-align: center;">10</td>
 +
</tr>
 +
<tr>
 +
<td>5.</td>
 +
<td>ITEM_GROUP</td>
 +
<td>VARCHAR</td>
 +
<td style="text-align: center;">100</td>
 +
</tr>
 +
<tr>
 +
<td>6.</td>
 +
<td>ITEM_PRICE</td>
 +
<td>DECIMAL</td>
 +
<td style="text-align: center;">8</td>
 +
</tr>
 +
<tr>
 +
<td>7.</td>
 +
<td>BILLING_CATEGORY</td>
 +
<td>-</td>
 +
<td style="text-align: center;">-</td>
 +
</tr>
 +
<tr>
 +
<td>8.</td>
 +
<td>INSURANCE_NAME</td>
 +
<td>-</td>
 +
<td style="text-align: center;">-</td>
 +
</tr>
 +
<tr>
 +
<td>9.</td>
 +
<td>ITEM_DESCRIPTION</td>
 +
<td>VARCHAR</td>
 +
<td style="text-align: center;">800</td>
 +
</tr>
 +
<tr>
 +
<td>10.</td>
 +
<td>VALID_FROM</td>
 +
<td>DATE</td>
 +
<td style="text-align: center;">10</td>
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
 
</table>
 
</table>
<p style="text-align: center;">&nbsp;</p>
+
<p style="text-align: left;">&nbsp;</p>
 
<table style="margin-left: auto; margin-right: auto;" border="0">
 
<table style="margin-left: auto; margin-right: auto;" border="0">
 
<tbody>
 
<tbody>
Line 86: Line 167:
 
<ul>
 
<ul>
 
<li>Not all fields are required;</li>
 
<li>Not all fields are required;</li>
<li>Required fields are:                                          
+
<li>Required fields are:                                                        
 
<ul>
 
<ul>
 
<li>ITEM_NAME</li>
 
<li>ITEM_NAME</li>

Latest revision as of 10:17, 10 October 2022

This page contains additional importing features supported by MedITEX.

 

Price List Import

It is possible to import price lists by providing a spreadsheet with the information described on this section.

An example of this file can be downloaded from the link below.

<tbody> </tbody>
<img src="/images/plus48.png" alt="" width="48" height="48" />

<a href="/images/MedITEX_Accounting_Pricelist_Example_Description.xls">Click here</a> to to download an Excel file containing a price list example with description.

 

The structure of this file is described in the table below: 

<tbody> </tbody>
   Column name  Column content
1. ITEM_NAME Name of an item.
2. ITEM_CODE This code is UNIQUE for each item.
3. CODE_TYPE

The type of your code. Possible here:
CPT
HCPCS
E/M
LOINC
GRC

4. SHORT_CODE Some characters of your choice. Not necessary.
5. ITEM_GROUP Group for items. If the group name is not found in the list of groups, it will be inserted.
6.
ITEM_PRICE Price for an item.
7. BILLING_CATEGORY

Billing category name defined exactly like in the billing category list.

sys table acc.PNG

8.
INSURANCE_NAME

Name of insurance defined in MedITEX IVF - Insurance administration.

insurance acc.PNG

9. ITEM_DESCRIPTION

Description.

10. VALID_FROM

Price valid from. Must be entered in date format YYYY-MM-DD.

 

The structure of the fields is described in the table below: 

<tbody> </tbody>

Collumn name Field type Max. lenght
1. ITEM_NAME VARCHAR 300
2. ITEM_CODE VARCHAR 15
3. CODE_TYPE - -
4. SHORT_CODE VARCHAR 10
5. ITEM_GROUP VARCHAR 100
6. ITEM_PRICE DECIMAL 8
7. BILLING_CATEGORY - -
8. INSURANCE_NAME - -
9. ITEM_DESCRIPTION VARCHAR 800
10. VALID_FROM DATE 10

 

<tbody> </tbody>
<img src="/images/hint129.png" alt="" width="129" height="129" />
  • Not all fields are required;
  • Required fields are:
    • ITEM_NAME
    • ITEM_CODE
  • Please pay attention that the import table is the only or at least the first sheet in your excel file.

 

<tbody> </tbody>
<img src="/images/plus129.png" alt="" width="129" height="129" />
  • If price is defined but billing category and insurance name stays empty,
    this price will be the default price (always valid). --> if you have only one price for an item,
    it is better to leave billing category and insurance name empty.
  • FOR EACH PRICE there needs to be ONE line.
    • Item name, item code, code type, short code, item group and item description should have exactly the same information (this will be saved in one table).
    • Item price, billing category insurance name will be saved in a second table.
  • The importer looks if an item with this specific item code already exists.
    If yes, then the other item information (item name, code type, short code, group, description) will be updated and prices will be updated or inserted. If item is not found, the item with all information and all prices will be inserted.

 

<tbody> </tbody>
table price.PNG
  • In item tabel "Material XYZ" will be inserted ONCE. But in price table 4 prices for this item "Material XYZ" will be inserted.
 
settings acc.PNG

<tbody> </tbody>

<a href="/index.php?title=Import_and_Export_tools">Back to Import and Export tools</a>

<a href="#top">Back to top</a>