public interface SNOMEDRelationship extends Relationship
Relationship
object by providing information specific to the
SNOMED-CT terminology.Relationship
CONCEPT_IS_RELATIONSHIP_ANY, CONCEPT_IS_RELATIONSHIP_RELATION_TYPE, CONCEPT_IS_RELATIONSHIP_SOURCE, CONCEPT_IS_RELATIONSHIP_SOURCE_OR_TARGET, CONCEPT_IS_RELATIONSHIP_TARGET
Modifier and Type | Method and Description |
---|---|
int |
getCharacteristicType()
Gets the characteristic type of this
SNOMEDRelationship . |
String |
getCTypeId()
Gets the Description type identifier (RF2 Attribute) of this
SNOMEDRelationship . |
Date |
getEffectiveTime()
Gets the Effective Time (RF2 Attribute) of this
SNOMEDRelationship . |
String |
getModifierId()
Gets the Modifier identifier (RF2 Attribute) of this
SNOMEDRelationship . |
String |
getModuleId()
Gets the Module identifier (RF2 Attribute) of this
SNOMEDRelationship . |
int |
getRefinability()
Gets the refinability flag of this
SNOMEDRelationship . |
int |
getRelationshipGroup()
Gets the relationship group of this
SNOMEDRelationship . |
String |
getSNOMEDID()
Gets the identifier of this
SNOMEDRelationship . |
getRelationshipType, getRelationshipTypeConceptID, getSourceConcept, getSourceConceptID, getTargetConcept, getTargetConceptID
getRetiredDate, getVersionID, isActive, isInternal, isQuarantined, isRetired
getAttributeNames, getAttributes, getAttributes
getCreationDate, getETSID, getImportDate, getLastUpdateDate
int getCharacteristicType() throws ETSDataException
SNOMEDRelationship
. The characteristic
type is an integer value that ranges between 0 and 2.
The characteristic type values are defined in SNOMEDConstants
.SNOMEDRelationship
.ETSDataException
- If a data transport error occurs.int getRelationshipGroup() throws ETSDataException
SNOMEDRelationship
. The relationship
group is an integer value that organizes relationships into logical groups.
The default value for a relationship group is 0. SNOMED-CT relationships
that are not part of any relationship group have the default relationship
group value.SNOMEDRelationship
.ETSDataException
- If a data transport error occurs.int getRefinability() throws ETSDataException
SNOMEDRelationship
. The refinability
flag is an integer value that ranges between 0 and 2.
The refinability values are defined in SNOMEDConstants
.SNOMEDRelationship
.ETSDataException
- If a data transport error occurs.String getSNOMEDID() throws ETSDataException
SNOMEDRelationship
.SNOMEDRelationship
.ETSDataException
- If a data transport error occurs.Date getEffectiveTime() throws ETSDataException
SNOMEDRelationship
.
This method returns null
if this SNOMEDRelationship
does not have a Effective Time.
This method returns null
if this SNOMEDRelationship
belongs to a version
loaded with RF1 file format.SNOMEDRelationship
, or null
if there is no effective Time.ETSDataException
- If a data transport error occurs.String getModuleId() throws ETSDataException
SNOMEDRelationship
.
This method returns null
if this SNOMEDRelationship
does not have a Module identifier.
This method returns null
if this SNOMEDRelationship
belongs to a version
loaded with RF1 file format.SNOMEDRelationship
, or null
if there is no Module identifier.ETSDataException
- If a data transport error occurs.String getModifierId() throws ETSDataException
SNOMEDRelationship
.
This method returns null
if this SNOMEDRelationship
does not have a Modifier identifier.
This method returns null
if this SNOMEDRelationship
belongs to a version
loaded with RF1 file format.SNOMEDRelationship
, or null
if there is no Modifier identifier.ETSDataException
- If a data transport error occurs.String getCTypeId() throws ETSDataException
SNOMEDRelationship
.
This method returns null
if this SNOMEDRelationship
does not have a Description type identifier.
This method returns null
if this SNOMEDRelationship
belongs to a version
loaded with RF1 file format.SNOMEDRelationship
, 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