|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.MFE
public class MFE
Represents an HL7 MFE message segment (Master File Entry). This segment has the following fields:
| Constructor Summary | |
|---|---|
MFE(Group parent,
ModelClassFactory factory)
Creates a new MFE segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
TS |
getEffectiveDateTime()
Returns MFE-3: "Effective Date/Time" - creates it if necessary |
ID |
getMfe1_RecordLevelEventCode()
Returns MFE-1: "Record-Level Event Code" - creates it if necessary |
ST |
getMfe2_MFNControlID()
Returns MFE-2: "MFN Control ID" - creates it if necessary |
TS |
getMfe3_EffectiveDateTime()
Returns MFE-3: "Effective Date/Time" - creates it if necessary |
Varies |
getMfe4_PrimaryKeyValueMFE(int rep)
Returns a specific repetition of MFE-4: "Primary Key Value - MFE" - creates it if necessary |
int |
getMfe4_PrimaryKeyValueMFEReps()
Returns a count of the current number of repetitions of Primary Key Value - MFE (MFE-4). |
ID |
getMfe5_PrimaryKeyValueType(int rep)
Returns a specific repetition of MFE-5: "Primary Key Value Type" - creates it if necessary |
int |
getMfe5_PrimaryKeyValueTypeReps()
Returns a count of the current number of repetitions of Primary Key Value Type (MFE-5). |
ST |
getMFNControlID()
Returns MFE-2: "MFN Control ID" - creates it if necessary |
Varies[] |
getPrimaryKeyValueMFE()
Returns all repetitions of Primary Key Value - MFE (MFE-4). |
Varies |
getPrimaryKeyValueMFE(int rep)
Returns a specific repetition of MFE-4: "Primary Key Value - MFE" - creates it if necessary |
int |
getPrimaryKeyValueMFEReps()
Returns a count of the current number of repetitions of Primary Key Value - MFE (MFE-4). |
ID[] |
getPrimaryKeyValueType()
Returns all repetitions of Primary Key Value Type (MFE-5). |
ID |
getPrimaryKeyValueType(int rep)
Returns a specific repetition of MFE-5: "Primary Key Value Type" - creates it if necessary |
int |
getPrimaryKeyValueTypeReps()
Returns a count of the current number of repetitions of Primary Key Value Type (MFE-5). |
ID |
getRecordLevelEventCode()
Returns MFE-1: "Record-Level Event Code" - creates it if necessary |
Varies |
insertMfe4_PrimaryKeyValueMFE(int rep)
Inserts a repetition of MFE-4: "Primary Key Value - MFE" at a specific index |
ID |
insertMfe5_PrimaryKeyValueType(int rep)
Inserts a repetition of MFE-5: "Primary Key Value Type" at a specific index |
Varies |
insertPrimaryKeyValueMFE(int rep)
Inserts a repetition of MFE-4: "Primary Key Value - MFE" at a specific index |
ID |
insertPrimaryKeyValueType(int rep)
Inserts a repetition of MFE-5: "Primary Key Value Type" at a specific index |
Varies |
removeMfe4_PrimaryKeyValueMFE(int rep)
Removes a repetition of MFE-4: "Primary Key Value - MFE" at a specific index |
ID |
removeMfe5_PrimaryKeyValueType(int rep)
Removes a repetition of MFE-5: "Primary Key Value Type" at a specific index |
Varies |
removePrimaryKeyValueMFE(int rep)
Removes a repetition of MFE-4: "Primary Key Value - MFE" at a specific index |
ID |
removePrimaryKeyValueType(int rep)
Removes a repetition of MFE-5: "Primary Key Value Type" at a specific index |
| 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 |
|---|
public MFE(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public ID getRecordLevelEventCode()
public ID getMfe1_RecordLevelEventCode()
public ST getMFNControlID()
public ST getMfe2_MFNControlID()
public TS getEffectiveDateTime()
public TS getMfe3_EffectiveDateTime()
public Varies[] getPrimaryKeyValueMFE()
public int getPrimaryKeyValueMFEReps()
public Varies getPrimaryKeyValueMFE(int rep)
rep - The repetition index (0-indexed)public Varies getMfe4_PrimaryKeyValueMFE(int rep)
rep - The repetition index (0-indexed)public int getMfe4_PrimaryKeyValueMFEReps()
public Varies insertPrimaryKeyValueMFE(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public Varies insertMfe4_PrimaryKeyValueMFE(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public Varies removePrimaryKeyValueMFE(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public Varies removeMfe4_PrimaryKeyValueMFE(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public ID[] getPrimaryKeyValueType()
public int getPrimaryKeyValueTypeReps()
public ID getPrimaryKeyValueType(int rep)
rep - The repetition index (0-indexed)public ID getMfe5_PrimaryKeyValueType(int rep)
rep - The repetition index (0-indexed)public int getMfe5_PrimaryKeyValueTypeReps()
public ID insertPrimaryKeyValueType(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public ID insertMfe5_PrimaryKeyValueType(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public ID removePrimaryKeyValueType(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public ID removeMfe5_PrimaryKeyValueType(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||