Wiki
Downloading all files
Update sites.txt
Command:
Apteryx.servicetool.exe export sites.txt
Or
.\Apteryx.servicetool.exe export sites.txt
Downloading Specific Workstation Images
List may contain invalid entries. It will skip over those
Create input file based on pdf above
Updates sites.txt to have sitename
.\Apteryx.servicetool.exe uidsfromcapturestation sites.txt
Replace contents of sites.txt with list of UIDs that was just output
.\Apteryx.servicetool.exe download sites.txt
Downloading Specific Patients
File must be in csv format with the patient information in the following format per row
,PatientID,FirstName,LastName,,,,
,123456789,John,Doe,,,,
List may contain invalid entries. It will skip over those
Use notepad++ to insert commas with replace function
Insert at beginning
Find What:^
Replace with:insertcommashere
Search Mode:Regular Expression
Then hit replace all
Insert at end
Find What:$
Replace with:insertcommashere
Search Mode:Regular Expression
Then hit replace all
Ensure there are no empty/unformatted rows at first and last few rows
File must be formatted in sitename format and placed in the proper folder e.g.:
"E:\ServiceTool\input\testing.Apteryx.net.csv"
Ensure the sites file has the proper sitename as well
Run the command to download specific patients i.e.:
.\Apteryx.servicetool.exe downloadpatients sites.txt
Compressing the Archive
If the outputted folder is >250GB OneDrive will not accept it
Break it out into folders <250GB
Right click the outputted folder
7-zip > Add to Archive
Create a custom password and add it to the volume, write it down somewhere secure for later
After compression has finished you can remove the uncompressed original folder that was outputted
Double checking a compressed folder is Password protected
Right Click the zip > 7zip > Test Archive
If it pops up with a password it is protected properly, otherwise it is not