org.hl7.types
Interface SC

All Superinterfaces:
ANY, BIN, ED, java.lang.Iterable<BL>, LIST<BL>, ST
All Known Implementing Classes:
SCimpl, SCnull

public interface SC
extends ST

An ST that optionally may have a code attached. The text must always be present if a code is present. The code is often a local code.


Method Summary
 CE code()
          The plain code symbol defined by the code system.
 
Methods inherited from interface org.hl7.types.ST
headST, listSTIterator, tailST, toString
 
Methods inherited from interface org.hl7.types.ED
charset, compression, integrityCheck, integrityCheckAlgorithm, language, mediaType, reference, thumbnail
 
Methods inherited from interface org.hl7.types.LIST
head, isEmpty, iterator, length, nonEmpty, tail
 
Methods inherited from interface org.hl7.types.ANY
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ
 

Method Detail

code

CE code()
The plain code symbol defined by the code system. For example, "784.0" is the code symbol of the ICD-9 code "784.0" for headache.