Class CommonTokenValueResult
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.dto.CommonTokenValueResult
-
public class CommonTokenValueResult extends java.lang.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(java.lang.String tokenValue, int codeSystemId, long commonTokenValueId)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeSystemId()
long
getCommonTokenValueId()
java.lang.String
getTokenValue()
-