Class 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 Detail

      • CommonTokenValueResult

        public CommonTokenValueResult​(java.lang.String tokenValue,
                                      int codeSystemId,
                                      long commonTokenValueId)
        Public constructor
        Parameters:
        tokenValue -
        codeSystemId -
        commonTokenValueId -
    • Method Detail

      • getTokenValue

        public java.lang.String getTokenValue()
        Returns:
        the tokenValue
      • getCommonTokenValueId

        public long getCommonTokenValueId()
        Returns:
        the commonTokenValueId
      • getCodeSystemId

        public int getCodeSystemId()
        Returns:
        the codeSystemId