10 lines
273 B
VB.net
10 lines
273 B
VB.net
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
|