Examples of Varies


Examples of ca.uhn.hl7v2.model.Varies

     * MFE-4: "Primary Key Value - MFE" - creates it if necessary
     *
     * @param rep The repetition index (0-indexed)
     */
    public Varies getPrimaryKeyValueMFE(int rep) {
        Varies ret = null;
        try {
            Type t = this.getField(4, rep);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

     * MFE-4: "Primary Key Value - MFE" - creates it if necessary
     *
     * @param rep The repetition index (0-indexed)
     */
    public Varies getMfe4_PrimaryKeyValueMFE(int rep) {
        Varies ret = null;
        try {
            Type t = this.getField(4, rep);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    protected Type createNewTypeWithoutReflection(int field) {
       switch (field) {
          case 0: return new ID(getMessage(), new Integer( 180 ));
          case 1: return new ST(getMessage());
          case 2: return new TS(getMessage());
          case 3: return new Varies(getMessage());
          case 4: return new ID(getMessage(), new Integer( 355 ));
          default: return null;
       }
   }
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

     * MFE-4: "Primary Key Value - MFE" - creates it if necessary
     *
     * @param rep The repetition index (0-indexed)
     */
    public Varies getPrimaryKeyValueMFE(int rep) {
        Varies ret = null;
        try {
            Type t = this.getField(4, rep);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

     * MFE-4: "Primary Key Value - MFE" - creates it if necessary
     *
     * @param rep The repetition index (0-indexed)
     */
    public Varies getMfe4_PrimaryKeyValueMFE(int rep) {
        Varies ret = null;
        try {
            Type t = this.getField(4, rep);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    protected Type createNewTypeWithoutReflection(int field) {
       switch (field) {
          case 0: return new ID(getMessage(), new Integer( 180 ));
          case 1: return new ST(getMessage());
          case 2: return new TS(getMessage());
          case 3: return new Varies(getMessage());
          case 4: return new ID(getMessage(), new Integer( 355 ));
          default: return null;
       }
   }
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    /**
     * Returns
     * QPD-3: "User Parameters (in successive fields)" - creates it if necessary
     */
    public Varies getUserParametersInsuccessivefields() {
        Varies ret = null;
        try {
            Type t = this.getField(3, 0);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    /**
     * Returns
     * QPD-3: "User Parameters (in successive fields)" - creates it if necessary
     */
    public Varies getQpd3_UserParametersInsuccessivefields() {
        Varies ret = null;
        try {
            Type t = this.getField(3, 0);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    /** {@inheritDoc} */  
    protected Type createNewTypeWithoutReflection(int field) {
       switch (field) {
          case 0: return new CE(getMessage());
          case 1: return new ST(getMessage());
          case 2: return new Varies(getMessage());
          default: return null;
       }
   }
View Full Code Here

Examples of ca.uhn.hl7v2.model.Varies

    /**
     * Returns
     * OBX-5: "OBSERVATION RESULTS" - creates it if necessary
     */
    public Varies getOBSERVATIONRESULTS() {
        Varies ret = null;
        try {
            Type t = this.getField(5, 0);
            ret = (Varies)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.