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

Packages that use ODS
Package
Description
 
  • Uses of ODS in ca.uhn.hl7v2.model.v23.group

    Methods in ca.uhn.hl7v2.model.v23.group that return ODS
    Modifier and Type
    Method
    Description
    OMD_O01_DIET.getODS()
    Returns the first repetition of ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    OMD_O01_DIET.getODS(int rep)
    Returns a specific repetition of ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    ORD_O02_ORDER_DIET.getODS()
    Returns the first repetition of ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    ORD_O02_ORDER_DIET.getODS(int rep)
    Returns a specific repetition of ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    ORM_O01_ORDER_DETAIL.getODS()
    Returns ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    ORR_O02_ORDER.getODS()
    Returns ODS (Dietary orders, supplements, and preferences) - creates it if necessary
    OMD_O01_DIET.insertODS(int rep)
    Inserts a specific repetition of ODS (Dietary orders, supplements, and preferences)
    ORD_O02_ORDER_DIET.insertODS(int rep)
    Inserts a specific repetition of ODS (Dietary orders, supplements, and preferences)
    OMD_O01_DIET.removeODS(int rep)
    Removes a specific repetition of ODS (Dietary orders, supplements, and preferences)
    ORD_O02_ORDER_DIET.removeODS(int rep)
    Removes a specific repetition of ODS (Dietary orders, supplements, and preferences)
    Methods in ca.uhn.hl7v2.model.v23.group that return types with arguments of type ODS
    Modifier and Type
    Method
    Description
    OMD_O01_DIET.getODSAll()
    Returns a non-modifiable List containing all current existing repetitions of ODS.
    ORD_O02_ORDER_DIET.getODSAll()
    Returns a non-modifiable List containing all current existing repetitions of ODS.
    Methods in ca.uhn.hl7v2.model.v23.group with parameters of type ODS
    Modifier and Type
    Method
    Description
    void
    OMD_O01_DIET.insertODS(ODS structure, int rep)
    Inserts a specific repetition of ODS (Dietary orders, supplements, and preferences)
    void
    ORD_O02_ORDER_DIET.insertODS(ODS structure, int rep)
    Inserts a specific repetition of ODS (Dietary orders, supplements, and preferences)