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