PatientDemographicsInfo Class

Patient Demographics Information
Inheritance Hierarchy
SystemObject
  Dtx.DataAccessExt.ModelPatientDemographicsInfo

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

Syntax
C#
public class PatientDemographicsInfo

The PatientDemographicsInfo type exposes the following members.

Constructors
  Name Description
Public method PatientDemographicsInfo
Used to Initialize New Patient
Public method PatientDemographicsInfo(Int32, Int32)
Initializes PatientDemographics instance with Data for specified Patient
Top
Properties
  Name Description
Public property BestCallTime
Max Length 11
Public property BirthDate
Public property Chart
Max Length 20
Public property City
Max Length 26
Public property Email
Max Length 60
Public property ExtPhone
Phone Extension. Max Length 5
Public property FamilyStatus
Public property Fax
Max Length 17
Public property FirstName
Max Length 16
Public property Gender
Public property HomePhone
Max Length 17
Public property LastName
Max Length 21
Public property MiddleName
Max Length 2
Public property MobilePhone
Max Length 17
Public property OtherPhone
Max Length 17
Public property PrefferedName
Max Length 16
Public property PrevVisit
Public property ProviderRSCDB
Public property ProviderURSCID
Public property State
Max Length 21
Public property Street
Max Length 31
Public property Street2
Max Length 31
Public property Title
Max Length 10
Public property WorkPhone
Max Length 17
Public property Zip
Max Length 15
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