DataManagerGetСategoriesCCDS Method

Retrieves the set of patient data for the specified CCDS categories.

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

Syntax
C#
public CCDSContainer GetСategoriesCCDS(
        int patId,
        int patDb,
        CCDSCategories categories,
        Nullable<DateTime> startDate,
        Nullable<DateTime> endDate
)

Parameters

patId
Type: SystemInt32
Patient Id. Must be greater than zero.
patDb
Type: SystemInt32
Patient Db. Must be greater than zero.
categories
Type: Dtx.DataAccessExt.BLCCDSCategories
The set of CCDS categories to get.
startDate
Type: SystemNullableDateTime
Start date of the period.
endDate
Type: SystemNullableDateTime
End date of the period.

Return Value

Type: CCDSContainer
A container with the patient's information separated by CCDS categories.
Exceptions
Exception Condition
DtxApiErrorException Throws exception with error codes declared in DtxApiErrorType.
SqlException Occurs when SQL Server returns a warning or error.
See Also