| AmiServiceClientGetProvenance Method |
Get the specified provenance object
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public SecurityProvenance GetProvenance(
Guid provenanceId
)
Public Function GetProvenance (
provenanceId As Guid
) As SecurityProvenance
public:
SecurityProvenance^ GetProvenance(
Guid provenanceId
)
member GetProvenance :
provenanceId : Guid -> SecurityProvenance
Parameters
- provenanceId
- Type: SystemGuid
[Missing <param name="provenanceId"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.GetProvenance(System.Guid)"]
Return Value
Type:
SecurityProvenance[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.GetProvenance(System.Guid)"]
See Also