Click or drag to resize

RelatedPersonResourceHandler Constructor

Create related person resource handler

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public RelatedPersonResourceHandler(
	IRepositoryService<Person> personRepo,
	IRepositoryService<Patient> patientRepository,
	IRepositoryService<EntityRelationship> repo,
	IRepositoryService<Concept> conceptRepository,
	ILocalizationService localizationService,
	IDataManagementPattern dataManagementPattern = null
)

Parameters

personRepo  IRepositoryServicePerson

[Missing <param name="personRepo"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

patientRepository  IRepositoryServicePatient

[Missing <param name="patientRepository"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

repo  IRepositoryServiceEntityRelationship

[Missing <param name="repo"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

conceptRepository  IRepositoryServiceConcept

[Missing <param name="conceptRepository"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

dataManagementPattern  IDataManagementPattern  (Optional)

[Missing <param name="dataManagementPattern"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.RelatedPersonResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.Person},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept},SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Data.IDataManagementPattern)"]

See Also