Uses of Class
ca.uhn.hl7v2.model.v23.segment.MFA

Packages that use MFA
  • Uses of MFA in ca.uhn.hl7v2.model.v23.group

    Methods in ca.uhn.hl7v2.model.v23.group that return MFA
    Modifier and Type
    Method
    Description
    MFK_M01_MF.getMFA()
    Returns MFA (Master file acknowledgement segment) - creates it if necessary
  • Uses of MFA in ca.uhn.hl7v2.model.v23.message

    Methods in ca.uhn.hl7v2.model.v23.message that return MFA
    Modifier and Type
    Method
    Description
    MFK_M01.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M01.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M02.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M02.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M03.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M03.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M04.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M04.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M05.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M05.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M07.getMFA()
    Returns the first repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M07.getMFA(int rep)
    Returns a specific repetition of MFA (Master file acknowledgement segment) - creates it if necessary
    MFK_M01.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M02.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M03.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M04.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M05.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M07.insertMFA(int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M01.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M02.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M03.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M04.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M05.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    MFK_M07.removeMFA(int rep)
    Removes a specific repetition of MFA (Master file acknowledgement segment)
    Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type MFA
    Modifier and Type
    Method
    Description
    MFK_M01.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    MFK_M02.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    MFK_M03.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    MFK_M04.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    MFK_M05.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    MFK_M07.getMFAAll()
    Returns a non-modifiable List containing all current existing repetitions of MFA.
    Methods in ca.uhn.hl7v2.model.v23.message with parameters of type MFA
    Modifier and Type
    Method
    Description
    void
    MFK_M01.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    void
    MFK_M02.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    void
    MFK_M03.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    void
    MFK_M04.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    void
    MFK_M05.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)
    void
    MFK_M07.insertMFA(MFA structure, int rep)
    Inserts a specific repetition of MFA (Master file acknowledgement segment)