Click or drag to resize

LocalConceptRepositoryGetConceptReferenceTerm Method (Guid, String, Boolean)

Get the specified reference term for the specified code system

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public ReferenceTerm GetConceptReferenceTerm(
	Guid conceptId,
	string codeSystem,
	bool exact = true
)

Parameters

conceptId
Type: SystemGuid
The concept identifier to fetch reference term for
codeSystem
Type: SystemString
The code system to lookup the reference term
exact (Optional)
Type: SystemBoolean

[Missing <param name="exact"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.Guid,System.String,System.Boolean)"]

Return Value

Type: ReferenceTerm

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalConceptRepository.GetConceptReferenceTerm(System.Guid,System.String,System.Boolean)"]

Implements

IConceptRepositoryServiceGetConceptReferenceTerm(Guid, String, Boolean)
See Also