| LocalConceptRepositoryGetConceptByReferenceTerm Method |
Finds a concept by reference term only where the concept is equivalent
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public Concept GetConceptByReferenceTerm(
string code,
string codeSystemDomain
)
Public Function GetConceptByReferenceTerm (
code As String,
codeSystemDomain As String
) As Concept
public:
virtual Concept^ GetConceptByReferenceTerm(
String^ code,
String^ codeSystemDomain
) sealed
abstract GetConceptByReferenceTerm :
code : string *
codeSystemDomain : string -> Concept
override GetConceptByReferenceTerm :
code : string *
codeSystemDomain : string -> Concept
Parameters
- code
- Type: SystemString
The code of the reference term. - codeSystemDomain
- Type: SystemString
The code system OID of the reference term.
Return Value
Type:
ConceptReturns a list of concepts.
Implements
IConceptRepositoryServiceGetConceptByReferenceTerm(String, String)Remarks This function requires that the reference term code and codeSystemDomain have relationship SAME_AS
See Also