Class LibraryVersion

All Implemented Interfaces:
MatcherParameter, SearchQuerySortParameter, SearchQueryParameter<org.hl7.fhir.r4.model.Library>

@SearchParameterDefinition(name="version", definition="http://hl7.org/fhir/SearchParameter/Library-version", type=TOKEN, documentation="The business version of the library") public class LibraryVersion extends AbstractVersionParameter<org.hl7.fhir.r4.model.Library>
  • Field Details

  • Constructor Details

    • LibraryVersion

      public LibraryVersion()
    • LibraryVersion

      public LibraryVersion(String resourceColumn)
  • Method Details

    • instanceOf

      protected boolean instanceOf(org.hl7.fhir.r4.model.Resource resource)
      Specified by:
      instanceOf in class AbstractVersionParameter<org.hl7.fhir.r4.model.Library>