congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
CE.getTyped
Code IndexAdd Tabnine to your IDE (free)

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v25.datatype.CE

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

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

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

/**
 * Returns Name of Coding System (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getNameOfCodingSystem() {
  return getTyped(2, ID.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Alternate Text (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getAlternateText() {
  return getTyped(4, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

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

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

/**
 * Returns Alternate Identifier (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getAlternateIdentifier() {
  return getTyped(3, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns Alternate Identifier (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getAlternateIdentifier() {
  return getTyped(3, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns Name of Alternate Coding System (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getNameOfAlternateCodingSystem() {
  return getTyped(5, ID.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

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

/**
 * Returns Alternate Identifier (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getCe4_AlternateIdentifier() {
  return getTyped(3, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

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

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

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

/**
 * Returns Name of Coding System (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getNameOfCodingSystem() {
  return getTyped(2, ID.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Name of Coding System (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getCe3_NameOfCodingSystem() {
  return getTyped(2, ID.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Name of Alternate Coding System (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getNameOfAlternateCodingSystem() {
  return getTyped(5, ID.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns Name of Coding System (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getCe3_NameOfCodingSystem() {
  return getTyped(2, ID.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns Alternate Text (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getCe5_AlternateText() {
  return getTyped(4, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns Name of Alternate Coding System (component 6).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ID getCe6_NameOfAlternateCodingSystem() {
  return getTyped(5, ID.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns Alternate Text (component 5).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getCe5_AlternateText() {
  return getTyped(4, ST.class);
}
ca.uhn.hl7v2.model.v25.datatypeCEgetTyped

Popular methods of CE

  • <init>
    Creates a new CE type
  • getIdentifier
    Returns Identifier (component 1). This is a convenience method that saves you from casting and handl
  • getMessage
  • getNameOfCodingSystem
    Returns Name of Coding System (component 3). This is a convenience method that saves you from castin
  • getText
    Returns Text (component 2). This is a convenience method that saves you from casting and handling an
  • init
  • getAlternateIdentifier
    Returns Alternate Identifier (component 4). This is a convenience method that saves you from casting
  • getNameOfAlternateCodingSystem
    Returns Name of Alternate Coding System (component 6). This is a convenience method that saves you f

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • setContentView (Activity)
  • setRequestProperty (URLConnection)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Option (scala)
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now