|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Component
This interface represents a common HL7 component structure, which can be Message, Segment, Field and DataType.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Method getContent. |
Message |
getMessage()
Method getMessage. |
java.lang.String |
getName()
Method getName. |
void |
marshal()
Method marshal. |
void |
setContent(java.lang.String content)
Method setContent. |
void |
setName(java.lang.String name)
Method setName. |
java.lang.String |
toXMLString(ComponentSpec componentSpec)
Method toXMLString. |
void |
unmarshal()
Method unmarshal. |
void |
validate(ComponentSpec componentSpec)
Method validate. |
| Field Detail |
|---|
static final java.lang.String version
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getContent()
void setName(java.lang.String name)
throws HL7ApplicationException
name -
HL7ApplicationException
void setContent(java.lang.String content)
throws HL7ApplicationException
content -
HL7ApplicationException
void marshal()
throws HL7ApplicationException
HL7ApplicationException
void unmarshal()
throws HL7ApplicationException
HL7ApplicationExceptionMessage getMessage()
void validate(ComponentSpec componentSpec)
throws HL7ApplicationException
componentSpec -
HL7ApplicationException
java.lang.String toXMLString(ComponentSpec componentSpec)
throws HL7ApplicationException
componentSpec -
HL7ApplicationException
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||