ca.infoway.messagebuilder.datatype
Interface ED<V>

Package class diagram package ED
Type Parameters:
V - the underlying java datatype
All Superinterfaces:
ANY<V>, BareANY, NullFlavorSupport
All Known Subinterfaces:
ST
All Known Implementing Classes:
EDImpl, STImpl

public interface ED<V>
extends ANY<V>

Data that is primarily intended for human interpretation or for further machine processing outside the scope of HL7.

This includes unformatted or formatted written language, multimedia data, or structured information in as defined by a different standard (e.g., XML-signatures.) Instead of the data itself, an ED may contain only a reference (see TEL.) Note that ST is a specialization of the ED where the mediaType is fixed to text/plain.

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.