Tabnine Logo
OML_O35.getAllAsList
Code IndexAdd Tabnine to your IDE (free)

How to use
getAllAsList
method
in
ca.uhn.hl7v2.model.v25.message.OML_O35

Best Java code snippets using ca.uhn.hl7v2.model.v25.message.OML_O35.getAllAsList (Showing top 6 results out of 315)

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

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

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

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

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

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

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

Popular methods of OML_O35

  • add
  • getReps
  • getTyped
  • init

Popular in Java

  • Making http requests using okhttp
  • onCreateOptionsMenu (Activity)
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • JList (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for Android Studio
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