Click or drag to resize

FhirServiceBehaviorSearchResource Method

Searches a resource from the client registry datastore

Namespace: SanteDB.Messaging.FHIR.Rest
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public Bundle SearchResource(
	string resourceType
)

Parameters

resourceType  String

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

Return Value

Bundle

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

Implements

IFhirServiceContractSearchResource(String)
See Also