org.hl7.types
Interface CS

All Superinterfaces:
ANY, CD, CE, CV
All Known Subinterfaces:
NullFlavor
All Known Implementing Classes:
AcknowledgementType, ActClass, ActMood, ActPriority, ActRelationshipCheckpoint, ActRelationshipJoin, ActRelationshipSplit, ActRelationshipType, ActStatus, AddressPartType, AdministrativeGender, CalendarCycle, Confidentiality, ContextControl, CSimpl, CSnull, EntityClass, EntityDeterminer, EntityNamePartQualifier, EntityNamePartType, EntityNameUse, EntityStatus, ManagedParticipationStatus, NullFlavorImpl, ObservationInterpretation, ParticipationMode, ParticipationSignature, ParticipationType, PostalAddressUse, RelationshipConjunction, ResponseLevel, ResponseModality, RoleClass, RoleLinkType, RoleStatus, SetOperator, TelecommunicationAddressUse, TimingEvent, Unit

public interface CS
extends CV

Coded data, consists of a code, display name, code system, and original text. Used when a single code value must be sent.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from interface org.hl7.types.CD
code, codeSystem, codeSystemName, codeSystemVersion, displayName, implies, mostSpecificGeneralization, originalText, qualifier, translation
 
Methods inherited from interface org.hl7.types.ANY
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object