Click or drag to resize

GenerateCarePlanOperation Constructor

DI constructor for care plan

Namespace: SanteDB.Rest.HDSI.Operation
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public GenerateCarePlanOperation(
	IDecisionSupportService cdssService,
	ICdssLibraryRepository clinicalProtocolRepository,
	IConceptRepositoryService conceptRepositoryService,
	IRepositoryService<Patient> patientRepository,
	IRepositoryService<CarePlan> careplanRepository,
	ILocalizationService localizationService
)

Parameters

cdssService  IDecisionSupportService

[Missing <param name="cdssService"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

clinicalProtocolRepository  ICdssLibraryRepository

[Missing <param name="clinicalProtocolRepository"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

conceptRepositoryService  IConceptRepositoryService

[Missing <param name="conceptRepositoryService"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

patientRepository  IRepositoryServicePatient

[Missing <param name="patientRepository"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

careplanRepository  IRepositoryServiceCarePlan

[Missing <param name="careplanRepository"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.HDSI.Operation.GenerateCarePlanOperation.#ctor(SanteDB.Core.Services.IDecisionSupportService,SanteDB.Core.Cdss.ICdssLibraryRepository,SanteDB.Core.Services.IConceptRepositoryService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.CarePlan},SanteDB.Core.Services.ILocalizationService)"]

See Also