Class SimpleMapRefsetResult


  • public class SimpleMapRefsetResult
    extends java.lang.Object
    • Constructor Detail

      • SimpleMapRefsetResult

        public SimpleMapRefsetResult()
    • Method Detail

      • getConceptId

        public java.lang.Long getConceptId()
        Gets the concept id.
        Returns:
        SNOMED CT (conceptId)
      • setConceptId

        public void setConceptId​(java.lang.Long conceptId)
        Sets the concept id.
        Parameters:
        conceptId - SNOMED CT (conceptId)
      • getMapStatus

        public java.lang.String getMapStatus()
        Gets the mapping status. NO_MAP_FOUND, MAP_FOUND.
        Returns:
        map status
      • setMapStatus

        public void setMapStatus​(java.lang.String mapStatus)
        Sets the mapping status. NO_MAP_FOUND, MAP_FOUND.
        Parameters:
        mapStatus - map status
      • getSimpleMapRefsetGroup

        public SimpleMapRefsetGroup getSimpleMapRefsetGroup()
        Gets the simple map group.
        Returns:
        list of simple map group.
      • setSimpleMapRefsetGroup

        public void setSimpleMapRefsetGroup​(SimpleMapRefsetGroup simpleMapRefsetGroup)
        Sets the simple map group.
        Parameters:
        simpleMapRefsetGroup - list of simple map group.