Tools for Ensemble Interfaces
One step installation either from Studio, the System Portal, or from a Caché terminal session into any Ensemble namespace:
Studio:
Log into the desired namespace from Studio and import and compile all items in the file into the current Studio namespace.
System Portal:
Import and compile all items in the file from the current portal classes import page into the desired namespace.
Terminal (first ftp the file to your Caché server and then "zn" to the desired namespace to install):
ENSEMBLE>d $System.OBJ.Load("/Your Caché Server Directory Name Goes Here/SimpleHL7Search-2017.xml","cf")
or
ENSEMBLE>d $System.OBJ.Load("/Your Caché Server Directory Name Goes Here/SimpleCacheBackups-2017.xml","cf")
Output from this command will look similar to this:
Load started on 1/1/2017 19:45:52
Loading file /Your Directory Name/SimpleHL7Search-2017.xml as xml
Imported CSP/CSR or file: csp/ensemble/SimpleCalendar/cal.gif
Imported CSP/CSR or file: csp/ensemble/SimpleCalendar/calendar.css
............ etc.
Compiling routine SimpleHL7Search.WorldWideMonitor.1
Compiling routine SimpleHL7Search.WorldWideMonitorSettings.1
Load finished successfully.
ENSEMBLE>
Running from a web browser:
http://[Ensemble IP Address or Server Name]:[Web Port Number]/csp/[namespace installed]/SimpleHL7Search.Search.cls
or
http://[Ensemble IP Address or Server Name]:[Web Port Number]/csp/[namespace installed]/SimpleCacheBackups.BackupRestore.cls
Use the navigation menu in the upper right hand corner of any page to navigate to any of the other pages.
Removal of Simple HL7 Search and all stored information relating to Simple HL7 Search:
1) Delete the global SimpleHL7Search from the system portal as shown in this screen print.
2) Delete all classes that begin with SimpleHL7Search from the installed namespace as shown in this screen print