congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ADT_A20.getTyped
Code IndexAdd Tabnine to your IDE (free)

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v26.message.ADT_A20

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

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-structures-v26

/**
 * <p>
 * Returns
 * NPU (Bed Status Update) - creates it if necessary
 * </p>
 * 
 *
 */
public NPU getNPU() { 
  return getTyped("NPU", NPU.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <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
 * UAC (User Authentication Credential Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public UAC getUAC() { 
  return getTyped("UAC", UAC.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * NPU (Bed Status Update) - creates it if necessary
 * </p>
 * 
 *
 */
public NPU getNPU() { 
  return getTyped("NPU", NPU.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-v26

/**
 * <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-v26

/**
 * <p>
 * Returns
 * UAC (User Authentication Credential Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public UAC getUAC() { 
  return getTyped("UAC", UAC.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <p>
 * Returns
 * EVN (Event Type) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.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
 * EVN (Event Type) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <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);
}
ca.uhn.hl7v2.model.v26.messageADT_A20getTyped

Popular methods of ADT_A20

  • add
  • getAllAsList
  • getReps
  • init

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Join (org.hibernate.mapping)
  • Best plugins for Eclipse
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