ca.infoway.messagebuilder.datatype
Interface CV

Package class diagram package CV
Type Parameters:
V - the underlying code type.
All Superinterfaces:
ANY<Code>, BareANY, CD, CE, NullFlavorSupport
All Known Subinterfaces:
CS
All Known Implementing Classes:
CSImpl, CVImpl

public interface CV
extends CE

HL7 datatype CV. Backed by a Code.

Coded data, specifying only a code, code system, and optionally display name and original text. Used only as the type of properties of other data types.

CV is used when any reasonable use case will require only a single code value to be sent. Thus, it should not be used in circumstances where multiple alternative codes for a given value are desired. This type may be used with both the CNE (coded, non-extensible) and the CWE (coded, with extensibility) domain qualifiers.

Author:
Intelliware Development

Method Summary
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.CD
getDisplayName, getOriginalText, getTranslations, setDisplayName, setOriginalText
 
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.