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

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v22.message.ORM_O01

Best Java code snippets using ca.uhn.hl7v2.model.v22.message.ORM_O01.getTyped (Showing top 12 results out of 315)

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_ORDER getORDER() { 
  return getTyped("ORDER", ORM_O01_ORDER.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * the first repetition of 
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 */
public NTE getNTE() { 
  return getTyped("NTE", NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 */
public NTE getNTE() { 
  return getTyped("NTE", NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_PATIENT getPATIENT() { 
  return getTyped("PATIENT", ORM_O01_PATIENT.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_PATIENT getPATIENT() { 
  return getTyped("PATIENT", ORM_O01_PATIENT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_ORDER getORDER() { 
  return getTyped("ORDER", ORM_O01_ORDER.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns a specific repetition of
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 * @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) { 
  return getTyped("NTE", rep, NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns a specific repetition of
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 * @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) { 
  return getTyped("NTE", rep, NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns a specific repetition of
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 * @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 ORM_O01_ORDER getORDER(int rep) { 
  return getTyped("ORDER", rep, ORM_O01_ORDER.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns a specific repetition of
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 * @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 ORM_O01_ORDER getORDER(int rep) { 
  return getTyped("ORDER", rep, ORM_O01_ORDER.class);
}
ca.uhn.hl7v2.model.v22.messageORM_O01getTyped

Popular methods of ORM_O01

  • add
  • getAllAsList
  • getReps
  • init

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Permission (java.security)
    Legacy security code; do not use.
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Runner (org.openjdk.jmh.runner)
  • Top PhpStorm plugins
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