| CitizenshipExtension Constructor |
Namespace:
SanteDB.Messaging.FHIR.Extensions.Patient
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public CitizenshipExtension(
IRepositoryService<Place> placeRepository
)
Public Sub New (
placeRepository As IRepositoryService(Of Place)
)
public:
CitizenshipExtension(
IRepositoryService<Place^>^ placeRepository
)
new :
placeRepository : IRepositoryService<Place> -> CitizenshipExtension
Parameters
- placeRepository
- Type: SanteDB.Core.ServicesIRepositoryServicePlace
The place repository service.
See Also