DataManager Class |
Namespace: Dtx.DataAccessExt
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
public class DataManager
The DataManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DataManager |
Entry point to use Partner API
|
| Name | Description | |
|---|---|---|
| AddPDFDocument |
Adds PDF Document to Patient Chart or as Unfiled. LegacyV2RunTime is Required
|
|
| Equals |
Determines whether the specified object is equal to the current object.
(Inherited from Object.) |
|
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
|
| Get30DaysBalance |
Retrieves patient's 30 days balance value
|
|
| Get60DaysBalance |
Retrieves patient's 60 days balance value
|
|
| Get90DaysBalance |
Retrieves patient's 90 days balance value
|
|
| GetAppointments |
Retrieves detailed information about appointments
|
|
| GetAppointments(DateTime, DateTime) |
Retrieves detailed information about appointments by date range
|
|
| GetAppointmentStatusCodes |
Retrieves general information about appointment status codes
|
|
| GetCCDAXml |
Retrieves patient CCDA represented by XML file
|
|
| GetCurrentBalance |
Retrieves patient's current balance value
|
|
| GetDocumentCategories |
Retrieves Document Categories(Types)
|
|
| GetHashCode |
Serves as the default hash function.
(Inherited from Object.) |
|
| GetInsuranceEstimate |
Retrieves insurance estimation value for a procedure
|
|
| GetInsurances |
Retrieves general information about insurances
|
|
| GetMedicalHistory |
Retrieves general information about medical histories
|
|
| GetOperatories |
Retrieves general information about operatories
|
|
| GetPatientInfo(Int32, Int32) |
Retrieves detailed information about patient by patient Id and Db
|
|
| GetPatientInfo(String, String, DateTime) |
Retrieves detailed information about patients by firstname, lastname and birthdate
|
|
| GetPatientInfoAuditable |
Retrieves detailed information about patients by firstname, lastname and birthdate.
|
|
| GetPatientInsurance |
Retrieves Patient Insurance Info accordingly to selected Insurance type
|
|
| GetPatients |
Retrieves general information about patients belonging to clinic and provider
|
|
| GetPaymentTypes |
Retrieves general information about payment types
|
|
| GetPrimBenefintsRemaining |
Retrieves primary benefits remaining value by patient Id and Db
|
|
| GetProviders |
Retrieves general information about providers by Clinic Id
|
|
| GetPutPaymentStatus |
Retrieves general information about payment types
|
|
| GetTransactionsInfo(Int32, Int32) |
Retrieves detailed information about transactions by patiend Id and Db
|
|
| GetTransactionsInfo(Int32, Int32, DateTime, DateTime) |
Retrieves detailed information about transactions by patiend Id, Db and date range
|
|
| GetTransactionsOutstandingGuarInfo |
Retrieves detailed information about outstanding transactions including provider id/db by guarentor Id and Db
|
|
| GetTransactionsOutstandingPatInfo |
Retrieves detailed information about outstanding transactions including provider id/db by patiend Id and Db
|
|
| GetTransactionsProvInfo(Int32, Int32) |
Retrieves detailed information about transactions including provider id/db by patiend Id and Db
|
|
| GetTransactionsProvInfo(Int32, Int32, DateTime, DateTime) |
Retrieves detailed information about transactions including provider id/db by patiend Id, Db and date range
|
|
| GetTreatmentPlanEstPrimary |
Retrieves treatmant plan estimation primary value by procedure log Id and Db
|
|
| GetTreatmentPlans |
Retrieves general information about treatment plans
|
|
| GetTreatmentPlans(Int32, Int32) |
Retrieves detailed information about treatment plans by patient Id and Db
|
|
| GetTreatmentPlans(Int32, Int32, DateTime, DateTime) |
Retrieves detailed information about treatment plans by patient Id, Db and date range
|
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| GetСategoriesCCDS |
Retrieves the set of patient data for the specified CCDS categories.
|
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
| PutPaymentInfo |
Retrieves detailed information about outstanding transactions including provider id/db by guarentor Id and Db
|
|
| ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
|
| UpdateAppointmentStatus |
Updates appointment status in DB with new status by appointment Id, Db and provider name
|
|
| UpdatePatientDemographics |
Updates Patient Demographics Info for existing patient or Inserts New Patient
|
|
| UpdatePatientInsurance |
Updates Patient's Insurance Info
|