[This is preliminary documentation and is subject to change.]
Add an HL7Server for the given Destination Actor Name and Configuration.
| C# | Visual Basic | Visual C++ |
protected void AddHl7Server( Hl7ServerTypeEnum hl7ServerType, ActorTypeEnum fromActorType, CommonConfig commonConfig, BasePeerToPeerConfigCollection peerToPeerConfigCollection )
Protected Sub AddHl7Server ( _ hl7ServerType As Hl7ServerTypeEnum, _ fromActorType As ActorTypeEnum, _ commonConfig As CommonConfig, _ peerToPeerConfigCollection As BasePeerToPeerConfigCollection _ )
protected: void AddHl7Server( Hl7ServerTypeEnum hl7ServerType, ActorTypeEnum fromActorType, CommonConfig^ commonConfig, BasePeerToPeerConfigCollection^ peerToPeerConfigCollection )
- hl7ServerType (Hl7ServerTypeEnum)
- Hl7 Server Type.
- fromActorType (ActorTypeEnum)
- From Actor Type.
- commonConfig (CommonConfig)
- Common Configuration.
- peerToPeerConfigCollection (BasePeerToPeerConfigCollection)
- Peer to Peer Configuration collection.