DVTk API
CreateHl7Server Method (hl7ServerType, toActor, fromActorName, commonConfig, config)
DVTkDvtk.IheActors.BasesClientServerFactoryCreateHl7Server(Hl7ServerTypeEnum, BaseActor, ActorName, CommonConfig, Hl7PeerToPeerConfig)
DVTk API

[This is preliminary documentation and is subject to change.]

Create a Hl7 Server of the given type.
Declaration Syntax
C#Visual BasicVisual C++
public static Hl7Server CreateHl7Server(
	Hl7ServerTypeEnum hl7ServerType,
	BaseActor toActor,
	ActorName fromActorName,
	CommonConfig commonConfig,
	Hl7PeerToPeerConfig config
)
Public Shared Function CreateHl7Server ( _
	hl7ServerType As Hl7ServerTypeEnum, _
	toActor As BaseActor, _
	fromActorName As ActorName, _
	commonConfig As CommonConfig, _
	config As Hl7PeerToPeerConfig _
) As Hl7Server
public:
static Hl7Server^ CreateHl7Server(
	Hl7ServerTypeEnum hl7ServerType, 
	BaseActor^ toActor, 
	ActorName^ fromActorName, 
	CommonConfig^ commonConfig, 
	Hl7PeerToPeerConfig^ config
)
Parameters
hl7ServerType (Hl7ServerTypeEnum)
Hl7 Server Type - enum.
toActor (BaseActor)
To Actor instance.
fromActorName (ActorName)
From Actor Name.
commonConfig (CommonConfig)
Common Configuration.
config (Hl7PeerToPeerConfig)
HL7 Configuration.
Return Value
Hl7 Server.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0