Click or drag to resize

IResourcePointerServiceResolveResource Method

Resolve the specified resource

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IHasIdentifiers ResolveResource(
	string pointerData,
	bool validate = false
)

Parameters

pointerData
Type: SystemString
The pointer to be resolved
validate (Optional)
Type: SystemBoolean
True if validation should be performed

Return Value

Type: IHasIdentifiers
The resource
See Also