Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ezfit:import_and_export_patient_data [2009/12/16 13:31] smayr |
ezfit:import_and_export_patient_data [2009/12/16 14:11] (current) smayr |
||
---|---|---|---|
Line 44: | Line 44: | ||
| 37 | Alpha15 | | | | 37 | Alpha15 | | | ||
- | <file csv noah-export.csv> | + | <file csv noah-export-sample.csv> |
- | [0]Client No, Create Date, | + | Client No, Create Date, Created By, First Name, Last Name, Middle Name, Sex/Gender, Birth date, |
- | // [6]Sex/ | + | |
- | // [12]State / Province, [13]Zip, [14]City, [15]Home Phone, [16]Work Phone, Fax Phone, SS number, | + | |
- | // [19]E-Mail, [20]CountryCode, | + | |
- | // Alpha1, | + | |
- | // Alpha10, | + | |
- | // | + | |
</ | </ | ||
- | |||
=== Generic CSV format === | === Generic CSV format === | ||
- | // | + | Generic CSV File field names: |
- | // Generic CSV File field names: | + | ^ Field Number ^ Field Name ^ Notes ^ |
- | // | + | | 1 | Patient Number | | |
- | // | + | | 2 | Patient ID | | |
- | // " | + | | 3 | First Name | | |
- | // "Home Phone"," | + | | 4 | Last Name | | |
- | // "Right 250"," | + | | 5 | Gender | | |
- | // "Left 250"," | + | | 6 | Birthdate | | |
+ | | 7 | Address 1 | | | ||
+ | | 8 | Address 2 | | | ||
+ | | 9 | City | | | ||
+ | | 10 | State | | | ||
+ | | 11 | Zip | | | ||
+ | | 12 | Country | | | ||
+ | | 13 | Email | | | ||
+ | | 14 | Home Phone | | | ||
+ | | 15 | Work Phone | | | ||
+ | | 16 | Mobile Phone | | | ||
+ | | 17 | Right 250 | | | ||
+ | | 18 | Right 500 | | | ||
+ | | 19 | Right 750 | | | ||
+ | | 20 | Right 1000 | | | ||
+ | | 21 | Right 1500 | | | ||
+ | | 22 | Right 2000 | | | ||
+ | | 23 | Right 3000 | | | ||
+ | | 24 | Right 4000 | | | ||
+ | | 25 | Right 6000 | | | ||
+ | | 26 | Right 8000 | | | ||
+ | | 27 | Left 250 | | | ||
+ | | 28 | Left 500 | | | ||
+ | | 29 | Left 750 | | | ||
+ | | 30 | Left 1000 | | | ||
+ | | 31 | Left 1500 | | | ||
+ | | 32 | Left 2000 | | | ||
+ | | 33 | Left 3000 | | | ||
+ | | 34 | Left 4000 | | | ||
+ | | 35 | Left 6000 | | | ||
+ | | 36 | Left 8000 | | | ||
+ | |||
+ | <file csv csv-export-sample.csv> | ||
+ | " | ||
+ | </ |