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

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

Best Java code snippets using ca.uhn.hl7v2.model.v26.datatype.ERL (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-structures-v26

/** 
 * Creates a new ERL type
 */
public ERL(Message message) {
  super(message);
  init();
}
origin: ca.uhn.hapi/hapi-osgi-base

private void init() {
  data = new Type[6];    
  data[0] = new ST(getMessage());
  data[1] = new NM(getMessage());
  data[2] = new NM(getMessage());
  data[3] = new NM(getMessage());
  data[4] = new NM(getMessage());
  data[5] = new NM(getMessage());
}
origin: ca.uhn.hapi/hapi-osgi-base

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new ELD(getMessage());
   case 1: return new ERL(getMessage());
   case 2: return new CWE(getMessage());
   case 3: return new ID(getMessage(), new Integer( 516 ));
   case 4: return new CWE(getMessage());
   case 5: return new ST(getMessage());
   case 6: return new TX(getMessage());
   case 7: return new TX(getMessage());
   case 8: return new IS(getMessage(), new Integer( 517 ));
   case 9: return new CWE(getMessage());
   case 10: return new CWE(getMessage());
   case 11: return new XTN(getMessage());
   default: return null;
  }
}
origin: ca.uhn.hapi/hapi-structures-v26

private void init() {
  data = new Type[6];    
  data[0] = new ST(getMessage());
  data[1] = new NM(getMessage());
  data[2] = new NM(getMessage());
  data[3] = new NM(getMessage());
  data[4] = new NM(getMessage());
  data[5] = new NM(getMessage());
}
origin: ca.uhn.hapi/hapi-structures-v26

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new ELD(getMessage());
   case 1: return new ERL(getMessage());
   case 2: return new CWE(getMessage());
   case 3: return new ID(getMessage(), new Integer( 516 ));
   case 4: return new CWE(getMessage());
   case 5: return new ST(getMessage());
   case 6: return new TX(getMessage());
   case 7: return new TX(getMessage());
   case 8: return new IS(getMessage(), new Integer( 517 ));
   case 9: return new CWE(getMessage());
   case 10: return new CWE(getMessage());
   case 11: return new XTN(getMessage());
   default: return null;
  }
}
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-osgi-base

/** 
 * Creates a new ERL type
 */
public ERL(Message message) {
  super(message);
  init();
}
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 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);
}
ca.uhn.hl7v2.model.v26.datatypeERL

Javadoc

Represents an HL7 ERL (Error Location) data type. This type consists of the following components:

  • Segment ID (ST)
  • Segment Sequence (NM)
  • Field Position (NM)
  • Field Repetition (NM)
  • Component Number (NM)
  • Sub-Component Number (NM)

Most used methods

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

Popular in Java

  • Creating JSON documents from java classes using gson
  • scheduleAtFixedRate (Timer)
  • findViewById (Activity)
  • addToBackStack (FragmentTransaction)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • From CI to AI: The AI layer in your organization
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