Click or drag to resize

FhirServiceBehaviorVReadResource Method

Read resource with version

Namespace: SanteDB.Messaging.FHIR.Rest
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public Resource VReadResource(
	string resourceType,
	string id,
	string vid
)

Parameters

resourceType  String

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

id  String

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

vid  String

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

Return Value

Resource

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

Implements

IFhirServiceContractVReadResource(String, String, String)
See Also