congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ca.uhn.hl7v2.model.v26.message
Code IndexAdd Tabnine to your IDE (free)

How to use ca.uhn.hl7v2.model.v26.message

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

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

/**
 * <p>
 * Returns
 * MSA (Message Acknowledgment) - creates it if necessary
 * </p>
 * 
 *
 */
public MSA getMSA() { 
  return getTyped("MSA", MSA.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * <p>
 * Returns
 * PD1 (Patient Additional Demographic) - creates it if necessary
 * </p>
 * 
 *
 */
public PD1 getPD1() { 
  return getTyped("PD1", PD1.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * <p>
 * Returns
 * PV1 (Patient Visit) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

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

/**
 * <p>
 * Returns
 * UAC (User Authentication Credential Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public UAC getUAC() { 
  return getTyped("UAC", UAC.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * <p>
 * Returns
 * PV1 (Patient Visit) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <p>
 * Returns
 * DSC (Continuation Pointer) - creates it if necessary
 * </p>
 * 
 *
 */
public DSC getDSC() { 
  return getTyped("DSC", DSC.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

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

/**
 * <p>
 * Returns
 * PV2 (Patient Visit - Additional Information) - creates it if necessary
 * </p>
 * 
 *
 */
public PV2 getPV2() { 
  return getTyped("PV2", PV2.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/** 
 * Creates a new ADT_A21 message with custom ModelClassFactory.
 */
public ADT_A21(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: pentaho/pentaho-kettle

} else if ( ack instanceof ca.uhn.hl7v2.model.v26.message.ACK ) {
 ca.uhn.hl7v2.model.v26.message.ACK mod = (ca.uhn.hl7v2.model.v26.message.ACK) ack;
 mod.getMSH().getSendingApplication().getNamespaceID().setValue( APPNAME );
 mod.getMSH().getSendingFacility().getNamespaceID().setValue( APPNAME );
 ackMessage = mod.encode();
} else {
 logError( "This job entry does not support the HL7 dialect used. Found ACK class: "
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <p>
 * Returns
 * DSC (Continuation Pointer) - creates it if necessary
 * </p>
 * 
 *
 */
public DSC getDSC() { 
  return getTyped("DSC", DSC.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * OBX (Observation/Result) - creates it if necessary
 * </p>
 * 
 *
 */
public OBX getOBX() { 
  return getTyped("OBX", OBX.class);
}
ca.uhn.hl7v2.model.v26.message

Most used classes

  • ACK
    Represents a ACK message structure (see chapter 2.13.1). This structure contains the following eleme
  • ORU_R01
    Represents a ORU_R01 message structure (see chapter 5.7.3.1). This structure contains the following
  • ADR_A19
    Represents a ADR_A19 message structure (see chapter 3.3.19). This structure contains the following e
  • ADT_A01
    Represents a ADT_A01 message structure (see chapter 3.3.1). This structure contains the following el
  • ADT_A02
    Represents a ADT_A02 message structure (see chapter 3.3.2). This structure contains the following el
  • ADT_A05,
  • ADT_A06,
  • ADT_A09,
  • ADT_A12,
  • ADT_A15,
  • ADT_A16,
  • ADT_A17,
  • ADT_A18,
  • ADT_A20,
  • ADT_A21,
  • ADT_A24,
  • ADT_A30,
  • ADT_A37,
  • ADT_A38
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