Class CommonTokenValueResult
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.dto.CommonTokenValueResult
 
 
- 
public class CommonTokenValueResult extends Object
DTO representing the result of a lookup on common token value id and the corresponding code system id 
- 
- 
Constructor Summary
Constructors Constructor Description CommonTokenValueResult(String tokenValue, int codeSystemId, long commonTokenValueId)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCodeSystemId()longgetCommonTokenValueId()StringgetTokenValue() 
 - 
 
- 
- 
Constructor Detail
- 
CommonTokenValueResult
public CommonTokenValueResult(String tokenValue, int codeSystemId, long commonTokenValueId)
Public constructor- Parameters:
 tokenValue-codeSystemId-commonTokenValueId-
 
 - 
 
- 
Method Detail
- 
getTokenValue
public String getTokenValue()
- Returns:
 - the tokenValue
 
 
- 
getCommonTokenValueId
public long getCommonTokenValueId()
- Returns:
 - the commonTokenValueId
 
 
- 
getCodeSystemId
public int getCodeSystemId()
- Returns:
 - the codeSystemId
 
 
 - 
 
 -