DataManager Class

Entry point to use Partner API
Inheritance Hierarchy
SystemObject
  Dtx.DataAccessExtDataManager

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

Syntax
C#
public class DataManager

The DataManager type exposes the following members.

Constructors
  Name Description
Public method DataManager
Entry point to use Partner API
Top
Methods
  Name Description
Public method AddPDFDocument
Adds PDF Document to Patient Chart or as Unfiled. LegacyV2RunTime is Required
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 Get30DaysBalance
Retrieves patient's 30 days balance value
Public method Get60DaysBalance
Retrieves patient's 60 days balance value
Public method Get90DaysBalance
Retrieves patient's 90 days balance value
Public method GetAppointments
Retrieves detailed information about appointments
Public method GetAppointments(DateTime, DateTime)
Retrieves detailed information about appointments by date range
Public method GetAppointmentStatusCodes
Retrieves general information about appointment status codes
Public method GetCCDAXml
Retrieves patient CCDA represented by XML file
Public method GetCurrentBalance
Retrieves patient's current balance value
Public method GetDocumentCategories
Retrieves Document Categories(Types)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetInsuranceEstimate
Retrieves insurance estimation value for a procedure
Public method GetInsurances
Retrieves general information about insurances
Public method GetMedicalHistory
Retrieves general information about medical histories
Public method GetOperatories
Retrieves general information about operatories
Public method GetPatientInfo(Int32, Int32)
Retrieves detailed information about patient by patient Id and Db
Public method GetPatientInfo(String, String, DateTime)
Retrieves detailed information about patients by firstname, lastname and birthdate
Public method GetPatientInfoAuditable
Retrieves detailed information about patients by firstname, lastname and birthdate.
Public method GetPatientInsurance
Retrieves Patient Insurance Info accordingly to selected Insurance type
Public method GetPatients
Retrieves general information about patients belonging to clinic and provider
Public method GetPaymentTypes
Retrieves general information about payment types
Public method GetPrimBenefintsRemaining
Retrieves primary benefits remaining value by patient Id and Db
Public method GetProviders
Retrieves general information about providers by Clinic Id
Public method GetPutPaymentStatus
Retrieves general information about payment types
Public method GetTransactionsInfo(Int32, Int32)
Retrieves detailed information about transactions by patiend Id and Db
Public method GetTransactionsInfo(Int32, Int32, DateTime, DateTime)
Retrieves detailed information about transactions by patiend Id, Db and date range
Public method GetTransactionsOutstandingGuarInfo
Retrieves detailed information about outstanding transactions including provider id/db by guarentor Id and Db
Public method GetTransactionsOutstandingPatInfo
Retrieves detailed information about outstanding transactions including provider id/db by patiend Id and Db
Public method GetTransactionsProvInfo(Int32, Int32)
Retrieves detailed information about transactions including provider id/db by patiend Id and Db
Public method GetTransactionsProvInfo(Int32, Int32, DateTime, DateTime)
Retrieves detailed information about transactions including provider id/db by patiend Id, Db and date range
Public method GetTreatmentPlanEstPrimary
Retrieves treatmant plan estimation primary value by procedure log Id and Db
Public method GetTreatmentPlans
Retrieves general information about treatment plans
Public method GetTreatmentPlans(Int32, Int32)
Retrieves detailed information about treatment plans by patient Id and Db
Public method GetTreatmentPlans(Int32, Int32, DateTime, DateTime)
Retrieves detailed information about treatment plans by patient Id, Db and date range
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetСategoriesCCDS
Retrieves the set of patient data for the specified CCDS categories.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PutPaymentInfo
Retrieves detailed information about outstanding transactions including provider id/db by guarentor Id and Db
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateAppointmentStatus
Updates appointment status in DB with new status by appointment Id, Db and provider name
Public method UpdatePatientDemographics
Updates Patient Demographics Info for existing patient or Inserts New Patient
Public method UpdatePatientInsurance
Updates Patient's Insurance Info
Top
See Also