C# Class VA.Gov.Artemis.Commands.Dsio.Patient.DsioGetPatientInformationCommand

Command to retrieve basic patient information
Inheritance: DsioCommand
显示文件 Open project: VHAINNOVATIONS/Maternity-Tracker

Public Methods

Method Description
AddCommandArguments ( string patientDfn ) : void

Add command arguments to the RPC call

DsioGetPatientInformationCommand ( IRpcBroker newBroker ) : System

Creates the command

Protected Methods

Method Description
ProcessResponse ( ) : void

Method Details

AddCommandArguments() public method

Add command arguments to the RPC call
public AddCommandArguments ( string patientDfn ) : void
patientDfn string
return void

DsioGetPatientInformationCommand() public method

Creates the command
public DsioGetPatientInformationCommand ( IRpcBroker newBroker ) : System
newBroker IRpcBroker An object which allows communication with VistA and implements IRpcBroker
return System

ProcessResponse() protected method

protected ProcessResponse ( ) : void
return void