congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
BAR_P01_VISIT.getAllAsList
Code IndexAdd Tabnine to your IDE (free)

How to use
getAllAsList
method
in
ca.uhn.hl7v2.model.v24.group.BAR_P01_VISIT

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.BAR_P01_VISIT.getAllAsList (Showing top 18 results out of 315)

origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ROL.
 * <p>
 * <p>
 * Note that unlike {@link #getROL()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<ROL> getROLAll() throws HL7Exception {
  return getAllAsList("ROL", ROL.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of NK1.
 * <p>
 * <p>
 * Note that unlike {@link #getNK1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<NK1> getNK1All() throws HL7Exception {
  return getAllAsList("NK1", NK1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ROL.
 * <p>
 * <p>
 * Note that unlike {@link #getROL()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<ROL> getROLAll() throws HL7Exception {
  return getAllAsList("ROL", ROL.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of GT1.
 * <p>
 * <p>
 * Note that unlike {@link #getGT1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<GT1> getGT1All() throws HL7Exception {
  return getAllAsList("GT1", GT1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of INSURANCE.
 * <p>
 * <p>
 * Note that unlike {@link #getINSURANCE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BAR_P01_INSURANCE> getINSURANCEAll() throws HL7Exception {
  return getAllAsList("INSURANCE", BAR_P01_INSURANCE.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of OBX.
 * <p>
 * <p>
 * Note that unlike {@link #getOBX()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<OBX> getOBXAll() throws HL7Exception {
  return getAllAsList("OBX", OBX.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of AL1.
 * <p>
 * <p>
 * Note that unlike {@link #getAL1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<AL1> getAL1All() throws HL7Exception {
  return getAllAsList("AL1", AL1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of DG1.
 * <p>
 * <p>
 * Note that unlike {@link #getDG1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<DG1> getDG1All() throws HL7Exception {
  return getAllAsList("DG1", DG1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.
 * <p>
 * <p>
 * Note that unlike {@link #getPROCEDURE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BAR_P01_PROCEDURE> getPROCEDUREAll() throws HL7Exception {
  return getAllAsList("PROCEDURE", BAR_P01_PROCEDURE.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of DB1.
 * <p>
 * <p>
 * Note that unlike {@link #getDB1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<DB1> getDB1All() throws HL7Exception {
  return getAllAsList("DB1", DB1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of DG1.
 * <p>
 * <p>
 * Note that unlike {@link #getDG1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<DG1> getDG1All() throws HL7Exception {
  return getAllAsList("DG1", DG1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of AL1.
 * <p>
 * <p>
 * Note that unlike {@link #getAL1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<AL1> getAL1All() throws HL7Exception {
  return getAllAsList("AL1", AL1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.
 * <p>
 * <p>
 * Note that unlike {@link #getPROCEDURE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BAR_P01_PROCEDURE> getPROCEDUREAll() throws HL7Exception {
  return getAllAsList("PROCEDURE", BAR_P01_PROCEDURE.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of NK1.
 * <p>
 * <p>
 * Note that unlike {@link #getNK1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<NK1> getNK1All() throws HL7Exception {
  return getAllAsList("NK1", NK1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of DB1.
 * <p>
 * <p>
 * Note that unlike {@link #getDB1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<DB1> getDB1All() throws HL7Exception {
  return getAllAsList("DB1", DB1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of GT1.
 * <p>
 * <p>
 * Note that unlike {@link #getGT1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<GT1> getGT1All() throws HL7Exception {
  return getAllAsList("GT1", GT1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of INSURANCE.
 * <p>
 * <p>
 * Note that unlike {@link #getINSURANCE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BAR_P01_INSURANCE> getINSURANCEAll() throws HL7Exception {
  return getAllAsList("INSURANCE", BAR_P01_INSURANCE.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of OBX.
 * <p>
 * <p>
 * Note that unlike {@link #getOBX()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<OBX> getOBXAll() throws HL7Exception {
  return getAllAsList("OBX", OBX.class);
} 
ca.uhn.hl7v2.model.v24.groupBAR_P01_VISITgetAllAsList

Popular methods of BAR_P01_VISIT

  • add
  • getReps
  • getTyped
  • init

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now