Interface IHasRol

All Known Subinterfaces:
IPatientMessage, IVisitMessage
All Known Implementing Classes:
PatientMessage, VisitMessage

public interface IHasRol
Abstracts the portion of a V2 message containing a ROL segment. A ROL segment corresponds to someone that has played a role in a medical procedure, and what that role was.
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.hl7v2.model.v25.segment.ROL
    May return null if the structure does not support ROL segments
    List<ca.uhn.hl7v2.model.v25.segment.ROL>
     
  • Method Details

    • addROL

      ca.uhn.hl7v2.model.v25.segment.ROL addROL()
      May return null if the structure does not support ROL segments
    • getROL

      List<ca.uhn.hl7v2.model.v25.segment.ROL> getROL()