|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ST
HL7 datatype ST (and ST.LANG). Backed by a java String.
The character string data type stands for text data, primarily intended for machine processing (e.g., sorting, querying, indexing, etc.) Used for names, symbols, and formal expressions.
ST is a restricted ED, whose ED.mediaType property is fixed to text/plain, and whose data must be inlined and not compressed. Thus, the properties compression, reference, integrity check, algorithm, and thumbnail are not applicable. The character string data type is used when the appearance of text does not bear meaning, which is true for formalized text and all kinds of names.
ST data type interprets the encapsulated data as character data (as opposed to bits), depending on the charset property of the encapsulated data type.
Method Summary | |
---|---|
String |
getLanguage()
Returns the language. |
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 |
Method Detail |
---|
String getLanguage()
Returns the language.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |