 | ResourceHandlerBaseTFhirResource, TModelIncludeInstruction(ResourceType, String) Constructor |
Create an include instruction
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic IncludeInstruction(
ResourceType type,
string path
)
Public Sub New (
type As ResourceType,
path As String
)
public:
IncludeInstruction(
ResourceType type,
String^ path
)
new :
type : ResourceType *
path : string -> IncludeInstructionParameters
- type ResourceType
- The type of resource to include
- path String
- The path passed by the REST caller
See Also