...
Two formats are supported.
Passing information in the file name
If you are using this format you will need to name each file according to the following pattern.:
Code Block |
---|
SmartAdvocate CaseNumber_CategoryName_SubCategoryName_ProviderName_Description.ext |
For example: 523485_Medical_Records_Good Samaritan Hospital_MRI Records.pdf
Passing information in the accompanying XML file
If you are using this format you will need to have an xml file accompany each document that you are uploading.
For example, if you are uploading GSH MRI Records.pdf you will also need to upload GSH MRI Records.xml that will contain document properties and the information needed to identify the appropriate case.
XML file should use the following format:
Code Block | ||
---|---|---|
| ||
<?xml version="1.0"?> <document> <description>MRI |
...
Records</description> <record_filename>test.pdf</record_filename> |
...
<provider>Good Samaritan Hospital</provider> |
...
<category>Medical</category> |
...
<subcategory>Records</subcategory> <case_ |
...
number>523485</case_number> </document> |
Attachments | ||||||
---|---|---|---|---|---|---|
|