Interface ILibraryReader

All Known Implementing Classes:
LibraryLoader

public interface ILibraryReader
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.r5.model.Library
     
  • Method Details

    • readLibrary

      org.hl7.fhir.r5.model.Library readLibrary(InputStream stream) throws org.hl7.fhir.exceptions.FHIRFormatError, IOException
      Throws:
      org.hl7.fhir.exceptions.FHIRFormatError
      IOException