| ISecurityRepositoryServiceGetProvenance Method |
Get the provenance object
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax SecurityProvenance GetProvenance(
Guid provenanceId
)
Function GetProvenance (
provenanceId As Guid
) As SecurityProvenance
SecurityProvenance^ GetProvenance(
Guid provenanceId
)
abstract GetProvenance :
provenanceId : Guid -> SecurityProvenance
Parameters
- provenanceId
- Type: SystemGuid
[Missing <param name="provenanceId"/> documentation for "M:SanteDB.Core.Services.ISecurityRepositoryService.GetProvenance(System.Guid)"]
Return Value
Type:
SecurityProvenance[Missing <returns> documentation for "M:SanteDB.Core.Services.ISecurityRepositoryService.GetProvenance(System.Guid)"]
See Also