DVTk API
CreateDicomServer Method (dicomServerType, toActor, fromActorName)
DVTkDvtk.IheActors.BasesClientServerFactoryCreateDicomServer(DicomServerTypeEnum, BaseActor, ActorName)
DVTk API

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

Create a Dicom Server of the given type.
Declaration Syntax
C#Visual BasicVisual C++
public static DicomServer CreateDicomServer(
	DicomServerTypeEnum dicomServerType,
	BaseActor toActor,
	ActorName fromActorName
)
Public Shared Function CreateDicomServer ( _
	dicomServerType As DicomServerTypeEnum, _
	toActor As BaseActor, _
	fromActorName As ActorName _
) As DicomServer
public:
static DicomServer^ CreateDicomServer(
	DicomServerTypeEnum dicomServerType, 
	BaseActor^ toActor, 
	ActorName^ fromActorName
)
Parameters
dicomServerType (DicomServerTypeEnum)
Dicom Server Type - enum.
toActor (BaseActor)
To Actor instance.
fromActorName (ActorName)
From Actor Name.
Return Value
Dicom Server.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0