|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
|
| PtPoCReviewOID | int | NOT NULL | Object ID of a Plan of Care Review |
| ReviewByOID | int | NOT NULL | Object ID of the User who reviewed a Patient's Plan of Care(HSUser) |
| ReviewByName | varchar(188) | NOT NULL | Name of the User reviewing a Patient's Plan of Care |
| PatientOID | int | NOT NULL | Object ID of the Patient the Plan of Care was reviewed for(HPatient) |
| PatientVisitOID | int | NOT NULL | Object ID of the Patient Visit the Plan of Care was reviewed for(HPatientVisit) |
| ReviewDateTime | smalldatetime | NOT NULL | Date and time(Local) the Plan of Care was reviewed |
| CreationDateTime | smalldatetime | NOT NULL | Date and time(Local) the Review record was originally created |
| LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|
|