Files
2023-12-29 07:39:01 +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