Class CompositeDescription
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.model.VersionedComponent
-
- in.cdac.medinfo.csnotk.csnolib.model.Component
-
- in.cdac.medinfo.csnotk.csnolib.model.Description
-
- in.cdac.medinfo.csnotk.csnolib.model.CompositeDescription
-
- All Implemented Interfaces:
java.io.Serializable
public class CompositeDescription extends Description
CompositeDescriptionis extended fromDescription. ACompositeDescriptionconsists of inherited fields ofDescriptionand description hierarchy,isPreferredTerm,conceptState,conceptFsn,definitionStatus.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class in.cdac.medinfo.csnotk.csnolib.model.Description
FSN_TYPE
-
-
Constructor Summary
Constructors Constructor Description CompositeDescription()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConceptFsn()Returns the concept FSN.java.lang.StringgetConceptState()Returns the state of the concept corresponding to the description.java.lang.StringgetDefinitionStatus()Returns the definition status of the SNOMED CTConcept.java.lang.StringgetHierarchy()Returns the Semantic Tag/ hierarchy of a description.java.lang.StringgetIsPreferredTerm()Returns a String value to identify whether a description is preferred or acceptable.RefsetgetRefset()RefSetMembergetRefSetLangMember()Used to get RefSetMember objectvoidsetConceptFsn(java.lang.String conceptFsn)Sets the concept FSN value.voidsetConceptState(java.lang.String conceptState)Sets the concept state.voidsetDefinitionStatus(java.lang.String definitionStatus)Sets the definition status.voidsetHierarchy(java.lang.String hierarchy)Returns the Semantic Tag/hierarchy of a description.voidsetIsPreferredTerm(java.lang.String isPreferredTerm)Sets the isPreferredTerm value.voidsetRefset(Refset refset)voidsetRefSetLangMember(RefSetMember refSetLangMember)Used to set RefSetMember objectjava.lang.StringtoString()-
Methods inherited from class in.cdac.medinfo.csnotk.csnolib.model.Description
equals, getActiveStatus, getCaseSId, getConceptId, getId, getLangCode, getModuleId, getTerm, getTime, getType, hashCode, setActiveStatus, setCaseSId, setConceptId, setId, setLangCode, setModuleId, setTerm, setTime, setType
-
-
-
-
Method Detail
-
getRefset
public Refset getRefset()
-
setRefset
public void setRefset(Refset refset)
-
getRefSetLangMember
public RefSetMember getRefSetLangMember()
Used to get RefSetMember object
-
setRefSetLangMember
public void setRefSetLangMember(RefSetMember refSetLangMember)
Used to set RefSetMember object
-
getIsPreferredTerm
public java.lang.String getIsPreferredTerm()
Returns a String value to identify whether a description is preferred or acceptable.- Returns:
Stringvalue that specifies the preferred state of a description.
-
setIsPreferredTerm
public void setIsPreferredTerm(java.lang.String isPreferredTerm)
Sets the isPreferredTerm value.- Parameters:
isPreferredTerm- String value to identify whether a description is preferred or not.
-
getHierarchy
public java.lang.String getHierarchy()
Returns the Semantic Tag/ hierarchy of a description.- Returns:
Stringvalue that specifies the Semantic Tag/hierarchy to which the description belongs.
-
setHierarchy
public void setHierarchy(java.lang.String hierarchy)
Returns the Semantic Tag/hierarchy of a description.- Parameters:
hierachy- the Semantic Tag/ hierarchy of the description.
-
getConceptState
public java.lang.String getConceptState()
Returns the state of the concept corresponding to the description.- Returns:
Stringvalue that specifies the state of the concept associated with this description.
-
setConceptState
public void setConceptState(java.lang.String conceptState)
Sets the concept state.- Parameters:
conceptState-Stringvalue that specifies the state of the concept associated with this description.
-
getConceptFsn
public java.lang.String getConceptFsn()
Returns the concept FSN.- Returns:
Stringvalue that corresponds to the FSN.
-
setConceptFsn
public void setConceptFsn(java.lang.String conceptFsn)
Sets the concept FSN value.- Parameters:
conceptFsn-Stringvalue that specifies the FSN of the concept.
-
getDefinitionStatus
public java.lang.String getDefinitionStatus()
Returns the definition status of the SNOMED CTConcept. associated with this description- Returns:
String.
-
setDefinitionStatus
public void setDefinitionStatus(java.lang.String definitionStatus)
Sets the definition status.- Parameters:
definitionStatus-Stringvalue that corresponds to the definition status of the Concept.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDescription
-
-