|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| ObjectID | int | NOT NULL | Unique ObjectId generated by Architecture. |
| InstanceHFCID | smallint | NOT NULL | Instance HFCID generated by Architecture. |
| RecordId | int | NULL | Not Used |
| Description | varchar(1) | NULL | Not Used |
| IsVersioned | smallint | NOT NULL | Indicates if the row has been modified. Allowable Values: 0 - Not Modified 1 - Modified |
| UserName | varchar(12) | NULL | User name of the user who started the visit move. |
| CreationTime | smalldatetime | NULL | Date and Time when row was created. |
| CreatedUserId | int | NULL | UserId of the user who created the row |
| MoveDate | datetime | NULL | Date and time of the move operation. |
| SourcePatientID | int | NULL | ObjectId of the source patient. Must be in HPatient Table. |
| TargetPatientID | int | NULL | ObjectId of the target patient. Must be in HPatient Table. |
| VisitOID | int | NULL | Objectid of the visit that was moved. Must be in HPatientVisit table. |
| StatusValue | smallint | NULL | Move status. Allowable Values: 0 - Completed 1 - In Progress |
| Comments | varchar(500) | NULL | Not Used. |
|