| 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
)
Public Function GetConceptReferenceTerm (
conceptId As Guid,
codeSystem As String,
Optional exact As Boolean = true
) As ReferenceTerm
public:
virtual ReferenceTerm^ GetConceptReferenceTerm(
Guid conceptId,
String^ codeSystem,
bool exact = true
) sealed
abstract GetConceptReferenceTerm :
conceptId : Guid *
codeSystem : string *
?exact : bool
(* Defaults:
let _exact = defaultArg exact true
*)
-> ReferenceTerm
override GetConceptReferenceTerm :
conceptId : Guid *
codeSystem : string *
?exact : bool
(* Defaults:
let _exact = defaultArg exact true
*)
-> ReferenceTerm
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