[This is preliminary documentation and is subject to change.]
Create a Dicom Server of the given type.
| C# | Visual Basic | Visual 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 )
- dicomServerType (DicomServerTypeEnum)
- Dicom Server Type - enum.
- toActor (BaseActor)
- To Actor instance.
- fromActorName (ActorName)
- From Actor Name.
Dicom Server.