Class ResourceLastUpdated<R extends org.hl7.fhir.r4.model.Resource>

All Implemented Interfaces:
MatcherParameter, SearchQuerySortParameter, SearchQueryParameter<R>

@SearchParameterDefinition(name="_lastUpdated", definition="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", type=DATE, documentation="When the resource version last changed") public class ResourceLastUpdated<R extends org.hl7.fhir.r4.model.Resource> extends AbstractDateTimeParameter<R>
  • Field Details

  • Constructor Details

    • ResourceLastUpdated

      public ResourceLastUpdated(Class<R> resourceType, String resourceColumn)