PatientInfo Class

Represents Patient Information item with a list of properties for a specific patient.
Inheritance Hierarchy
SystemObject
  Dtx.DataAccessExt.ModelPatientInfo

Namespace:  Dtx.DataAccessExt.Model
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public class PatientInfo

The PatientInfo type exposes the following members.

Constructors
  Name Description
Public method PatientInfo
Initializes a new instance of the PatientInfo class
Top
Properties
  Name Description
Public property Active
Gets or sets whether a patient is active.
Public property BirthDate
Gets or sets the patient's birth date.
Public property City
Gets or sets the patient's city address.
Public property ConsentDate
Gets or sets a date when the patient's record is created.
Public property ConsultFlag
Gets or sets an information related to medical consultation.
Public property DueDate
Gets or sets a continuing care due date.
Public property EmailAdress
Gets or sets the patient's e-mail address.
Public property FirstName
Gets or sets the patient's first name.
Public property FirstVisitDate
Gets or sets the first visit date.
Public property Gender
Gets or sets the patient's gender.
Public property GuarDb
Gets or sets a guarantor database id.
Public property GuarId
Gets or sets a guarantor id.
Public property InsuredPartyDb
Gets or sets an insurance subscriber database id.
Public property InsuredPartyId
Gets or sets an insurance subscriber id.
Public property IntervalQty
Gets or sets an interval quantity of a due date.
Public property IntervalUnit
Gets or sets an interval unit of a due date.
Public property LastName
Gets or sets the patient's family name.
Public property LastVisitDate
Gets or sets the last visit date.
Public property MissedAppt
Gets or sets a number of missed appointments.
Public property OtherPhone
Gets or sets the patient's additional phone number.
Public property Pager
Gets or sets the patient's pager number.
Public property PatDb
Gets or sets a patient database relation id.
Public property PatId
Gets or sets a patient unique id.
Public property PatientDeathDate
Gets or sets a patient death date.
Public property Phone
Gets or sets the patient's phone number.
Public property PrefName
Gets or sets the name or nickname that the patient prefers to be called, if different from the person's given name.
Public property PrinsUserDb
Gets or sets a user database id.
Public property PrinsUserId
Gets or sets a user id.
Public property PrivacyFlags
Gets or sets the flags that set the patient's communication restrictions.
Public property ProvDb
Gets or sets a provider database id.
Public property ProvId
Gets or sets a provider id.
Public property State
Gets or sets the patient's state address.
Public property Street
Gets or sets the patient's street address.
Public property Street2
Gets or sets the patient's extra street address.
Public property Zip
Gets or sets the patient's index address.
Top
Methods
  Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also