ca.infoway.messagebuilder.datatype
Interface SC<V extends Code>

Package class diagram package SC
Type Parameters:
V - the underlying code type
All Superinterfaces:
ANY<CodedString<V>>, BareANY, NullFlavorSupport
All Known Implementing Classes:
SCImpl

public interface SC<V extends Code>
extends ANY<CodedString<V>>

Hl7 datatype SC (Coded String). Backed by the Java datatype CodedString.

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.

Author:
Intelliware Development

Method Summary
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.ANY
getNullFlavor, getValue, isNull, nonNull, notApplicable, other, setNullFlavor, setValue, unknown
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.BareANY
getBareValue, getDataType, setDataType
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.nullflavor.NullFlavorSupport
hasNullFlavor
 



Copyright © 2013. All Rights Reserved.