-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAudit_CareReportSystemInfo.vb
More file actions
34 lines (31 loc) · 1.55 KB
/
Audit_CareReportSystemInfo.vb
File metadata and controls
34 lines (31 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated from a template.
'
' Manual changes to this file may cause unexpected behavior in your application.
' Manual changes to this file will be overwritten if the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Imports System
Imports System.Collections.Generic
Partial Public Class Audit_CareReportSystemInfo
Public Property AuditAction As String
Public Property ActionTime As Date
Public Property CareReportSystemInfoID As Integer
Public Property IsUpdatePrimaryDoctor As Nullable(Of Boolean)
Public Property PrimaryDoctorUserID_FK As Nullable(Of Integer)
Public Property PrimaryDoctorName As String
Public Property IsUpdateSecondaryDoctor As Nullable(Of Boolean)
Public Property SecondaryDoctorUserID_FK As Nullable(Of Integer)
Public Property SecondaryDoctorName As String
Public Property IsUpdateKeyPerson1 As Nullable(Of Boolean)
Public Property KeyPerson1UserID_FK As Nullable(Of Integer)
Public Property IsUpdateKeyPerson2 As Nullable(Of Boolean)
Public Property KeyPerson2UserID_FK As Nullable(Of Integer)
Public Property IsDeleted As Boolean
Public Property CreatedDate As Nullable(Of Date)
Public Property CreatedBy_FK As Nullable(Of Integer)
Public Property ModifiedDate As Nullable(Of Date)
Public Property ModifiedBy_FK As Nullable(Of Integer)
Public Property IsUpdateFamily As Boolean
End Class