Class AbstractMessage
- java.lang.Object
-
- ca.uhn.hl7v2.model.AbstractStructure
-
- ca.uhn.hl7v2.model.AbstractGroup
-
- ca.uhn.hl7v2.model.AbstractMessage
-
- org.openehealth.ipf.modules.hl7.model.AbstractMessage
-
- All Implemented Interfaces:
Group
,Message
,Structure
,Visitable
,Serializable
- Direct Known Subclasses:
ADT_A01
,ADT_A01
,ADT_A02
,ADT_A03
,ADT_A05
,ADT_A06
,ADT_A09
,ADT_A12
,ADT_A15
,ADT_A16
,ADT_A21
,ADT_A38
,ADT_A39
,ADT_A43
,ADT_A52
,ADT_A54
,QBP_Q21
,QBP_Q21
,RSP_K21
,RSP_K23
,RSP_ZV2
public abstract class AbstractMessage extends AbstractMessage
Convenience subclass ofAbstractMessage
used for custom message structures as e.g. defined by IHE.- Author:
- Christian Ohr
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AbstractMessage.Cardinality
-
Field Summary
-
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log
-
-
Constructor Summary
Constructors Constructor Description AbstractMessage()
AbstractMessage(ModelClassFactory factory)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Map<Class<? extends Structure>,AbstractMessage.Cardinality>
structures(Map<Class<? extends Structure>,AbstractMessage.Cardinality> structures)
-
Methods inherited from class ca.uhn.hl7v2.model.AbstractMessage
accept, encode, fillResponseHeader, generateACK, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, getVersion, initQuickstart, parse, printStructure, printStructure, setParser, toString
-
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
add, add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insert, insertRepetition, insertRepetition, isChoiceElement, isEmpty, isGroup, isRepeating, isRequired, provideLocation, removeRepetition, tryToInstantiateStructure, visitNestedStructures
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ca.uhn.hl7v2.model.Group
addNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequired
-
Methods inherited from interface ca.uhn.hl7v2.model.Visitable
isEmpty, provideLocation
-
-
-
-
Constructor Detail
-
AbstractMessage
public AbstractMessage()
-
AbstractMessage
public AbstractMessage(ModelClassFactory factory)
-
-
Method Detail
-
structures
protected abstract Map<Class<? extends Structure>,AbstractMessage.Cardinality> structures(Map<Class<? extends Structure>,AbstractMessage.Cardinality> structures)
-
-