|
||||||||||
| 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.MFA
public class MFA
Represents an HL7 MFA message segment (Master File Acknowledgment). This segment has the following fields:
| Constructor Summary | |
|---|---|
MFA(Group parent,
ModelClassFactory factory)
Creates a new MFA segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
TS |
getEventCompletionDateTime()
Returns MFA-3: "Event Completion Date/Time" - creates it if necessary |
ID |
getMfa1_RecordLevelEventCode()
Returns MFA-1: "Record-Level Event Code" - creates it if necessary |
ST |
getMfa2_MFNControlID()
Returns MFA-2: "MFN Control ID" - creates it if necessary |
TS |
getMfa3_EventCompletionDateTime()
Returns MFA-3: "Event Completion Date/Time" - creates it if necessary |
CE |
getMfa4_MFNRecordLevelErrorReturn()
Returns MFA-4: "MFN Record Level Error Return" - creates it if necessary |
CE |
getMfa5_PrimaryKeyValueMFA(int rep)
Returns a specific repetition of MFA-5: "Primary Key Value - MFA" - creates it if necessary |
int |
getMfa5_PrimaryKeyValueMFAReps()
Returns a count of the current number of repetitions of Primary Key Value - MFA (MFA-5). |
ID |
getMfa6_PrimaryKeyValueTypeMFA(int rep)
Returns a specific repetition of MFA-6: "Primary Key Value Type - MFA" - creates it if necessary |
int |
getMfa6_PrimaryKeyValueTypeMFAReps()
Returns a count of the current number of repetitions of Primary Key Value Type - MFA (MFA-6). |
ST |
getMFNControlID()
Returns MFA-2: "MFN Control ID" - creates it if necessary |
CE |
getMFNRecordLevelErrorReturn()
Returns MFA-4: "MFN Record Level Error Return" - creates it if necessary |
CE[] |
getPrimaryKeyValueMFA()
Returns all repetitions of Primary Key Value - MFA (MFA-5). |
CE |
getPrimaryKeyValueMFA(int rep)
Returns a specific repetition of MFA-5: "Primary Key Value - MFA" - creates it if necessary |
int |
getPrimaryKeyValueMFAReps()
Returns a count of the current number of repetitions of Primary Key Value - MFA (MFA-5). |
ID[] |
getPrimaryKeyValueTypeMFA()
Returns all repetitions of Primary Key Value Type - MFA (MFA-6). |
ID |
getPrimaryKeyValueTypeMFA(int rep)
Returns a specific repetition of MFA-6: "Primary Key Value Type - MFA" - creates it if necessary |
int |
getPrimaryKeyValueTypeMFAReps()
Returns a count of the current number of repetitions of Primary Key Value Type - MFA (MFA-6). |
ID |
getRecordLevelEventCode()
Returns MFA-1: "Record-Level Event Code" - creates it if necessary |
CE |
insertMfa5_PrimaryKeyValueMFA(int rep)
Inserts a repetition of MFA-5: "Primary Key Value - MFA" at a specific index |
ID |
insertMfa6_PrimaryKeyValueTypeMFA(int rep)
Inserts a repetition of MFA-6: "Primary Key Value Type - MFA" at a specific index |
CE |
insertPrimaryKeyValueMFA(int rep)
Inserts a repetition of MFA-5: "Primary Key Value - MFA" at a specific index |
ID |
insertPrimaryKeyValueTypeMFA(int rep)
Inserts a repetition of MFA-6: "Primary Key Value Type - MFA" at a specific index |
CE |
removeMfa5_PrimaryKeyValueMFA(int rep)
Removes a repetition of MFA-5: "Primary Key Value - MFA" at a specific index |
ID |
removeMfa6_PrimaryKeyValueTypeMFA(int rep)
Removes a repetition of MFA-6: "Primary Key Value Type - MFA" at a specific index |
CE |
removePrimaryKeyValueMFA(int rep)
Removes a repetition of MFA-5: "Primary Key Value - MFA" at a specific index |
ID |
removePrimaryKeyValueTypeMFA(int rep)
Removes a repetition of MFA-6: "Primary Key Value Type - MFA" 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 MFA(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public ID getRecordLevelEventCode()
public ID getMfa1_RecordLevelEventCode()
public ST getMFNControlID()
public ST getMfa2_MFNControlID()
public TS getEventCompletionDateTime()
public TS getMfa3_EventCompletionDateTime()
public CE getMFNRecordLevelErrorReturn()
public CE getMfa4_MFNRecordLevelErrorReturn()
public CE[] getPrimaryKeyValueMFA()
public int getPrimaryKeyValueMFAReps()
public CE getPrimaryKeyValueMFA(int rep)
rep - The repetition index (0-indexed)public CE getMfa5_PrimaryKeyValueMFA(int rep)
rep - The repetition index (0-indexed)public int getMfa5_PrimaryKeyValueMFAReps()
public CE insertPrimaryKeyValueMFA(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 CE insertMfa5_PrimaryKeyValueMFA(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 CE removePrimaryKeyValueMFA(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 CE removeMfa5_PrimaryKeyValueMFA(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[] getPrimaryKeyValueTypeMFA()
public int getPrimaryKeyValueTypeMFAReps()
public ID getPrimaryKeyValueTypeMFA(int rep)
rep - The repetition index (0-indexed)public ID getMfa6_PrimaryKeyValueTypeMFA(int rep)
rep - The repetition index (0-indexed)public int getMfa6_PrimaryKeyValueTypeMFAReps()
public ID insertPrimaryKeyValueTypeMFA(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 insertMfa6_PrimaryKeyValueTypeMFA(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 removePrimaryKeyValueTypeMFA(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 removeMfa6_PrimaryKeyValueTypeMFA(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 | |||||||||