Package org.hl7.v3

Enum Class XActRelationshipPertinentInfo

java.lang.Object
java.lang.Enum<XActRelationshipPertinentInfo>
org.hl7.v3.XActRelationshipPertinentInfo
All Implemented Interfaces:
Serializable, Comparable<XActRelationshipPertinentInfo>, Constable

public enum XActRelationshipPertinentInfo extends Enum<XActRelationshipPertinentInfo>

Java class for x_ActRelationshipPertinentInfo.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="x_ActRelationshipPertinentInfo">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="SUBJ"/>
     <enumeration value="SPRT"/>
     <enumeration value="CAUS"/>
     <enumeration value="MFST"/>
     <enumeration value="REFR"/>
   </restriction>
 </simpleType>