/ Assembly List / CVRDAL / CVVisit

Namespace - CVRDAL


Syntax

C#
public class CVVisit : IComparable<CVVisit>

The CVVisit table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
BaseTemperature Gets or sets the Temperature value.
BaseTemperatureUnitID Gets or sets the ExitTime value.
ChangedNames Gets a reference to the ChangedNames list.
CVPersonID Gets or sets the CVPersonID value.
EnterTime Gets or sets the EnterTime value.
ExitTime Gets or sets the ExitTime value.
FacilityID Gets or sets the CVPersonID value.
FirstName Gets or sets the Join FirstName value.
ID Gets or sets the ID value.
LastName Gets or sets the Join LastName value.
MiddleName Gets or sets the Join MiddleName value.
RegisterTime Gets or sets the RegisterTime value.
Temperature Gets or sets the Temperature value.
TemperatureUnitID Gets or sets the ExitTime value.

Fields
ColumnBaseTemperature The Base Temperature column name.
ColumnBaseTemperatureUnitID The Base Temerature UnitID column name.
ColumnCVPersonID The CVPersonID column name.
ColumnEnterTime The EnterTime column name.
ColumnExitTime The ExitTime column name.
ColumnFacilityID The FacilityID column name.
ColumnID The ID column name.
ColumnRegisterTime The RegisterTime column name.
ColumnTemperature The Temperature column name.
ColumnTemperatureUnitID The Temerature UnitID column name.
JoinFirstName The Join FirstName column name.
JoinLastName The Join LastName column name.
JoinMiddleName The Join MiddleName column name.
LengthTemperature The Temerature maximum length.
TableName The table value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.