Click or drag to resize

CitizenshipExtension Constructor

Initializes a new instance of the CitizenshipExtension class.

Namespace: SanteDB.Messaging.FHIR.Extensions.Patient
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public CitizenshipExtension(
	IRepositoryService<Place> placeRepository
)

Parameters

placeRepository  IRepositoryServicePlace
The place repository service.
See Also