Source Code
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
This page describes the organization of the EncounterPRO-OS Source Code. The If you want to browse the actual source code, either flip over to the Source/SVN tab or use this URL in your favorite subversion client: http://subversion.assembla.com/svn/EncounterPRO-OS
The source code repository is divided into major sections as follows:
| SVN Section | Description |
| Client | Client Application |
| Components | .Net component base class assembly and any component projects which are part of the Open Source project |
| Database Content | Codes, pick-lists, definitions, etc. that are part of the Open Source project |
| Database Schema | Database object definitions |
| Server | Server services and supporting applications |
| Setup | Setup scripts |
| Utilities | Programs and utilities used by other parts of EncounterPRO-OS |
| XML Schemas | XML schema definition files |
The following is a summary of the programs in the EncounterPRO-OS platform:
Program |
Form |
Description |
EncounterPRO.OS.Client |
PowerBuilder 11.5 |
Source code for the client application including UI and |
EncounterPRO.OS.ServerService |
C# |
Background |
EncounterPRO.OS.Worker |
PowerBuilder 11.5 |
Source code for the server executable that performs tasks |
EncounterPRO.OS.Utilities |
C# |
Source |
EncounterPRO.OS.sqlce |
C# |
Tool that assists where SQL scripts need to be executed |
EncounterPRO.OS.CSharpGACTool |
C# |
Tool |
EncounterPRO.OS.ReplaceText |
C# |
Tool that assists EncounterPRO.OS.sqlce to prepare SQL |
EncounterPRO.OS.EventLogInstaller |
C# |
Tool |
EncounterPRO.OS.ComponentBase |
C# |
Base class assembly for .Net components |