Uses of Class
ca.uhn.hl7v2.model.v251.segment.IAM

Packages that use IAM
Package
Description
 
  • Uses of IAM in ca.uhn.hl7v2.model.v251.message

    Methods in ca.uhn.hl7v2.model.v251.message that return IAM
    Modifier and Type
    Method
    Description
    ADT_A60.getIAM()
    Returns the first repetition of IAM (Patient Adverse Reaction Information) - creates it if necessary
    ADT_A60.getIAM(int rep)
    Returns a specific repetition of IAM (Patient Adverse Reaction Information) - creates it if necessary
    ADT_AXX.getIAM()
    Returns the first repetition of IAM () - creates it if necessary
    ADT_AXX.getIAM(int rep)
    Returns a specific repetition of IAM () - creates it if necessary
    ADT_A60.insertIAM(int rep)
    Inserts a specific repetition of IAM (Patient Adverse Reaction Information)
    ADT_AXX.insertIAM(int rep)
    Inserts a specific repetition of IAM ()
    ADT_A60.removeIAM(int rep)
    Removes a specific repetition of IAM (Patient Adverse Reaction Information)
    ADT_AXX.removeIAM(int rep)
    Removes a specific repetition of IAM ()
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type IAM
    Modifier and Type
    Method
    Description
    ADT_A60.getIAMAll()
    Returns a non-modifiable List containing all current existing repetitions of IAM.
    ADT_AXX.getIAMAll()
    Returns a non-modifiable List containing all current existing repetitions of IAM.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type IAM
    Modifier and Type
    Method
    Description
    void
    ADT_A60.insertIAM(IAM structure, int rep)
    Inserts a specific repetition of IAM (Patient Adverse Reaction Information)
    void
    ADT_AXX.insertIAM(IAM structure, int rep)
    Inserts a specific repetition of IAM ()