Namespace mobilemodels Public Class Patient Public Property ID As Integer = 0 Public Property Pat As String = "" Public Property Transferdate As DateTime = Now Public Property TransferDirection As Integer End Class End Namespace