You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|