Leadtools.Dicom.Scp.Command Namespace > DicomCommandFactory Class : CreateNGetCommand Method |
public virtual DicomCommand CreateNGetCommand( INGetClientSessionProxy sessionProxy, long[] attributes )
'Declaration Public Overridable Function CreateNGetCommand( _ ByVal sessionProxy As INGetClientSessionProxy, _ ByVal attributes() As Long _ ) As DicomCommand
'Usage Dim instance As DicomCommandFactory Dim sessionProxy As INGetClientSessionProxy Dim attributes() As Long Dim value As DicomCommand value = instance.CreateNGetCommand(sessionProxy, attributes)
public: virtual DicomCommand^ CreateNGetCommand( INGetClientSessionProxy^ sessionProxy, array<int64>^ attributes )