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

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

Best Java code snippets using ca.uhn.hl7v2.model.v24.datatype.PLN (Showing top 20 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-osgi-base

/** 
 * Creates a new PLN type
 */
public PLN(Message message) {
  super(message);
  init();
}
origin: ca.uhn.hapi/hapi-structures-v24

private void init() {
  data = new Type[4];    
  data[0] = new ST(getMessage());
  data[1] = new IS(getMessage(), 0);
  data[2] = new ST(getMessage());
  data[3] = new DT(getMessage());
}
origin: ca.uhn.hapi/hapi-structures-v24

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new CE(getMessage());
   case 1: return new CE(getMessage());
   case 2: return new IS(getMessage(), new Integer( 186 ));
   case 3: return new ID(getMessage(), new Integer( 187 ));
   case 4: return new SPD(getMessage());
   case 5: return new PLN(getMessage());
   case 6: return new PIP(getMessage());
   case 7: return new DT(getMessage());
   case 8: return new CE(getMessage());
   case 9: return new DT(getMessage());
   case 10: return new CE(getMessage());
   case 11: return new SI(getMessage());
   default: return null;
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new CE(getMessage());
   case 1: return new CE(getMessage());
   case 2: return new IS(getMessage(), new Integer( 186 ));
   case 3: return new ID(getMessage(), new Integer( 187 ));
   case 4: return new SPD(getMessage());
   case 5: return new PLN(getMessage());
   case 6: return new PIP(getMessage());
   case 7: return new DT(getMessage());
   case 8: return new CE(getMessage());
   case 9: return new DT(getMessage());
   case 10: return new CE(getMessage());
   case 11: return new SI(getMessage());
   default: return null;
  }
}
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

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

Javadoc

Represents an HL7 PLN (Practitioner ID Numbers) data type. This type consists of the following components:

  • ID number (ST) (ST)
  • type of ID number (IS) (IS)
  • state/other qualifying info (ST)
  • expiration date (DT)

Most used methods

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • requestLocationUpdates (LocationManager)
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top Vim plugins
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