BMXNET 4.0 Developer API

The currently selected patient, or null. The value of the current patient is also in . The concept is that the context is set by external forces, ususally the user. Therefore there is no way to set the patient here.

Namespace:  IndianHealthService.BMXNet.Model
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
Patient Patient { get; }
ReadOnly Property Patient As Patient
property Patient^ Patient {
	Patient^ get ();
}

Remarks

Remember to refresh your user interface based on the new selection to the information your application displays or edits is that same as the current context.

See Also