| FhirServiceBehaviorSearchResource Method |
Searches a resource from the client registry data store
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public Bundle SearchResource(
string resourceType
)
Public Function SearchResource (
resourceType As String
) As Bundle
public:
virtual Bundle^ SearchResource(
String^ resourceType
) sealed
abstract SearchResource :
resourceType : string -> Bundle
override SearchResource :
resourceType : string -> Bundle
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.SearchResource(System.String)"]
Return Value
Type:
Bundle[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.SearchResource(System.String)"]
Implements
IFhirServiceContractSearchResource(String)See Also