Click or drag to resize

ResourceHandlerBaseTFhirResource, TModelIncludeInstruction(ResourceType, String) Constructor

Create an include instruction

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public IncludeInstruction(
	ResourceType type,
	string path
)

Parameters

type  ResourceType
The type of resource to include
path  String
The path passed by the REST caller
See Also