Package ca.uhn.hl7v2.model.v22.segment
Class FHS
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.FHS
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 FHS message segment (FILE HEADER). This segment has the following fields:
- FHS-1: File Field Separator (ST)
- FHS-2: File Encoding Characters (ST)
- FHS-3: File Sending Application (ST) optional
- FHS-4: File Sending Facility (ST) optional
- FHS-5: File Receiving Application (ST) optional
- FHS-6: File Receiving Facility (ST) optional
- FHS-7: File creation date / time (TS) optional
- FHS-8: File Security (ST) optional
- FHS-9: File name / ID (ST) optional
- FHS-10: File Header Comment (ST) optional
- FHS-11: File Control ID (ST) optional
- FHS-12: Reference File Control ID (ST) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns FHS-1: "File Field Separator" - creates it if necessaryReturns FHS-10: "File Header Comment" - creates it if necessaryReturns FHS-11: "File Control ID" - creates it if necessaryReturns FHS-12: "Reference File Control ID" - creates it if necessaryReturns FHS-2: "File Encoding Characters" - creates it if necessaryReturns FHS-3: "File Sending Application" - creates it if necessaryReturns FHS-4: "File Sending Facility" - creates it if necessaryReturns FHS-5: "File Receiving Application" - creates it if necessaryReturns FHS-6: "File Receiving Facility" - creates it if necessaryReturns FHS-7: "File creation date / time" - creates it if necessaryReturns FHS-8: "File Security" - creates it if necessaryReturns FHS-9: "File name / ID" - creates it if necessaryReturns FHS-11: "File Control ID" - creates it if necessaryReturns FHS-7: "File creation date / time" - creates it if necessaryReturns FHS-2: "File Encoding Characters" - creates it if necessaryReturns FHS-1: "File Field Separator" - creates it if necessaryReturns FHS-10: "File Header Comment" - creates it if necessaryReturns FHS-9: "File name / ID" - creates it if necessaryReturns FHS-5: "File Receiving Application" - creates it if necessaryReturns FHS-6: "File Receiving Facility" - creates it if necessaryReturns FHS-8: "File Security" - creates it if necessaryReturns FHS-3: "File Sending Application" - creates it if necessaryReturns FHS-4: "File Sending Facility" - creates it if necessaryReturns FHS-12: "Reference File Control ID" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
FHS
Creates a new FHS segment
-
-
Method Details
-
getFileFieldSeparator
Returns FHS-1: "File Field Separator" - creates it if necessary -
getFhs1_FileFieldSeparator
Returns FHS-1: "File Field Separator" - creates it if necessary -
getFileEncodingCharacters
Returns FHS-2: "File Encoding Characters" - creates it if necessary -
getFhs2_FileEncodingCharacters
Returns FHS-2: "File Encoding Characters" - creates it if necessary -
getFileSendingApplication
Returns FHS-3: "File Sending Application" - creates it if necessary -
getFhs3_FileSendingApplication
Returns FHS-3: "File Sending Application" - creates it if necessary -
getFileSendingFacility
Returns FHS-4: "File Sending Facility" - creates it if necessary -
getFhs4_FileSendingFacility
Returns FHS-4: "File Sending Facility" - creates it if necessary -
getFileReceivingApplication
Returns FHS-5: "File Receiving Application" - creates it if necessary -
getFhs5_FileReceivingApplication
Returns FHS-5: "File Receiving Application" - creates it if necessary -
getFileReceivingFacility
Returns FHS-6: "File Receiving Facility" - creates it if necessary -
getFhs6_FileReceivingFacility
Returns FHS-6: "File Receiving Facility" - creates it if necessary -
getFileCreationDateTime
Returns FHS-7: "File creation date / time" - creates it if necessary -
getFhs7_FileCreationDateTime
Returns FHS-7: "File creation date / time" - creates it if necessary -
getFileSecurity
Returns FHS-8: "File Security" - creates it if necessary -
getFhs8_FileSecurity
Returns FHS-8: "File Security" - creates it if necessary -
getFileNameID
Returns FHS-9: "File name / ID" - creates it if necessary -
getFhs9_FileNameID
Returns FHS-9: "File name / ID" - creates it if necessary -
getFileHeaderComment
Returns FHS-10: "File Header Comment" - creates it if necessary -
getFhs10_FileHeaderComment
Returns FHS-10: "File Header Comment" - creates it if necessary -
getFileControlID
Returns FHS-11: "File Control ID" - creates it if necessary -
getFhs11_FileControlID
Returns FHS-11: "File Control ID" - creates it if necessary -
getReferenceFileControlID
Returns FHS-12: "Reference File Control ID" - creates it if necessary -
getFhs12_ReferenceFileControlID
Returns FHS-12: "Reference File Control ID" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-