Tabnine Logo
MDM_T01_COMMON_ORDER.getTyped
Code IndexAdd Tabnine to your IDE (free)

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v251.group.MDM_T01_COMMON_ORDER

Best Java code snippets using ca.uhn.hl7v2.model.v251.group.MDM_T01_COMMON_ORDER.getTyped (Showing top 12 results out of 315)

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

/**
 * Returns
 * OBR (Observation Request) - creates it if necessary
 */
public OBR getOBR() { 
  OBR retVal = getTyped("OBR", OBR.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * the first repetition of 
 * NTE (Notes and Comments) - creates it if necessary
 */
public NTE getNTE() { 
  NTE retVal = getTyped("NTE", NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * Returns a specific repetition of
 * TIMING (a Group object) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public MDM_T01_TIMING getTIMING(int rep) { 
  MDM_T01_TIMING retVal = getTyped("TIMING", rep, MDM_T01_TIMING.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * TIMING (a Group object) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public MDM_T01_TIMING getTIMING(int rep) { 
  MDM_T01_TIMING retVal = getTyped("TIMING", rep, MDM_T01_TIMING.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * Returns
 * ORC (Common Order) - creates it if necessary
 */
public ORC getORC() { 
  ORC retVal = getTyped("ORC", ORC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * Returns a specific repetition of
 * NTE (Notes and Comments) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public NTE getNTE(int rep) { 
  NTE retVal = getTyped("NTE", rep, NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * ORC (Common Order) - creates it if necessary
 */
public ORC getORC() { 
  ORC retVal = getTyped("ORC", ORC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * NTE (Notes and Comments) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public NTE getNTE(int rep) { 
  NTE retVal = getTyped("NTE", rep, NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * Returns
 * the first repetition of 
 * TIMING (a Group object) - creates it if necessary
 */
public MDM_T01_TIMING getTIMING() { 
  MDM_T01_TIMING retVal = getTyped("TIMING", MDM_T01_TIMING.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * Returns
 * the first repetition of 
 * NTE (Notes and Comments) - creates it if necessary
 */
public NTE getNTE() { 
  NTE retVal = getTyped("NTE", NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * the first repetition of 
 * TIMING (a Group object) - creates it if necessary
 */
public MDM_T01_TIMING getTIMING() { 
  MDM_T01_TIMING retVal = getTyped("TIMING", MDM_T01_TIMING.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * OBR (Observation Request) - creates it if necessary
 */
public OBR getOBR() { 
  OBR retVal = getTyped("OBR", OBR.class);
  return retVal;
}
ca.uhn.hl7v2.model.v251.groupMDM_T01_COMMON_ORDERgetTyped

Popular methods of MDM_T01_COMMON_ORDER

  • add
  • getAllAsList
  • getReps
  • init

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • findViewById (Activity)
  • putExtra (Intent)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top plugins for WebStorm
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