Class IndexHtm

java.lang.Object
org.projecthusky.communication.xd.xdm.IndexHtm

public class IndexHtm extends Object
The Class IndexHtm represents the INDEX.HTM file, which is part of the contents of an XDM volume. The file contains information about the contents of the volume.
  • Field Details

  • Constructor Details

    • IndexHtm

      public IndexHtm(InputStream indexHtmStream)
      Instantiates a new indexHtm.
      Parameters:
      indexHtmStream - the INDEX.HTM file as InputStream object. The file contains information about the contents of the volume.
    • IndexHtm

      public IndexHtm(org.openehealth.ipf.commons.ihe.xds.core.requests.ProvideAndRegisterDocumentSet txnData)
      Creates a new INDEX.HTM based on the given txnData.
      Parameters:
      txnData - the SubmitTransactionData data
    • IndexHtm

      public IndexHtm(org.openehealth.ipf.commons.ihe.xds.core.requests.ProvideAndRegisterDocumentSet txnData, VendorInformation vendorInfo)
      Creates a new INDEX.HTM based on the given txnData and vendorInfo.
      Parameters:
      txnData - the SubmitTransactionData data
      vendorInfo - the vendor info
  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Returns the content of the INDEX.HTM as InputStream object
      Returns:
      the input stream