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

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

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

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

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

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

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

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

Popular methods of CSU_C09_STUDY_SCHEDULE

  • add
  • getReps
  • getTyped
  • init

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JFileChooser (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • CodeWhisperer alternatives
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