Click or drag to resize

IFhirServiceContractVReadResource Method

Version read a resource

Namespace:  SanteDB.Messaging.FHIR.Rest
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
Resource VReadResource(
	string resourceType,
	string id,
	string vid
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.VReadResource(System.String,System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.VReadResource(System.String,System.String,System.String)"]

vid
Type: SystemString

[Missing <param name="vid"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.VReadResource(System.String,System.String,System.String)"]

Return Value

Type: Resource

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirServiceContract.VReadResource(System.String,System.String,System.String)"]

See Also