Click or drag to resize

QueryControlParameterNames Class

Constants for https://help.santesuite.org/developers/service-apis/health-data-service-interface-hdsi/hdsi-query-syntax#control-parameters
Inheritance Hierarchy
SystemObject
  SanteDB.Rest.CommonQueryControlParameterNames

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public static class QueryControlParameterNames

The QueryControlParameterNames type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberHttpBundleRelatedParameterName Indicates the server should bundle dependent objects
Public fieldStatic memberHttpCountParameterName The name of the HTTP parameter that limits the number of results returned
Public fieldStatic memberHttpExcludePathParameterName Name of the exclude path
Public fieldStatic memberHttpIncludePathParameterName Name of the include path
Public fieldStatic memberHttpIncludeTotalParameterName NAme of the HTTP parameter to count all results
Public fieldStatic memberHttpOffsetParameterName The name of the HTTP parameter that sets the offset of the first result
Public fieldStatic memberHttpOrderByParameterName The name of the HTTP parameter which contains the ordering instructions
Public fieldStatic memberHttpQueryStateParameterName The name of the HTTP parameter which contains the query identifier
Public fieldStatic memberHttpSinceParameterName The name of the HTTP upstream instruction
Public fieldStatic memberHttpUpstreamParameterName The name of the HTTP upstream instruction
Public fieldStatic memberHttpViewModelParameterName The view model to use to serialize the response
Top
See Also