All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Source
java.lang.Object
|
+----COM.Lexical.Metaphrase.Source
- public class Source
- extends java.lang.Object
Metaphrase source class. Represents [a version of] a local or
external authority, such as SNOMED, ICD-9, or CPT.
- Version:
- Authority1.1, 11 Apr 2000
children()
- "Children" of Source--direct Subsources.
description()
- Source description.
isLocal()
- Returns true if status equals "local".
partition()
- Root Partition.
partition(String)
- [The] Partition of Source with given code.
Print(PrintStream)
- Prints the contents of Source to out.
roots()
- Source hierarchy roots.
SAB()
- Source abbreviation.
status()
- Source status.
subsourceOf(Source)
- Returns true iff this is a "strict" subsource of
source.
toString()
- Source SAB.
SAB
public java.lang.String SAB()
Source abbreviation.
partition
public Partition partition() throws MetaphraseException
Root Partition. The Source with SAB "SRC" has a Partition for
each external UMLS source in the database.
- Throws:
- MetaphraseException - thrown if there is an error
accessing Metaphrase.
status
public java.lang.String status()
Source status.
isLocal
public boolean isLocal()
Returns true if status equals "local".
description
public java.lang.String description()
Source description.
roots
public HierarchicalElement[] roots()
Source hierarchy roots.
partition
public Partition partition(java.lang.String code)
[The] Partition of Source with given code.
toString
public java.lang.String toString()
Source SAB.
- Overrides:
- toString in class java.lang.Object
children
public Subsource[] children()
"Children" of Source--direct Subsources.
subsourceOf
public boolean subsourceOf(Source source)
Returns true iff this is a "strict" subsource of
source. Transitive, but non-reflexive, i.e.,
s.subsourceOf(s) returns false for any Source (or Subsource) s.
Print
public void Print(java.io.PrintStream out)
Prints the contents of Source to out.
All Packages Class Hierarchy This Package Previous Next Index