Package org.hl7.v3

Class COCTMT300000UV04SupplyEvent

java.lang.Object
org.hl7.v3.COCTMT300000UV04SupplyEvent

public class COCTMT300000UV04SupplyEvent extends Object

Java class for COCT_MT300000UV04.SupplyEvent complex type.

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

 <complexType name="COCT_MT300000UV04.SupplyEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}TS"/>
         <element name="quantity" type="{urn:hl7-org:v3}PQ"/>
         <element name="expectedUseTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="product" type="{urn:hl7-org:v3}COCT_MT300000UV04.Product"/>
         <element name="performer" type="{urn:hl7-org:v3}COCT_MT300000UV04.Performer1" minOccurs="0"/>
         <element name="origin" type="{urn:hl7-org:v3}COCT_MT300000UV04.Origin" minOccurs="0"/>
         <element name="destination" type="{urn:hl7-org:v3}COCT_MT300000UV04.Destination" minOccurs="0"/>
         <element name="location" type="{urn:hl7-org:v3}COCT_MT300000UV04.Location"/>
         <element name="reasonOf" type="{urn:hl7-org:v3}COCT_MT300000UV04.Reason2"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClassSupply" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
     </restriction>
   </complexContent>
 </complexType>