Interface TemplateEndpoint

    • Method Detail

      • findAllTemplates

        org.ehrbase.response.openehr.TemplatesResponseData findAllTemplates()
        Retrieves a list of templates
        Returns:
      • ensureExistence

        void ensureExistence​(String templateId)
        Ensure that the Template with templateId exists in the remote system.
        Parameters:
        templateId - Id of the template to check
        Throws:
        ClientException
        WrongStatusCodeException