Uses of Class
ca.uhn.hl7v2.model.v24.segment.SAC

Packages that use SAC
ca.uhn.hl7v2.model.v24.group   
ca.uhn.hl7v2.model.v24.message   
 

Uses of SAC in ca.uhn.hl7v2.model.v24.group
 

Methods in ca.uhn.hl7v2.model.v24.group that return SAC
 SAC SSU_U03_SPECIMEN_CONTAINER.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC OUL_R21_CONTAINER.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC ORL_O22_OBSERVATION_REQUEST.getSAC()
          Returns the first repetition of SAC (Specimen and container detail) - creates it if necessary
 SAC ORL_O22_CONTAINER.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC OML_O21_CONTAINER_2.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC OML_O21_CONTAINER_1.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC EAR_U08_COMMAND_RESPONSE.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC ORL_O22_OBSERVATION_REQUEST.getSAC(int rep)
          Returns a specific repetition of SAC (Specimen and container detail) - creates it if necessary
 SAC ORL_O22_OBSERVATION_REQUEST.insertSAC(int rep)
          Inserts a specific repetition of SAC (Specimen and container detail)
 SAC ORL_O22_OBSERVATION_REQUEST.removeSAC(int rep)
          Removes a specific repetition of SAC (Specimen and container detail)
 

Methods in ca.uhn.hl7v2.model.v24.group with parameters of type SAC
 void ORL_O22_OBSERVATION_REQUEST.insertSAC(SAC structure, int rep)
          Inserts a specific repetition of SAC (Specimen and container detail)
 

Uses of SAC in ca.uhn.hl7v2.model.v24.message
 

Methods in ca.uhn.hl7v2.model.v24.message that return SAC
 SAC SSR_U04.getSAC()
          Returns the first repetition of SAC (Specimen and container detail) - creates it if necessary
 SAC EAC_U07.getSAC()
          Returns SAC (Specimen and container detail) - creates it if necessary
 SAC SSR_U04.getSAC(int rep)
          Returns a specific repetition of SAC (Specimen and container detail) - creates it if necessary
 SAC SSR_U04.insertSAC(int rep)
          Inserts a specific repetition of SAC (Specimen and container detail)
 SAC SSR_U04.removeSAC(int rep)
          Removes a specific repetition of SAC (Specimen and container detail)
 

Methods in ca.uhn.hl7v2.model.v24.message with parameters of type SAC
 void SSR_U04.insertSAC(SAC structure, int rep)
          Inserts a specific repetition of SAC (Specimen and container detail)
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.