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

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

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

origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * SPECIMEN (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public OML_O35_SPECIMEN getSPECIMEN() { 
  return getTyped("SPECIMEN", OML_O35_SPECIMEN.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-structures-v25

/**
 * <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-structures-v25

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public OML_O35_PATIENT getPATIENT() { 
  return getTyped("PATIENT", OML_O35_PATIENT.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-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public SFT getSFT() { 
  return getTyped("SFT", SFT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public SFT getSFT() { 
  return getTyped("SFT", SFT.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

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

/**
 * <p>
 * Returns a specific repetition of
 * SPECIMEN (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 OML_O35_SPECIMEN getSPECIMEN(int rep) { 
  return getTyped("SPECIMEN", rep, OML_O35_SPECIMEN.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * <p>
 * Returns a specific repetition of
 * SFT (Software Segment) - 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 SFT getSFT(int rep) { 
  return getTyped("SFT", rep, SFT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns a specific repetition of
 * SFT (Software Segment) - 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 SFT getSFT(int rep) { 
  return getTyped("SFT", rep, SFT.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * <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-structures-v25

/**
 * <p>
 * Returns a specific repetition of
 * SPECIMEN (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 OML_O35_SPECIMEN getSPECIMEN(int rep) { 
  return getTyped("SPECIMEN", rep, OML_O35_SPECIMEN.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);
}
ca.uhn.hl7v2.model.v25.messageOML_O35getTyped

Popular methods of OML_O35

  • add
  • getAllAsList
  • getReps
  • init

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • getResourceAsStream (ClassLoader)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Top 12 Jupyter Notebook extensions
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