Version 8, last updated by markcopenhaver at December 17, 2010 17:00 UTC
Component Examples
Each component type follows the same basic steps to create the component and load it into EncounterPRO-OS. From that point however, you'll need to do different things to see your component in action, depending on the component type.
Here are some example components and steps to load them into your EncounterPRO-OS database and actually see them in action. So far I only have a C# example, but it should work equally well in any language that can produce strong-named .Net assemblies that will go into the GAC.
| Example Component | Component Type | Language |
| HelloWorld | Service | C# |
| XMLDocument | Document | C# |