Package org.hl7.v3

Class POCDMT000040ManufacturedProduct

java.lang.Object
org.hl7.v3.POCDMT000040ManufacturedProduct

public class POCDMT000040ManufacturedProduct extends Object

Java class for POCD_MT000040.ManufacturedProduct complex type.

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

 <complexType name="POCD_MT000040.ManufacturedProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
         <element name="templateId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.templateId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element name="manufacturedLabeledDrug" type="{urn:hl7-org:v3}POCD_MT000040.LabeledDrug"/>
           <element name="manufacturedMaterial" type="{urn:hl7-org:v3}POCD_MT000040.Material"/>
         </choice>
         <element name="manufacturerOrganization" type="{urn:hl7-org:v3}POCD_MT000040.Organization" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}RoleClassManufacturedProduct" fixed="MANU" />
     </restriction>
   </complexContent>
 </complexType>