Skip to main content

BinaryConnection

No description

BinaryConnection(
_cursor: String
_id: String
_lastUpdated: String
_tag: String
_profile: String
_security: String
_source: String
_text: String
_content: String
_list: String
_has: String
_query: String
_filter: String
_type: String
_sort: String
_count: String
_include: String
_revinclude: String
_summary: String
_total: String
_elements: String
_contained: String
_containedType: String
_customSearchParameters: String
): ConnectionResult

Arguments

BinaryConnection._cursor ● String scalar

BinaryConnection._id ● String scalar

Is used to allow searching based on the logical identifier of resources

BinaryConnection._lastUpdated ● String scalar

Is used to match resources based on when the most recent change has been made

BinaryConnection._tag ● String scalar

Is used to match resources based on tag information in the Resource.meta.tag element

BinaryConnection._profile ● String scalar

Is used to match resources based on values in the Resource.meta.profile element

BinaryConnection._security ● String scalar

Is used to match resources based on security labels in the Resource.meta.security element

BinaryConnection._source ● String scalar

Is used to match resources based on source information in the Resource.meta.source element

BinaryConnection._text ● String scalar

Is used to perform searches against the narrative content of a resource

BinaryConnection._content ● String scalar

Is used to allow searching all textual content of a resource

BinaryConnection._list ● String scalar

Is used to test resources against references in a List resource

BinaryConnection._has ● String scalar

Provides limited support for reverse chaining - that is, selecting resources based on the properties of resources that refer to them

BinaryConnection._query ● String scalar

Is used to execute a pre-defined and named query operation

BinaryConnection._filter ● String scalar

Provides a syntax for expressing a set of query expressions on the underlying resources.

BinaryConnection._type ● String scalar

Is used to allow filtering of types in searches that are performed across multiple resource types (e.g., searches across the server root)

BinaryConnection._sort ● String scalar

Order to sort results in (can repeat for inner sort orders)

BinaryConnection._count ● String scalar

Number of results per page

BinaryConnection._include ● String scalar

Other resources to include in the search results that search matches point to

BinaryConnection._revinclude ● String scalar

Other resources to include in the search results when they refer to search matches

BinaryConnection._summary ● String scalar

Just return the summary elements (for resources where this is defined)

BinaryConnection._total ● String scalar

Request a precision of the total number of results for a request

BinaryConnection._elements ● String scalar

Request that only a specific set of elements be returned for resources

BinaryConnection._contained ● String scalar

Whether to return resources contained in other resources in the search matches

BinaryConnection._containedType ● String scalar

If returning contained resources, whether to return the contained or container resources

BinaryConnection._customSearchParameters ● String scalar

One or more custom search parameters defined via SearchParameter

Type

ConnectionResult object