How to enable BitLocker even if your computer does not have TPM

TPM is a chip that is included on higher end business-oriented computers. If present, it is used by BitLocker.

If you don’t have TPM in your computer, you can still use BitLocker if you follow the steps below (from a post on answers.microsoft.com ).

How to Configure Computer to Enable BitLocker without Compatible TPM:

Administrators must follow the steps below to configure their Windows 8 computers to allow enabling Bit Locker Drive Encryption without compatible TPM:

a. Log on to Windows 10 computer with an account that has administrative privileges.

b. Assuming that the computer has been configured to display the classic start menu, click Start (or the Windows icon) and at the bottom of the menu in search box type GPEDIT.MSC command and press enter key.

c. On the opened Local Group Policy Editor snap-in, from the left pane expand Computer Configuration > Administrative Templates > Windows Components > Bit Locker Drive Encryption and from the expanded list click to select Operating System Drives.

d. From the right pane double-click “Require additional authentication” at startup.

e. On the opened box click to select Enabled radio button and ensure that under Options section Allow Bit Locker without a compatible TPM checkbox is checked.

f. Once done, click Ok button to allow the changes to take effect and close Local Group Policy Editor snap-in.

VeraCrypt (TrueCrypt) won’t let me encrypt my system drive

SOS users are often reminded of the importance of disk encryption to keep their precious data safe in the event of computer loss or theft. For many years we have been recommending use of TrueCrypt, which now has been re-born as VeraCrypt, or Microsoft’s BitLocker feature (Available in Pro and Enterprise versions of Windows).

Here’s an article that explains how to upgrade from Windows 10 Home to Windows 10 Pro.

For those using non-commercial versions of Windows such as Windows Home, VeraCrypt is a free, proven, reliable, and effective option, and full disk encryption is recommended. There can be a hitch, however. At present You can only encrypt the boot (main) drive in your computer if it is partitioned with the older MBR method. There are several YouTube videos and articles on the web that show various techniques that can be used to convert a drive from GPT to MBR, after which you can use all the features of VeraCrypt. It is possible to lose ALL your data converting from GPT to MBR, so it is ESSENTIAL that you back up your entire C drive before proceeding with any of those tools. If your drive is partitioned as GPT, GUID, UEFI, or EFI, and you are not technically oriented, you might be better off just upgrading Windows to the Pro version and using Microsoft’s BitLocker feature. 

Related:
How to enable BitLocker even if your computer does not have TPM

 

How-To Request Help through the On-line Help Desk

Introduction

Did you know that your current Support/Update agreement allows you to get support for SOS products by sending an email or by filling in a request on the SOS Help Desk website? Both of these techniques will create a new service ticket at the Help Desk, and a notification that a ticket is waiting automatically goes out to all support staff.

Emailing a request

Simply address your request to “support@sosoft.com”. Please include a brief description of your issue. (Note that emailing a specific person at SOS is not a good idea. That person could be out of the office or busy with another project and not see your email for a while. Using the Help Desk is the best way to get a prompt response.)

Creating a ticket on the HelpDesk website

    1. Open your web browser and go to http://help.sosoft.com. (You will automatically be redirected to the Help Desk address, which is actually https://sosoft.us/hesk.) Here is what it looks like:

      2016-09-13-help-desk
    2. Click the indicated “Submit a ticket” link to open a ticket form, which looks like this:

2016-09-13_submit-ticketBe sure to fill in all the required fields (indicated by an asterisk). It is helpful to us if you also fill in your phone number and/or the licensee name that appears at the top of your SOS product’s main screen. If you want to send a screenshot or any other file, you can do so in the Attachments section of the form, but be sure to check anything you are sending to assure it does not include any patient information like names, phone numbers, diagnoses, services rendered or other protected health information (PHI).

. . . be sure to check anything you are sending to assure it does not include any patient information like names, phone numbers, diagnoses, services rendered or other protected health information (PHI).

3. When you have completed the form, click the “Submit Ticket” button at the bottom of the screen to send it. When an SOS staffer has responded, you will receive an email notification at the address you left in your ticket.

SOS Database Encryption

Note: The following information is for SOS 2010 – 2016 ONLY

Overview

By default, the SOS database is not encrypted, though the physical layout of the database files is such that assembling a coherent record of data would be difficult. Nonetheless, inspection of the database files could reveal identifying information, so some level of encryption is recommended in most all situations, and always if the database is transported from place to place on a portable computer or on removable media (such as removable disk, CD, DVD, USB memory key, or tape) or if the database is transmitted from one location to another electronically.

You may choose to protect the data in the database by selecting either “simple encryption” or “strong encryption” (AES, Advanced Encryption Standard).

Simple Database Encryption

Simple encryption is equivalent to obfuscation and prevents someone using a disk utility, text editor, or even a word processor from being able to read patient names or other information stored in the database files. Simple encryption uses a built-in key and therefore does not require the user to provide a key to encrypt the database. Once encrypted, the information can still be accessed using the SOS and Sybase programs exactly as with an unencrypted database. In addition, utilities such as DBTRAN (which translates the transaction log into readable text) can still be used by anyone who knows how, without the need to provide a password or encryption key. It is therefore essential to secure the computer and drive on which the transaction log (SOSDATA.LOG) is stored, even if using simple encryption. The folder(s) in which the database and log files are stored should NEVER be shared across a network for this reason. Windows shares are entirely unnecessary for use of the SOS system, and for the reasons just given, undercut efforts to keep your data secure.

Strong Database Encryption

Implementing strong encryption is a more complex procedure but renders the database completely inaccessible without an encryption key. There is no back door or recovery possible if the encryption key value is lost or forgotten, so if no reliable key management system is possible in your organization, you should think twice about it.

Changing the Encryption Level of an Existing Database

In order to change the encryption level of your database, you must rebuild it. Starting with Release 2007.02 (December, 2007 build), the SOS Database Rebuild Utility may be used to encrypt your database with Simple Encryption. There is no automated option for applying strong encryption, though SOS tech support can provide you with hands-on assistance to go through the steps, specifically:

      1. Backup your current database.
      2. Unload your database to a set of ASCII tables.
      3. Initialize a new encrypted database.

Reload the new database with the previously unloaded data.

Encryption Option Advantages Disadvantages
No encryption No rebuild required. Best performance. Best chance of database recovery in the event of corruption. No encryption key to remember or safeguard. Patient information – such as names – can be read by opening the database files with a text editor or word processor. Unless physical access to the database is carefully restricted, this option could constitute a HIPAA violation. This option is not supported by the Rebuild Utility.
Simple encryption No encryption key to remember or safeguard. Minimal performance or database recovery impact. Obscures data in database files, preventing it from being accessed by unsophisticated methods. Easy procedure to implement. No configuration changes needed in database startup. Does not provide any encryption of the database log (the sosdata.log) file, which can be translated to readable text using a Sybase utility. Any user can still start the database, and once it is started, can access data as long as he or she has an SOS password that permits access.
Strong encryption (recommended, but requires a short consultation with SOS tech support to enable) Very strong AES 128 bit or even stronger AES 256 bit data protection. Your database and log cannot be started or accessed without the encryption key that you have created. Somewhat more difficult, manual process to implement. Configuration changes necessary for database startup. File containing the encryption key must be secured somewhere on the network or the encryption key must be typed in to start database. Most importantly, loss of your encryption key will render your database useless. Finally, use of strong encryption will incur a performance penalty, in all likelihood in the range of two to five percent, though there are many variables in play.

 

When selecting the Strong Encryption option, you must provide an encryption key, which is a string of characters that will be used to encrypt and decrypt the contents of your database and transaction log. The normal rules for password generation apply:

  • Use no fewer than 8 characters. SOS’s SQL Anywhere database supports keys of up to 60 characters. A length of 10 to 30 is recommended. Longer keys are more difficult to crack, but theoretically could result in slower performance. The better your hardware, the less likely you would be able to detect a difference.
  • Include upper and lower case letters, plus numbers and special characters in your encryption key. The key may contain any characters on your keyboard except <space>, semi-colon, apostrophe, and quotation mark characters.
  • Strong keys are really random – no pet names or birth dates! Many free and low cost password generators are available to assist in generating random sequences of characters for use as passwords and encryption keys. Popular password managers such as LastPass and Roboform also include password generation tools.

Whenever you select or change your SOS database encryption password, we STRONGLY recommend that you use a key management system of some sort. There is  no way to start or recover your database without it, so having a backup copy of your key in a secure location, available to all staff who might need it is mandatory to assure that you will not lose your data because of a forgotten key. Consider that you might not always be around to provide the key if it is ever needed, so appropriate recovery safeguards must be in place that do not depend on one person.

Performance Considerations Related to Database Encryption

There is a performance penalty for the use of encryption. The penalty is insignificant for the simple encryption method, but may be detectable when using strong encryption. If implementing strong encryption, the customer should pay even more attention to the selection of server hardware, choosing faster processors and disk systems, and, especially, more RAM than might otherwise be necessary. If the amount of RAM is sufficient to permit the entire database to be cached, the performance penalty should diminish and become relatively small after a period of active use. Note also that the length of the encryption key is related to performance, so if you are using a very long key and have performance issues, you can try rebuilding the database with a shorter key.

Recommendations

Given that the Simple Encryption option has minimal performance impact and provides some protection from unauthorized access, it is the minimum SOS recommendation. If your database is carried out of the office on a laptop or in unencrypted backups (such as a straight copy of the DATA folder onto an unencrypted flash drive or DVD), then serious consideration should be given to using Strong Encryption. In that case, it is essential that you carefully think through the entire process. Precautions must be taken to assure that only the most trusted employees are able to log into the server to encrypt the database. Again, however, keep in mind that losing the only employee who knows the encryption key could be disastrous and your plans must include assuring that you will not be left without a way to start and access your database.

How To Implement Simple Database Encryption

The easiest, and SOS recommended, way to change from no encryption to simple encryption is simply to use the Database Rebuild Utility, which will automatically apply simple encryption. It can be run from the command prompt, or using a menu item in the Administration module. This utility is named DBRBLD.EXE and is located in the SOS folder of the database server, or standalone computer if not running on a network. Within the Administration Module, navigate to “Database Tools” then “Database Rebuild Utility” as described below.

  1. Have all users exit all SOS programs.
  2. Backup your database as you normally do.
  3. On the computer where the database is located start SOSLogin.
  4. Enter an account ID and password of a user with SOS security administrator privileges.
  5. Click the “Admin” icon (the keys).
  6. Select Database Tools.
  7. On the list of utilities, select and run “Database Rebuild Utility”

How To Implement Strong Database Encryption

As mentioned previously, applying strong encryption is a manual process that involves several steps and some guidance from SOS tech support. The procedure includes the following steps:

 

  1. Backup your current database.
  2. Unload your database to a set of ASCII tables.
  3. Initialize a new encrypted database.
  4. Reload the new database with the previously unloaded data.
  5. Create and securely locate an option2.prm file containing an obfuscated version of your encryption key.
  6. Reconfigure the command line needed to start the encrypted database (see next section).

Before walking you through the procedure, SOS’s support tech will review with you the fact that loss of your encryption key will mean permanent loss of your data. The support tech also will ask you about your strategy to prevent loss of your database encryption key.

 

Starting a Strongly Encrypted Database

Once the database has been encrypted, whenever the database is started, the encryption key must be provided on the command line when the database is started, or the database engine must be instructed to prompt for the encryption key as it starts the database.

By default, SOS includes database engine startup parameters in a file in the SOS folder called SERVER.PRM. This file contains options for the database engine, which could, potentially run more than one database at a time. Options for each database run by the engine cannot be added to the engine options file. They must be placed after each database file on the startup command line. The following examples assume the database is running in a 64 bit Windows environment. If you are running 32 bit Windows, then replace “bin64” with “bin32” in the command line. All the following examples would be on a single line:

Default command line (simple or no encryption options):

c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db

Command line to prompt the user for the encryption key (-ep) every time the database is started:

c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db -ep

Command line with encryption key specified explicity:

c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db -ek secretkey

The last option is obviously less than ideal because the encryption key appears in plain text in the startup line invoked by your shortcut, batch file, etc. There is, however, an alternative. That part of the command line can be hidden using a provided utility that will hide the text from all but expert snoopers. When you select the Strong Encryption option during the rebuild, your encryption key will automatically be saved in an unreadable file called OPTION2.PRM, which you will find in the SOS folder as well as the DATA folder. You can therefore use this variation of the command above (entire command is typed on a single line):

c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db @c:\sos\option2.prm

If you wanted to create the unreadable option2.prm file manually, here is how it would be done:

1.   Create a plain text file using Notepad or another text editor.
2.   Enter -ek and the encryption key with which your database was encrypted.
3.   Save the file as TEMP.TMP in your SOS folder.
4.   Now apply simple encryption to the file, saving the encrypted copy as OPTION2.PRM with the command:

c:\sos\sa\bin64\dbfhide temp.tmp option2.prm

5.   You will now have the original TEMP.TMP and an encrypted version called OPTION2.PRM in your SOS folder. Remember, if you lose your encryption key, there is no way to decrypt or run your database! Once you are sure that the encryption key value is safely recorded in case you should ever need it, delete the TEMP.TMP file. Hold down the shift key while deleting to be sure the file is deleted instead of just being moved to the recycle folder. If you have a utility for secure deletion of files, that would be even better. Now you can start the database using the following command, which does not expose the key:

c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db @option2.prm

A strongly encrypted database cannot be opened without its matching encryption key. For that reason it is essential that you either backup the option2.prm file containing your key, or securely record the key in a secure log, or formal key management system, that will document changes in the key over time. If you ever have to restore your data from an old backup, you will need the key that was in use when that database was backed up.

Including Your Encryption Key in the ODBC Configuration

In standalone installations, the database is rarely, if ever, started directly. Instead, it is automatically started whenever needed using a start command specified in the ODBC configuration named SOSDATA (located by default on the System DSN tab). As mentioned above, you should not simply type the encryption key in the indicated field on the Database tab because it will appear in clear text in the Windows Registry. Instead, follow the instructions in the section above to create an OPTION2.PRM file that contains an encrypted version of the database encryption option and your key. (It does no harm to make the same modifications on a network database server, but in almost all cases the database server will be started from a shortcut, batch file, scheduled task command, or as a service. The only time the ODBC configuration would be used is if you were to use the SOS Login shortcut when the database was not already running.)

You must then modify the ODBC configuration, specifically the Database tab entries as follows, assuming default SOS folders and a standalone installation:

Configuration Setting
Server name SOSDATA
Start line (typed all on one line) c:\sos\sa\bin64\dbeng11.exe @c:\sos\server.prm c:\sos\data\sosdata.db @option2.prm
Database name SOSDATA
Database file <leave this field empty>
Encryption key <leave this field empty>
Start database automatically checked
Stop database after last disconnect checked

 

Running an Encrypted Database as a Windows Service

If prompting for a password on startup (the -ep parameter), be sure to use the -i parameter when creating your service so the service can interact with the console. As the service starts, a window will appear in which you must type the encryption key.

The following example (typed all on one line) creates a service that prompts for the encryption key whenever you start the database:

c:\sos\sa\bin64\dbsvc -as -t network -s Automatic -i -w mysos c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db -ep

You must include the -i (allow service to interact with the desktop) option when you use the -ep (prompt for encryption key) option. When configured in this fashion, someone must be present at the server console to type the encryption key when the service starts.

Although this option would be the most secure, it may well not be practical. The alternative would be to pass the encryption key value on the service startup line automatically. The problem is that if you type the encryption key in your startup command, it is not secure. To avoid having this value exposed, the -ek parameter, along with the encryption key, may itself be encrypted in a form that the database engine will be able to decrypt. When you rebuild the database the utility will create the appropriate, ready-to-use, encrypted key parameter in a file called option2.prm.

You can also create that file manually as follows:

  1. Create a plain text file using Notepad or another text editor.
  2. Enter -ek and the encryption key with which your database was encrypted.
  3. Save the file as TEMP.TMP in your SOS folder.
  4. Now encrypt the file, saving the encrypted copy as OPTION2.PRM with the command:
    c:\sos\asa\win32\dbfhide temp.tmp option2.prm
  5. You will now have the original TEMP.TMP and the encrypted OPTION2.PRM in your SOS folder. Once you are sure that the encryption key value is safely recorded in case you should ever need it (SOS recommends that you call SOS and have the value stored in your account records at SOS), delete the TEMP.TMP file. Hold down the shift key while deleting to be sure the file is deleted instead of simply moved to the recycle folder. If you have a utility for secure deletion of files, that would be even better.
  6. Now create your service using the following format (typed all on one line, with the appropriate changes if your installation is not in C:\SOS):
c:\sos\sa\bin64\dbsvc -as -t network -s Automatic -i -w mysos c:\sos\sa\bin64\dbsrv11.exe @c:\sos\server.prm c:\sos\data\sosdata.db @c:\sos\option2.prm

Note: For additional information and description of all available command line options for service creation, see: Running the SOS SQL Anywhere 11 Database as a Windows Service

Transport Layer Encryption

In addition to encryption of the database itself, a customer might be concerned about protecting the data while it is “in motion” between the server and the client workstations. Various network protection approaches are available, including VPN, wireless encryption, and use of Windows Terminal Services or Citrix.

As with database file encryption discussed previously, there are simple and strong encryption options available for transport-layer security. An easy way to avoid sending easily read data is to add…

-ec simple

…to your server startup options in the SERVER.PRM file in your SOS folder. Doing so forces all connected clients to use simple encryption on database network communications. Doing so provides the same kind of obfuscation for your database communication packets that simple encryption does for your database files. It will not secure the data from an encryption expert or “hacker” who is determined to eavesdrop on your communications, but it will prevent less sophisticated individuals from reading the contents of your transmission packets by simply hooking up a packet sniffer tool. This sort of simple encryption has a minimal impact on performance, and could be used as an extra layer of protection when using other less-than-ideal encryption, such as standard wifi WPA encryption.

Sophisticated, strong, transport-layer encryption options for your database communications are also available, using RSA or ECC certificates. As stated previously, if you want that level of protection, you should probably investigate strategies that will protect all your network communications, not just database packets. In addition, this kind of database-specific encryption requires purchase of an additional component, which is priced by number of user connections.

Linking, Importing, and Scanning Attachments

Starting with SOS Release 2009.01, both SOS Office Manager and SOS Case Manager provide for an unlimited number of attachments to be associated with each patient. Attachments can be documents that are scanned directly into the database (assuming that you have a WIA or TWAIN compatible scanner connected to your computer, and all relevant drivers installed) or any files to which you have access, including, but not limited to:

  • Word processing documents
  • Adobe Acrobat documents
  • Graphics files, including photographs and fax files
  • Spreadsheets
  • E-mail messages (exported to individual files)
  • Previously scanned paper documents such as letters

You can specify the attachment as a simple link to the existing file, or you can save a copy of the attachment in the SOS database and either retain or delete the original file.

There are some significant advantages to storing the attachment in the database. Firstly, once in the database, the attachment is secure. Only those who have been granted access to the patient’s records in SOS will be able to view, modify, or print the attachment. Secondly, because the attachment is in the database, if you are using SOS from a different computer, or even from a remote location, you can still access the attachment, even though you might otherwise not be able to get to the original document location. Finally, once imported, the attachment is backed up with the rest of the SOS database. You do not have to worry about also backing up other folders on your system to be sure that your attachment is safe.

SOS also permits you to specify the URL (internet address) of a web page as an “attachment”.

Once an attachment has been imported or linked, you can view it, edit it, or delete it by highlighting the attachment in the list and then clicking the appropriate icon in the windows’s toolbar. If the document is stored in the database, it will be extracted temporarily to your system’s designated temporary folder for viewing or editing.

Creating an Attachment

  1. In OM, highlight the patient in the Active Patients list and click the Attachments icon (paper clip) in the toolbar. In CM, select the Attachments icon (paper clip) in the panel on the right after opening a patient record.
  2. The patient’s list of attachments will appear.
  3. Click the Add button.
  4. Enter a meaningful description and keywords you might use to search for this attachment in a long list.
  5. Indicate whether you are attaching a document (or other type of file) or a link to a page on the internet. The prompt preceding the next field will change to reflect your selection here.
  6. If the attachment is just a link to a web page, enter, or even better, copy and paste the address from your web browser after navigating to the desired page.
  7. If your attachment is a file, such as a word processing document, spreadsheet, graphic, or image file, use <F2> or right-click in the File field to select the desired file.
  8. To complete the process, select the attachment method. If your attachment is a Web Link, the only available method will be Link Only, so select that button. If you are attaching a file, but simply want to create a link to a file located on your system, you should also use the Link Only button. Use Store in DB if you want to save a copy of the file within the SOS database, but do not want to remove the copy already on your system. The final option, Store in DB & Delete Original also stores a copy of the file in the SOS database, but after verifying that the file has been stored without error, it removes the original file from your system. This option is appropriate in environments where security is especially important. Even if someone were to gain access to your computer, he or she would still have to gain access to SOS in order to see the attachment.

Network users please note: If you link to a file rather than storing it in the database, make sure the file is located in a shared folder that would be accessible to other users on your system. Linking to a file located on your own hard drive may mean that only those using your computer would be able to use the link to view the attachment. In most cases it is recommended that you store the attachment in the database instead of just linking to an external file.

Scanning a Document Directly into the Database

If the desired attachment is available in paper rather than electronic form, you can scan it directly into the database using a scanner that supports the industry-standard TWAIN interface. Scanners that are not TWAIN compatible, but support the Windows WIA interface may also be used, but you won’t have access to advanced features like duplex (two-sided) scanning. If your scanner does not support either of these industry standards, you will not be able to control the scanner from within SOS. Instead, you will have to scan your document using the scanner’s own software, then attach the file as described above.
By default, scans will be 8.5 x 11. If you will be scanning card-sized documents, such as insurance cards, you can set and adjust the scanning area from Setup > System Options, at the bottom of the Other tab. While there, indicate whether your unit supports duplex scanning. If you are able to use only the WIA driver, then check the appropriate option in that panel.

Although many other scanners should work fine, if purchasing a new unit specifically for scanning insurance cards, SOS recommends the DocketPort 687. Among full page scanners that have been tested are:

  • HP Multi-function OfficeJet J4580
  • “Neat” brand portable scanners
  • Visioneer OneTouch flatbed scanner
  • DockePort 485 (replaced by 487) which is a duplex, full-page scanner that also supports scanning card-size documents
  • DocketPort 687 duplex card scanner

Network-based scanners may NOT work with SOS. Non-compliant scanners like the Fujitsu ScanSnap series cannot be controlled from the SOS software, requiring that you scan using the manufacturer’s software, then attach the resulting file in SOS as a separate step.

  1. Place your document in the scanner according to the hardware directions.
  2. If you have more than one scanner connected to your computer, check the option to the right of the icon, Select Scanner.
  3. If you have not used this feature before, or this is a new scanner, then check the second option, Setup Scanner. Doing so will allow you to choose from your scanner’s available options and gives you more control over the output. For example, you will probably want to be sure that your dpi (dots per inch) value is not set any higher than 200 to 300 dpi. Higher values will result in much slower scanning speeds without significantly improving the readability of text documents. Every scanner is different, so it may take some experimentation to come up with the best settings for your situation.
  4. Click the Scan icon on the toolbar (shown in the figure above).
  5. SOS will open your scanner control window, if you have checked the Setup Scanner option, or immediately start scanning if you have not.
  6. The scan will be saved as a pdf document and open in Adobe Acrobat Reader, assuming it is installed on your system. After you have confirmed that the scan was successful, you can close the Acrobat window.
  7. You will now be at the attachment form. Enter an appropriate description and some keywords to help you locate the document in the future. SOS automatically assigns a file name. DO NOT CHANGE THIS FILENAME!
  8. Click the Store In Database and Delete icon (the one on the left) or press <Alt>-D to save the scanned image in the database and remove the temporary file from the disk.

Scanning Insurance Cards

Beginning with SOS Release 2009, there is a Scan icon on the Insurance Policy form in OM that you can use to scan a patient’s insurance card, as well as an icon to open the patient’s attachments list to view a previously scanned card or any of the patient’s other attachments. The scanning operation works exactly as described above.

Opening an Attachment

There are two ways to open an attachment:

  • You can view the attachment. When you choose to view an attachment that is stored in the SOS database, a copy of the file is created in your computer’s TEMP folder, the file properties are set to Read-Only, and the related application is launched to open it. For example, if you have stored a Microsoft Word “DOC” file in the database, after extraction, a copy of the document will appear in Word. When you close the document, SOS will erase the copy in the TEMP folder. The original copy in the database will not be changed in any way.
  • You can edit the attachment. This process is similar to viewing, except that the file is not set to Read-Only, and if you make any changes, the revised file will replace the original in the database.

NOTE: The system Activity Log, if activated in the Administration Module, records the user ID, date, time, patient, and the name of the attachment opened.

Searching the Attachments List

Over time, you may accumulate a number of attachments for a given patient. Use the Search Text field to locate a particular attachment. To the right of the search field there are two options. You can choose to search for a match in the attachment description, key words, or Both.