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

How to use
RGV_O15
in
ca.uhn.hl7v2.model.v251.message

Best Java code snippets using ca.uhn.hl7v2.model.v251.message.RGV_O15 (Showing top 20 results out of 315)

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of NTE.
 * <p>
 * <p>
 * Note that unlike {@link #getNTE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<NTE> getNTEAll() throws HL7Exception {
  return getAllAsList("NTE", NTE.class);
} 
origin: ca.uhn.hapi/hapi-structures-v251

/** 
 * <p>
 * Returns the number of existing repetitions of SFT 
 * </p>
 * 
 */ 
public int getSFTReps() { 
  return getReps("SFT");
} 
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public RGV_O15_ORDER getORDER() { 
  return getTyped("ORDER", RGV_O15_ORDER.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/** 
 * Creates a new RGV_O15 message with custom ModelClassFactory.
 */
public RGV_O15(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v251

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(SFT.class, false, true);
             this.add(NTE.class, false, true);
             this.add(RGV_O15_PATIENT.class, false, false);
             this.add(RGV_O15_ORDER.class, true, true);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating RGV_O15 - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v251

/** 
 * Creates a new RGV_O15 message with custom ModelClassFactory.
 */
public RGV_O15(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public RGV_O15_ORDER getORDER() { 
  return getTyped("ORDER", RGV_O15_ORDER.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns the number of existing repetitions of NTE 
 * </p>
 * 
 */ 
public int getNTEReps() { 
  return getReps("NTE");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ORDER.
 * <p>
 * <p>
 * Note that unlike {@link #getORDER()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<RGV_O15_ORDER> getORDERAll() throws HL7Exception {
  return getAllAsList("ORDER", RGV_O15_ORDER.class);
} 
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * <p>
 * Returns
 * MSH (Message Header) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v251

/** 
 * <p>
 * Returns the number of existing repetitions of ORDER 
 * </p>
 * 
 */ 
public int getORDERReps() { 
  return getReps("ORDER");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of SFT.
 * <p>
 * <p>
 * Note that unlike {@link #getSFT()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<SFT> getSFTAll() throws HL7Exception {
  return getAllAsList("SFT", SFT.class);
} 
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public RGV_O15_PATIENT getPATIENT() { 
  return getTyped("PATIENT", RGV_O15_PATIENT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns the number of existing repetitions of SFT 
 * </p>
 * 
 */ 
public int getSFTReps() { 
  return getReps("SFT");
} 
origin: ca.uhn.hapi/hapi-structures-v251

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ORDER.
 * <p>
 * <p>
 * Note that unlike {@link #getORDER()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<RGV_O15_ORDER> getORDERAll() throws HL7Exception {
  return getAllAsList("ORDER", RGV_O15_ORDER.class);
} 
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * <p>
 * Returns
 * the first repetition of 
 * NTE (Notes and Comments) - creates it if necessary
 * </p>
 * 
 *
 */
public NTE getNTE() { 
  return getTyped("NTE", NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns the number of existing repetitions of ORDER 
 * </p>
 * 
 */ 
public int getORDERReps() { 
  return getReps("ORDER");
} 
origin: ca.uhn.hapi/hapi-structures-v251

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of SFT.
 * <p>
 * <p>
 * Note that unlike {@link #getSFT()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<SFT> getSFTAll() throws HL7Exception {
  return getAllAsList("SFT", SFT.class);
} 
origin: ca.uhn.hapi/hapi-structures-v251

/**
 * <p>
 * Returns
 * the first repetition of 
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public SFT getSFT() { 
  return getTyped("SFT", SFT.class);
}
ca.uhn.hl7v2.model.v251.messageRGV_O15

Javadoc

Represents a RGV_O15 message structure (see chapter 4.13.9). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: NTE (Notes and Comments) optional repeating
  • 4: RGV_O15_PATIENT (a Group object) optional
  • 5: RGV_O15_ORDER (a Group object) repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • CodeWhisperer alternatives
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