Tabnine Logo
CTD.getTypedField
Code IndexAdd Tabnine to your IDE (free)

How to use
getTypedField
method
in
ca.uhn.hl7v2.model.v231.segment.CTD

Best Java code snippets using ca.uhn.hl7v2.model.v231.segment.CTD.getTypedField (Showing top 20 results out of 315)

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

/**
 * Returns all repetitions of Contact Name (CTD-2).
 */
public XPN[] getCtd2_ContactName() {
  XPN[] retVal = this.getTypedField(2, new XPN[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns a specific repetition of
 * CTD-2: "Contact Name" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public XPN getCtd2_ContactName(int rep) { 
  XPN retVal = this.getTypedField(2, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns all repetitions of Contact Address (CTD-3).
 */
public XAD[] getContactAddress() {
  XAD[] retVal = this.getTypedField(3, new XAD[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns a specific repetition of
 * CTD-3: "Contact Address" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public XAD getContactAddress(int rep) { 
  XAD retVal = this.getTypedField(3, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns
 * CTD-4: "Contact Location" - creates it if necessary
 */
public PL getCtd4_ContactLocation() { 
  PL retVal = this.getTypedField(4, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns
 * CTD-6: "Preferred Method Of Contact" - creates it if necessary
 */
public CE getCtd6_PreferredMethodOfContact() { 
  CE retVal = this.getTypedField(6, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns all repetitions of Contact Role (CTD-1).
 */
public CE[] getCtd1_ContactRole() {
  CE[] retVal = this.getTypedField(1, new CE[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns all repetitions of Contact Address (CTD-3).
 */
public XAD[] getContactAddress() {
  XAD[] retVal = this.getTypedField(3, new XAD[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * CTD-7: "Contact Identifiers" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public PI getContactIdentifiers(int rep) { 
  PI retVal = this.getTypedField(7, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns all repetitions of Contact Communication Information (CTD-5).
 */
public XTN[] getCtd5_ContactCommunicationInformation() {
  XTN[] retVal = this.getTypedField(5, new XTN[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns a specific repetition of
 * CTD-7: "Contact Identifiers" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public PI getContactIdentifiers(int rep) { 
  PI retVal = this.getTypedField(7, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns a specific repetition of
 * CTD-5: "Contact Communication Information" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public XTN getCtd5_ContactCommunicationInformation(int rep) { 
  XTN retVal = this.getTypedField(5, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns
 * CTD-6: "Preferred Method Of Contact" - creates it if necessary
 */
public CE getPreferredMethodOfContact() { 
  CE retVal = this.getTypedField(6, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns all repetitions of Contact Identifiers (CTD-7).
 */
public PI[] getCtd7_ContactIdentifiers() {
  PI[] retVal = this.getTypedField(7, new PI[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns a specific repetition of
 * CTD-7: "Contact Identifiers" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public PI getCtd7_ContactIdentifiers(int rep) { 
  PI retVal = this.getTypedField(7, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * CTD-1: "Contact Role" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public CE getContactRole(int rep) { 
  CE retVal = this.getTypedField(1, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * CTD-3: "Contact Address" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public XAD getContactAddress(int rep) { 
  XAD retVal = this.getTypedField(3, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns all repetitions of Contact Communication Information (CTD-5).
 */
public XTN[] getContactCommunicationInformation() {
  XTN[] retVal = this.getTypedField(5, new XTN[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * CTD-5: "Contact Communication Information" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public XTN getCtd5_ContactCommunicationInformation(int rep) { 
  XTN retVal = this.getTypedField(5, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * CTD-6: "Preferred Method Of Contact" - creates it if necessary
 */
public CE getCtd6_PreferredMethodOfContact() { 
  CE retVal = this.getTypedField(6, 0);
  return retVal;
}
ca.uhn.hl7v2.model.v231.segmentCTDgetTypedField

Popular methods of CTD

  • add
  • getMessage
  • getReps
  • init

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JLabel (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Join (org.hibernate.mapping)
  • 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