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

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v24.datatype.PLN

Best Java code snippets using ca.uhn.hl7v2.model.v24.datatype.PLN.getTyped (Showing top 16 results out of 315)

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

/**
 * Returns type of ID number (IS) (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public IS getTypeOfIDNumber() {
  return getTyped(1, IS.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/**
 * Returns type of ID number (IS) (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public IS getTypeOfIDNumber() {
  return getTyped(1, IS.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

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

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

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

/**
 * Returns expiration date (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public DT getPln4_ExpirationDate() {
  return getTyped(3, DT.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns type of ID number (IS) (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public IS getPln2_TypeOfIDNumber() {
  return getTyped(1, IS.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns state/other qualifying info (component 3).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public ST getStateOtherQualifyingInfo() {
  return getTyped(2, ST.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/**
 * Returns type of ID number (IS) (component 2).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public IS getPln2_TypeOfIDNumber() {
  return getTyped(1, IS.class);
}
origin: ca.uhn.hapi/hapi-structures-v24

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

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

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

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

/**
 * Returns expiration date (component 4).  This is a convenience method that saves you from 
 * casting and handling an exception.
 */
public DT getExpirationDate() {
  return getTyped(3, DT.class);
}
ca.uhn.hl7v2.model.v24.datatypePLNgetTyped

Popular methods of PLN

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top plugins for WebStorm
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