public class SFT extends AbstractSegment
Represents an HL7 SFT message segment (Software Segment). This segment has the following fields:
log| Constructor and Description |
|---|
SFT(Group parent,
ModelClassFactory factory)
Creates a new SFT segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
XON |
getSft1_SoftwareVendorOrganization()
Returns
SFT-1: "Software Vendor Organization" - creates it if necessary
|
ST |
getSft2_SoftwareCertifiedVersionOrReleaseNumber()
Returns
SFT-2: "Software Certified Version or Release Number" - creates it if necessary
|
ST |
getSft3_SoftwareProductName()
Returns
SFT-3: "Software Product Name" - creates it if necessary
|
ST |
getSft4_SoftwareBinaryID()
Returns
SFT-4: "Software Binary ID" - creates it if necessary
|
TX |
getSft5_SoftwareProductInformation()
Returns
SFT-5: "Software Product Information" - creates it if necessary
|
TS |
getSft6_SoftwareInstallDate()
Returns
SFT-6: "Software Install Date" - creates it if necessary
|
ST |
getSoftwareBinaryID()
Returns
SFT-4: "Software Binary ID" - creates it if necessary
|
ST |
getSoftwareCertifiedVersionOrReleaseNumber()
Returns
SFT-2: "Software Certified Version or Release Number" - creates it if necessary
|
TS |
getSoftwareInstallDate()
Returns
SFT-6: "Software Install Date" - creates it if necessary
|
TX |
getSoftwareProductInformation()
Returns
SFT-5: "Software Product Information" - creates it if necessary
|
ST |
getSoftwareProductName()
Returns
SFT-3: "Software Product Name" - creates it if necessary
|
XON |
getSoftwareVendorOrganization()
Returns
SFT-1: "Software Vendor Organization" - creates it if necessary
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic SFT(Group parent, ModelClassFactory factory)
public XON getSoftwareVendorOrganization()
public XON getSft1_SoftwareVendorOrganization()
public ST getSoftwareCertifiedVersionOrReleaseNumber()
public ST getSft2_SoftwareCertifiedVersionOrReleaseNumber()
public ST getSoftwareProductName()
public ST getSft3_SoftwareProductName()
public ST getSoftwareBinaryID()
public ST getSft4_SoftwareBinaryID()
public TX getSoftwareProductInformation()
public TX getSft5_SoftwareProductInformation()
public TS getSoftwareInstallDate()
public TS getSft6_SoftwareInstallDate()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001–2017 University Health Network. All rights reserved.