java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.BIN
Direct Known Subclasses:
ED

public abstract class BIN extends ANY
Binary data is a raw block of bits. Binary data is a protected type that MUST not be used outside the data type specification.

Java-Klasse für BIN complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="BIN">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ANY">
       <attribute name="representation" type="{urn:hl7-org:v3}BinaryDataEncoding" default="TXT" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BIN

      public BIN()
  • Method Details