Class SimpleMapRefsetResult
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.model.SimpleMapRefsetResult
-
public class SimpleMapRefsetResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimpleMapRefsetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetConceptId()Gets the concept id.java.lang.StringgetMapStatus()Gets the mapping status.SimpleMapRefsetGroupgetSimpleMapRefsetGroup()Gets the simple map group.voidsetConceptId(java.lang.Long conceptId)Sets the concept id.voidsetMapStatus(java.lang.String mapStatus)Sets the mapping status.voidsetSimpleMapRefsetGroup(SimpleMapRefsetGroup simpleMapRefsetGroup)Sets the simple map group.
-
-
-
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.
-
-