Table of Contents

Class ConsoleCommandParser

Namespace
CLI.CliniCore.Service
Assembly
CLI.CliniCore.dll
public class ConsoleCommandParser
Inheritance
ConsoleCommandParser
Inherited Members

Constructors

ConsoleCommandParser(IConsoleEngine, ProfileService, SchedulerService, ClinicalDocumentService, ConsoleSessionManager)

public ConsoleCommandParser(IConsoleEngine console, ProfileService profileService, SchedulerService schedulerService, ClinicalDocumentService clinicalDocService, ConsoleSessionManager sessionManager)

Parameters

console IConsoleEngine
profileService ProfileService
schedulerService SchedulerService
clinicalDocService ClinicalDocumentService
sessionManager ConsoleSessionManager

Methods

ParseInteractive(ICommand)

public CommandParameters ParseInteractive(ICommand command)

Parameters

command ICommand

Returns

CommandParameters