Files
DPM_PADM/DPM2016_20240227/Mobile/Models/Patient.vb
Stefan Hutter 733b7f9c81 Update 20240227
2024-02-27 20:38:55 +01: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