Package ca.uhn.hl7v2.model

Examples of ca.uhn.hl7v2.model.Type


     * BHS-11: "BATCH CONTROL ID" - creates it if necessary
     */
    public ST getBhs11_BATCHCONTROLID() {
        ST ret = null;
        try {
            Type t = this.getField(11, 0);
            ret = (ST)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here


     * BHS-12: "REFERENCE BATCH CONTROL ID" - creates it if necessary
     */
    public ST getREFERENCEBATCHCONTROLID() {
        ST ret = null;
        try {
            Type t = this.getField(12, 0);
            ret = (ST)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * BHS-12: "REFERENCE BATCH CONTROL ID" - creates it if necessary
     */
    public ST getBhs12_REFERENCEBATCHCONTROLID() {
        ST ret = null;
        try {
            Type t = this.getField(12, 0);
            ret = (ST)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-1: "SET ID - NEXT OF KIN" - creates it if necessary
     */
    public SI getSETIDNEXTOFKIN() {
        SI ret = null;
        try {
            Type t = this.getField(1, 0);
            ret = (SI)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-1: "SET ID - NEXT OF KIN" - creates it if necessary
     */
    public SI getNk11_SETIDNEXTOFKIN() {
        SI ret = null;
        try {
            Type t = this.getField(1, 0);
            ret = (SI)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-2: "NEXT OF KIN NAME" - creates it if necessary
     */
    public PN getNEXTOFKINNAME() {
        PN ret = null;
        try {
            Type t = this.getField(2, 0);
            ret = (PN)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-2: "NEXT OF KIN NAME" - creates it if necessary
     */
    public PN getNk12_NEXTOFKINNAME() {
        PN ret = null;
        try {
            Type t = this.getField(2, 0);
            ret = (PN)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-3: "NEXT OF KIN RELATIONSHIP" - creates it if necessary
     */
    public ST getNEXTOFKINRELATIONSHIP() {
        ST ret = null;
        try {
            Type t = this.getField(3, 0);
            ret = (ST)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-3: "NEXT OF KIN RELATIONSHIP" - creates it if necessary
     */
    public ST getNk13_NEXTOFKINRELATIONSHIP() {
        ST ret = null;
        try {
            Type t = this.getField(3, 0);
            ret = (ST)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

     * NK1-4: "NEXT OF KIN - ADDRESS" - creates it if necessary
     */
    public AD getNEXTOFKINADDRESS() {
        AD ret = null;
        try {
            Type t = this.getField(4, 0);
            ret = (AD)t;
        } catch (ClassCastException cce) {
            HapiLogFactory.getHapiLog(this.getClass()).error("Unexpected problem obtaining field value.  This is a bug.", cce);
            throw new RuntimeException(cce);
        } catch (HL7Exception he) {
View Full Code Here

TOP

Related Classes of ca.uhn.hl7v2.model.Type

Copyright © 2018 www.massapicom. 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.