 | UpstreamHdsiServiceBehaviorSearch Method |
Perform a search (query) for resourceType matching the HTTP query parameters provided
Namespace: SanteDB.Messaging.HDSI.WcfAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override IdentifiedData Search(
string resourceType
)
Public Overrides Function Search (
resourceType As String
) As IdentifiedData
public:
virtual IdentifiedData^ Search(
String^ resourceType
) override
abstract Search :
resourceType : string -> IdentifiedData
override Search :
resourceType : string -> IdentifiedData Parameters
- resourceType String
- The type of resource against which the search should be performed
Return Value
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Messaging.HDSI.Wcf.UpstreamHdsiServiceBehavior.Search(System.String)"]
Implements
IHdsiServiceContractSearch(String)
RemarksThe search operation calls the database and loads results either from cache or data store. Care should be taken in the number of results retrieved by this operation.
See Also