|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.hl7.framework.structure.component.GenericComponentImpl
com.stc.connector.hl7.framework.structure.segment.GenericSegmentImpl
com.stc.connector.hl7.framework.structure.segment.SFT
public class SFT
This segment provides additional information about the software product(s) used as a Sending Application. The primary purpose of this segment is for diagnostic use. There may be additional uses per site-specific agreements. It is available since version 2.5.
Represents an HL7 SFT message segment. This segment has the following fields:
SFT-1: Software Vendor Organization (XON)
SFT-2: Software Certified Version or Release Number (ST)
SFT-3: Software Product Name (ST)
SFT-4: Software Binary ID (ST)
SFT-5: Software Product Information (TX)
SFT-6: Software Install Date (TS)
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
SFT(Message message,
Field[] fields)
Constructor for SFT. |
|
SFT(Message message,
java.lang.String content)
Constructor for SFT. |
Method Summary | |
---|---|
Field |
getSeq00SegmentName()
Method getSeq00SegmentName. |
Field |
getSeq01SoftwareVendorOrganization()
Method getSeq01SoftwareVendorOrganization. |
Field |
getSeq02SoftwareCertifiedVersionOrReleaseNumber()
Method getSeq02SoftwareCertifiedVersionOrReleaseNumber. |
Field |
getSeq03SoftwareProductName()
Method getSeq03SoftwareProductName. |
Field |
getSeq04SoftwareBinaryID()
Method getSeq04SoftwareBinaryID. |
Field |
getSeq05SoftwareProductInformation()
Method getSeq05SoftwareProductInformation. |
Field |
getSeq06SoftwareInstallDate()
Method getSeq06SoftwareInstallDate. |
void |
marshal()
Method marshal. |
void |
unmarshal()
Method unmarshal. |
void |
validate(ComponentSpec componentSpec)
Method validate. |
Methods inherited from class com.stc.connector.hl7.framework.structure.segment.GenericSegmentImpl |
---|
getFields, setFields, toXMLString |
Methods inherited from class com.stc.connector.hl7.framework.structure.component.GenericComponentImpl |
---|
getContent, getMessage, getName, getStatus, setContent, setMessage, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stc.connector.hl7.framework.structure.segment.Segment |
---|
getFields |
Methods inherited from interface com.stc.connector.hl7.framework.structure.component.Component |
---|
getContent, getMessage, getName, setContent, setName, toXMLString |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public SFT(Message message, java.lang.String content) throws HL7ApplicationException
message
- content
-
HL7ApplicationException
public SFT(Message message, Field[] fields) throws HL7ApplicationException
message
- fields
-
HL7ApplicationException
Method Detail |
---|
public void marshal() throws HL7ApplicationException
Component
marshal
in interface Component
marshal
in class GenericSegmentImpl
HL7ApplicationException
Component.marshal()
public void unmarshal() throws HL7ApplicationException
Component
unmarshal
in interface Component
unmarshal
in class GenericSegmentImpl
HL7ApplicationException
Component.unmarshal()
public Field getSeq00SegmentName()
public Field getSeq01SoftwareVendorOrganization()
public Field getSeq02SoftwareCertifiedVersionOrReleaseNumber()
public Field getSeq03SoftwareProductName()
public Field getSeq04SoftwareBinaryID()
public Field getSeq05SoftwareProductInformation()
public Field getSeq06SoftwareInstallDate()
public void validate(ComponentSpec componentSpec) throws HL7ApplicationException
Component
validate
in interface Component
validate
in class GenericSegmentImpl
HL7ApplicationException
Component.validate(ComponentSpec)
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |