Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelIncludeInstruction Structure

Include instruction informs the FHIR handler of other resources to include in the result (_include=Patient:target)
Inheritance Hierarchy
SystemObject
  SystemValueType
    SanteDB.Messaging.FHIR.HandlersResourceHandlerBaseTFhirResource, TModelIncludeInstruction

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected struct IncludeInstruction

The ResourceHandlerBaseTFhirResource, TModelIncludeInstruction type exposes the following members.

Constructors
 NameDescription
Public methodResourceHandlerBaseTFhirResource, TModelIncludeInstruction(String) Parse from a query instruction passed on the REST API
Public methodResourceHandlerBaseTFhirResource, TModelIncludeInstruction(ResourceType, String) Create an include instruction
Top
Properties
 NameDescription
Public propertyJoinPath The path to join on
Public propertyType The type of include
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Represent as a string
(Overrides ValueTypeToString)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also