Class MapResult
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.icdmap.MapResult
-
-
Constructor Summary
Constructors Constructor Description MapResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetConceptId()Gets the concept id.java.util.List<MapGroup>getMapGroup()Gets the list of map group.java.lang.StringgetMapStatus()Gets the mapping status.voidsetConceptId(java.lang.Long conceptId)Sets the concept id.voidsetMapGroup(java.util.List<MapGroup> mapGroup)Sets the list of map group.voidsetMapStatus(java.lang.String mapStatus)Sets the mapping status.
-
-
-
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, INDETERMINATE_MAP.- Returns:
- map status
-
setMapStatus
public void setMapStatus(java.lang.String mapStatus)
Sets the mapping status. NO_MAP_FOUND, MAP_FOUND, INDETERMINATE_MAP.- Parameters:
mapStatus- map status
-
getMapGroup
public java.util.List<MapGroup> getMapGroup()
Gets the list of map group.- Returns:
- list of map group.
-
setMapGroup
public void setMapGroup(java.util.List<MapGroup> mapGroup)
Sets the list of map group.- Parameters:
mapGroup- list of map group.
-
-