BMXNET 4.0 Developer API

The current admission date of the user. This is a nullable bool for the cases that the patient is not currently admitted.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
Nullable<DateTime> AdmitDate { get; }
ReadOnly Property AdmitDate As Nullable(Of DateTime)
property Nullable<DateTime> AdmitDate {
	Nullable<DateTime> get ();
}

See Also