Beispiel #1
0
        static FeatureNames( )
        {
            DisplaySettingsFeature      = new FeatureNames("DisplaySettingsDlg", "Settings");
            ServerParentFeature         = new FeatureNames("DICOMServer", "DICOM Server");
            ServerSettings              = new FeatureNames("ServerGeneralSettings", "Settings");
            ServerOptions               = new FeatureNames("ServerOptions", "Options");
            ServerNetworking            = new FeatureNames("ServerNetworking", "Networking");
            LoggingConfig               = new FeatureNames("LoggingConfiguration", "Logging Configuration");
            ClientConfig                = new FeatureNames("ClientConfiguration", "Client Configuration");
            ServerFiles                 = new FeatureNames("Files", "Files");
            AdministrationParentFeature = new FeatureNames("Administration", "Administration");
            PasswordOptions             = new FeatureNames("PasswordOptions", "Login Options");
            Users                      = new FeatureNames("Users", "Users");
            CardUsers                  = new FeatureNames("CardUsers", "Card Users");
            PatientUpdater             = new FeatureNames("PatientUpdater", "Patient Updater");
            AutoCopy                   = new FeatureNames("AutoCopy", "Auto Copy");
            StoreSettingsParentFeature = new FeatureNames("StoreSettings", "Storage Settings");
            IodClasses                 = new FeatureNames("IodClasses", "IOD Classes");
            StoreSettings              = new FeatureNames("StoreSettings", "Store Settings");
            QuerySettings              = new FeatureNames("QuerySettings", "Query Settings");
            Forwarder                  = new FeatureNames("Forwarder", "Forwarding");
            Gateway                    = new FeatureNames("Gateway", "Gateway");
            Roles                      = new FeatureNames("Roles", "Roles");
            DatabaseManagerOptions     = new FeatureNames("DatabaseManagerOptions", "Database Manager Options");

#if LEADTOOLS_V20_OR_LATER
            ClientConfigurationOptions = new FeatureNames("ClientConfigurationOptions", "Client Configuration Options");
#endif
#if (LEADTOOLS_V19_OR_LATER_MEDICAL_EXTERNAL_STORE) || (LEADTOOLS_V19_OR_LATER)
            ExternalStore = new FeatureNames("ExternalStore", "External Store");
#endif

#if (LEADTOOLS_V19_OR_LATER_EXPORT) || (LEADTOOLS_V19_OR_LATER)
            AnonymizeOptions = new FeatureNames("AnonymizeOptions", "Anonymize Options");
#endif // #if (LEADTOOLS_V19_OR_LATER_EXPORT) || (LEADTOOLS_V19_OR_LATER)

            StorageCommit = new FeatureNames("StorageCommit", "Storage Commit Settings");

            SecurityOptions = new FeatureNames("DICOM Security", "DICOM Security Options");
        }
 public DisplayFeatureEventArgs(FeatureNames feature)
 {
     Feature = feature;
 }