Class Identifier
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.model.VersionedComponent
-
- in.cdac.medinfo.csnotk.csnolib.model.Identifier
-
public class Identifier extends VersionedComponent
Class inherited fromVersionedComponentclass. Provides scope to associate alternate identifiers from other schemes with any SNOMED CT Component. It is currently not in use.
-
-
Constructor Summary
Constructors Constructor Description Identifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlternateIdentifier()Returns id of the alternate identifier in other scheme.longgetIdentifierSchemeId()Returns the Id of the identifier scheme.longgetReferencedComponentId()Returns the SNOMED CT Component id associated with the alternate identifier.voidsetAlternateIdentifier(java.lang.String alternateIdentifier)Sets the alternate identifier value.voidsetIdentifierSchemeId(long identifierSchemeId)sets the id of the identifier scheme.voidsetReferencedComponentId(long referencedComponentId)Sets the SNOMED CT Component id associated with the alternate identifier .java.lang.StringtoString()-
Methods inherited from class in.cdac.medinfo.csnotk.csnolib.model.VersionedComponent
getActiveStatus, getModuleId, getTime, setActiveStatus, setModuleId, setTime
-
-
-
-
Method Detail
-
getIdentifierSchemeId
public long getIdentifierSchemeId()
Returns the Id of the identifier scheme.- Returns:
- identifierSchemeId
-
setIdentifierSchemeId
public void setIdentifierSchemeId(long identifierSchemeId)
sets the id of the identifier scheme.- Parameters:
identifierSchemeId- Id of identifier scheme.
-
getAlternateIdentifier
public java.lang.String getAlternateIdentifier()
Returns id of the alternate identifier in other scheme.- Returns:
- alternate Identifier.
-
setAlternateIdentifier
public void setAlternateIdentifier(java.lang.String alternateIdentifier)
Sets the alternate identifier value.- Parameters:
alternateIdentifier- Id of the alternate identifier in other scheme.
-
getReferencedComponentId
public long getReferencedComponentId()
Returns the SNOMED CT Component id associated with the alternate identifier.- Returns:
- referencedComponentId SNOMED CT Component id associated with the alternate identifier.
-
setReferencedComponentId
public void setReferencedComponentId(long referencedComponentId)
Sets the SNOMED CT Component id associated with the alternate identifier .- Parameters:
referencedComponentId- SNOMED CT Component id associated with the alternate identifier.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-