ca.uhn.hl7v2.model.v24.segment
Class MFI

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.MFI
All Implemented Interfaces:
Segment, Structure, Serializable

public class MFI
extends AbstractSegment

Represents an HL7 MFI message segment (Master File Identification). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
MFI(Group parent, ModelClassFactory factory)
          Creates a new MFI segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 TS getEffectiveDateTime()
          Returns MFI-5: "Effective Date/Time" - creates it if necessary
 TS getEnteredDateTime()
          Returns MFI-4: "Entered Date/Time" - creates it if necessary
 ID getFileLevelEventCode()
          Returns MFI-3: "File-Level Event Code" - creates it if necessary
 HD getMasterFileApplicationIdentifier()
          Returns MFI-2: "Master File Application Identifier" - creates it if necessary
 CE getMasterFileIdentifier()
          Returns MFI-1: "Master File Identifier" - creates it if necessary
 CE getMfi1_MasterFileIdentifier()
          Returns MFI-1: "Master File Identifier" - creates it if necessary
 HD getMfi2_MasterFileApplicationIdentifier()
          Returns MFI-2: "Master File Application Identifier" - creates it if necessary
 ID getMfi3_FileLevelEventCode()
          Returns MFI-3: "File-Level Event Code" - creates it if necessary
 TS getMfi4_EnteredDateTime()
          Returns MFI-4: "Entered Date/Time" - creates it if necessary
 TS getMfi5_EffectiveDateTime()
          Returns MFI-5: "Effective Date/Time" - creates it if necessary
 ID getMfi6_ResponseLevelCode()
          Returns MFI-6: "Response Level Code" - creates it if necessary
 ID getResponseLevelCode()
          Returns MFI-6: "Response Level Code" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFI

public MFI(Group parent,
           ModelClassFactory factory)
Creates a new MFI segment

Method Detail

getMasterFileIdentifier

public CE getMasterFileIdentifier()
Returns MFI-1: "Master File Identifier" - creates it if necessary


getMfi1_MasterFileIdentifier

public CE getMfi1_MasterFileIdentifier()
Returns MFI-1: "Master File Identifier" - creates it if necessary


getMasterFileApplicationIdentifier

public HD getMasterFileApplicationIdentifier()
Returns MFI-2: "Master File Application Identifier" - creates it if necessary


getMfi2_MasterFileApplicationIdentifier

public HD getMfi2_MasterFileApplicationIdentifier()
Returns MFI-2: "Master File Application Identifier" - creates it if necessary


getFileLevelEventCode

public ID getFileLevelEventCode()
Returns MFI-3: "File-Level Event Code" - creates it if necessary


getMfi3_FileLevelEventCode

public ID getMfi3_FileLevelEventCode()
Returns MFI-3: "File-Level Event Code" - creates it if necessary


getEnteredDateTime

public TS getEnteredDateTime()
Returns MFI-4: "Entered Date/Time" - creates it if necessary


getMfi4_EnteredDateTime

public TS getMfi4_EnteredDateTime()
Returns MFI-4: "Entered Date/Time" - creates it if necessary


getEffectiveDateTime

public TS getEffectiveDateTime()
Returns MFI-5: "Effective Date/Time" - creates it if necessary


getMfi5_EffectiveDateTime

public TS getMfi5_EffectiveDateTime()
Returns MFI-5: "Effective Date/Time" - creates it if necessary


getResponseLevelCode

public ID getResponseLevelCode()
Returns MFI-6: "Response Level Code" - creates it if necessary


getMfi6_ResponseLevelCode

public ID getMfi6_ResponseLevelCode()
Returns MFI-6: "Response Level Code" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.