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

How to use
PPG_PCH_ORDER
in
ca.uhn.hl7v2.model.v23.group

Best Java code snippets using ca.uhn.hl7v2.model.v23.group.PPG_PCH_ORDER (Showing top 8 results out of 315)

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

/**
 * Returns
 * ORDER_DETAIL (a Group object) - creates it if necessary
 */
public PPG_PCH_ORDER_DETAIL getORDER_DETAIL() { 
  PPG_PCH_ORDER_DETAIL retVal = getTyped("ORDER_DETAIL", PPG_PCH_ORDER_DETAIL.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Creates a new PPG_PCH_ORDER group
 */
public PPG_PCH_ORDER(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v23

private void init(ModelClassFactory factory) {
  try {
               this.add(ORC.class, true, false, false);
               this.add(PPG_PCH_ORDER_DETAIL.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating PPG_PCH_ORDER - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

private void init(ModelClassFactory factory) {
  try {
               this.add(ORC.class, true, false, false);
               this.add(PPG_PCH_ORDER_DETAIL.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating PPG_PCH_ORDER - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * ORC (Common order segment) - creates it if necessary
 */
public ORC getORC() { 
  ORC retVal = getTyped("ORC", ORC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v23

/** 
 * Creates a new PPG_PCH_ORDER group
 */
public PPG_PCH_ORDER(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * Returns
 * ORC (Common order segment) - creates it if necessary
 */
public ORC getORC() { 
  ORC retVal = getTyped("ORC", ORC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * Returns
 * ORDER_DETAIL (a Group object) - creates it if necessary
 */
public PPG_PCH_ORDER_DETAIL getORDER_DETAIL() { 
  PPG_PCH_ORDER_DETAIL retVal = getTyped("ORDER_DETAIL", PPG_PCH_ORDER_DETAIL.class);
  return retVal;
}
ca.uhn.hl7v2.model.v23.groupPPG_PCH_ORDER

Javadoc

Represents a PPG_PCH_ORDER group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: ORC (Common order segment)
  • 2: PPG_PCH_ORDER_DETAIL (a Group object) optional

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top PhpStorm 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