public interface SNOMEDDescription extends TerminologyConceptDescription
TerminologyConceptDescription
object by providing operations that are specific to the SNOMED-CT terminology.TerminologyConceptDescription
Modifier and Type | Method and Description |
---|---|
Date |
getEffectiveTime()
Gets the Effective Time (RF2 Attribute) of this
SNOMEDDescription . |
boolean |
getInitialCapitalStatus()
Gets the flag value that indicates whether the initial capitalization of this
SNOMEDDescription
reflects the correct meaning. |
String |
getLanguageCode()
Gets the language code of this
SNOMEDDescription . |
String |
getModuleId()
Gets the Module identifier (RF2 Attribute) of this
SNOMEDDescription . |
String |
getSNOMEDID()
Gets the SNOMED-CT identifier of this
SNOMEDDescription . |
int |
getSNOMEDStatus()
Gets the SNOMED-CT status flag of this
SNOMEDDescription . |
int |
getType()
Gets the description type flag for this
SNOMEDDescription . |
String |
getTypeId()
Gets the Description type identifier (RF2 Attribute) of this
SNOMEDDescription . |
getConcept, getExtendedTypeCode, getLocale, getSynonyms, getTerm, isLocal, isLocallyPreferred, isTerminologyPreferred
getRetiredDate, getVersionID, isActive, isInternal, isQuarantined, isRetired
getAttributeNames, getAttributes, getAttributes
getCreationDate, getETSID, getImportDate, getLastUpdateDate
boolean getInitialCapitalStatus() throws ETSDataException
SNOMEDDescription
reflects the correct meaning. This flag value is set to true
if the initial capitalization of this description term reflects the correct meaning.
For example, if the description of a SNOMED component is
meant to be milligrams and the actual description is Mg, the flag returns false
.
In this case, the initial capitalization does not convey the correct meaning,
as milligrams is depicted as mg, where as Mg depicts Magnesium.true
if the initial capitalization of this description
term reflects the correct meaning, or false
if its does not convey.ETSDataException
- If a data transport error occurs.String getLanguageCode() throws ETSDataException
SNOMEDDescription
. The language code identifies
the means of communication for this SNOMEDDescription
.
The maximum length of this attribute is 8.SNOMEDDescription
.ETSDataException
- If a data transport occurs.String getSNOMEDID() throws ETSDataException
SNOMEDDescription
.
The maximum length of this attribute is 50.SNOMEDDescription
.ETSDataException
- If a data transport error occurs.int getType() throws ETSDataException
SNOMEDDescription
. This flag
is an integer value that indicates whether this SNOMEDDescription
is a terminology preferred description, a synonym, or a fully
specified name. The flag value can range from 1 to 3.SNOMEDDescription
.ETSDataException
- If a data transport error occurs.int getSNOMEDStatus() throws ETSDataException
SNOMEDDescription
.
The flag is an integer whose value ranges from 0 to 8. Consult
SNOMED Clinical Terms (Documentation from the terminology maintainer,
the College of American Pathologists) for value meanings.SNOMEDDescription
.ETSDataException
- If a data transport error occurs.String getModuleId() throws ETSDataException
SNOMEDDescription
.
This method returns null
if this SNOMEDDescription
does not have a Module identifier.
This method returns null
if this SNOMEDDescription
belongs to a version
loaded with RF1 file format.SNOMEDDescription
, or null
if there is no Module identifier.ETSDataException
- If a data transport error occurs.Date getEffectiveTime() throws ETSDataException
SNOMEDDescription
.
This method returns null
if this SNOMEDDescription
does not have a Effective Time.
This method returns null
if this SNOMEDDescription
belongs to a version
loaded with RF1 file format.SNOMEDDescription
, or null
if there is no effective Time.ETSDataException
- If a data transport error occurs.String getTypeId() throws ETSDataException
SNOMEDDescription
.
This method returns null
if this SNOMEDDescription
does not have a Description type identifier.
This method returns null
if this SNOMEDDescription
belongs to a version
loaded with RF1 file format.SNOMEDDescription
, or null
if there is no Description type identifier.ETSDataException
- If a data transport error occurs.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved