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

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v26.datatype.ERL

Best Java code snippets using ca.uhn.hl7v2.model.v26.datatype.ERL.getTyped (Showing top 20 results out of 315)

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

/**
 * Returns Segment ID (component 1).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getErl1_SegmentID() {
  return getTyped(0, ST.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Segment Sequence (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl2_SegmentSequence() {
  return getTyped(1, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Field Position (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getFieldPosition() {
  return getTyped(2, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Segment Sequence (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getSegmentSequence() {
  return getTyped(1, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Field Position (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getFieldPosition() {
  return getTyped(2, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Sub-Component Number (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl6_SubComponentNumber() {
  return getTyped(5, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Segment Sequence (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl2_SegmentSequence() {
  return getTyped(1, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Field Repetition (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getFieldRepetition() {
  return getTyped(3, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Field Repetition (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getFieldRepetition() {
  return getTyped(3, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Component Number (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl5_ComponentNumber() {
  return getTyped(4, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Sub-Component Number (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getSubComponentNumber() {
  return getTyped(5, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Segment Sequence (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getSegmentSequence() {
  return getTyped(1, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Field Position (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl3_FieldPosition() {
  return getTyped(2, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Component Number (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getComponentNumber() {
  return getTyped(4, NM.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Segment ID (component 1).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getSegmentID() {
  return getTyped(0, ST.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Field Position (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl3_FieldPosition() {
  return getTyped(2, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Segment ID (component 1).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getSegmentID() {
  return getTyped(0, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Segment ID (component 1).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getErl1_SegmentID() {
  return getTyped(0, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Component Number (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getErl5_ComponentNumber() {
  return getTyped(4, NM.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns Sub-Component Number (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public NM getSubComponentNumber() {
  return getTyped(5, NM.class);
}
ca.uhn.hl7v2.model.v26.datatypeERLgetTyped

Popular methods of ERL

  • <init>
    Creates a new ERL type
  • getMessage
  • init

Popular in Java

  • Start an intent from android
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Kernel (java.awt.image)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • 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