Click or drag to resize

DutyOfCareService Class

Contains methods for reviewing, generating, delivering and acknowledging duty of care.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Services.DutyOfCareDutyOfCareService

Namespace:  AMCS.Elemos.IntegrationService.Services.DutyOfCare
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DutyOfCareService

The DutyOfCareService type exposes the following members.

Constructors
  NameDescription
Public methodDutyOfCareService
Initializes a new instance of the DutyOfCareService class
Top
Methods
  NameDescription
Public methodAcknowledge
Acknowledge a list of duty of cares as received.
Public methodDeliver
Delivers the list of duty of cares.
Public methodGenerate
Generates the duty of care for each of the given review objects.
Public methodGetDutyOfCareForAcknowledgement
Get duty of care deliveries for acknowledgment.
Public methodGetDutyOfCareForDelivery
Returns a list of duty of care items that are ready for delivery.
Public methodGetDutyOfCareForReview
Return a list of customer sites and related details for which duty of care could be generated.
Top
See Also