Files
DPM_PADM/DPM2016/Mobile/Models/Patient.vb
2022-07-27 12:02:47 +02:00

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