====== TEXT Data Type ====== TEXT_DATA refer to Visual3D Signals that store a STRING of characters instead of numbers. TEXT_DATA can be used to store meta data related to the subject, clinical diagnosis, or data collection. Storing this information is critical from a regulatory perspective because it ensures that the meta data is locally associated with the signals and, therefore, cannot become separated from the recorded signals and analysis results. The challenge to introducing patient information in a data file (in our case the cmz file) is it then may expose sensitive data. This is partly why we have always discouraged users from storing patient information in the parameters of the [[[http://www.c3d.org|c3d file]]]. To address this challenge of protecting patient confidentiality, we have provided the option to encrypt a folder containing text data with a secured password protection as part of the cmz file. Encryption is a complicated and sensitive process requiring multiple layers of encryption certification (SHA2 encryption) sensuring that the patient information stored in the cmz data files is protected. |     **Add TEXT_DATA to the Workspace using the command [[Visual3D:Documentation:Pipeline:Other_Commands:Create_Text_Data|Create_Text_Data]]**\\ \\ **** | |For example:\\ \\ [[Visual3D:Documentation:Pipeline:Other_Commands:Create_Text_Data|Create_Text_Data]]\\ \\ /SIGNAL_FOLDER=SUBJECT\\ \\ /SIGNAL_NAMEs=NAME\\ \\ /TEXT_DATA=John Doe\\ \\ **;**\\ \\ Executing the command generates a new signal\\ \\ {{:Text1.jpg}} | |     **Encrypting A Data Folder Interactively** | |Leaving the name of a person in a data file is important information for the data, but it isn't advisable to have this information generally accessible.\\ \\ Visual3D provides the option to encrypt the string with a password.\\ \\ Right Mouse Click on the SUBJECT folder\\ \\ {{:Text2.jpg}}\\ \\ Enter the Encryption String\\ \\ {{:Text3.jpg}}\\ \\ A warning appears\\ \\ {{:Text4.jpg}}\\ \\ The folder icon in the data tree now indicates the folder is locked, and selecting the signal with a left mouse click returns.\\ \\ {{:Text5.jpg}} | |     **Encrypting A data folders using the command [[Visual3D:Documentation:Pipeline:Other_Commands:Add_Password_Protection_To_Folder|Add_Password_Protection_To_Folder]]**\\ \\ **** | |[[Visual3D:Documentation:Pipeline:Other_Commands:Add_Password_Protection_To_Folder|Add_Password_Protection_To_Folder]]\\ \\ /SIGNAL_TYPES=\\ \\ /SIGNAL_FOLDER=ORIGINAL\\ \\ /Password=\\ \\ //;'//\\ \\ [[Visual3D:Documentation:Pipeline:Other_Commands:Remove_Password_Protection_From_Folder|Remove_Password_Protection_From_Folder]]\\ \\ /SIGNAL_TYPES=\\ \\ /SIGNAL_FOLDER=ORIGINAL\\ \\ /Type=\\ \\ /Password=\\ \\ **;**\\ \\ [[Visual3D:Documentation:Pipeline:File_Commands:Enter_Password_to_View_Folder_Data|Enter_Password_To_View_Folder_Data]]\\ \\ /SIGNAL_TYPES=\\ \\ /SIGNAL_FOLDER=ORIGINAL\\ \\ /Type=\\ \\ /Password=\\ \\ **;** |