License header updates

This commit is contained in:
jamesagnew 2018-12-03 05:22:10 -05:00
parent 6baee4dc3f
commit 82f40f0423
62 changed files with 349 additions and 49 deletions

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.dao; package ca.uhn.fhir.jpa.dao;
/*-
* #%L
* HAPI FHIR JPA Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.jpa.searchparam.registry.BaseSearchParamRegistry; import ca.uhn.fhir.jpa.searchparam.registry.BaseSearchParamRegistry;
import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamProvider; import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamProvider;
import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; import ca.uhn.fhir.jpa.searchparam.SearchParameterMap;

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.dao.index; package ca.uhn.fhir.jpa.dao.index;
/*-
* #%L
* HAPI FHIR JPA Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.RuntimeResourceDefinition; import ca.uhn.fhir.context.RuntimeResourceDefinition;
import ca.uhn.fhir.context.RuntimeSearchParam; import ca.uhn.fhir.context.RuntimeSearchParam;

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.dao.index; package ca.uhn.fhir.jpa.dao.index;
/*-
* #%L
* HAPI FHIR JPA Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.jpa.dao.DaoConfig; import ca.uhn.fhir.jpa.dao.DaoConfig;
import ca.uhn.fhir.jpa.model.entity.*; import ca.uhn.fhir.jpa.model.entity.*;
import ca.uhn.fhir.jpa.searchparam.extractor.ResourceIndexedSearchParams; import ca.uhn.fhir.jpa.searchparam.extractor.ResourceIndexedSearchParams;

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.dao.index; package ca.uhn.fhir.jpa.dao.index;
/*-
* #%L
* HAPI FHIR JPA Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.RuntimeResourceDefinition; import ca.uhn.fhir.context.RuntimeResourceDefinition;
import ca.uhn.fhir.context.RuntimeSearchParam; import ca.uhn.fhir.context.RuntimeSearchParam;

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.dao.r4; package ca.uhn.fhir.jpa.dao.r4;
/*-
* #%L
* HAPI FHIR JPA Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.RuntimeResourceDefinition; import ca.uhn.fhir.context.RuntimeResourceDefinition;
import ca.uhn.fhir.jpa.dao.DaoRegistry; import ca.uhn.fhir.jpa.dao.DaoRegistry;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.model.entity; package ca.uhn.fhir.jpa.model.entity;
/*-
* #%L
* HAPI FHIR Model
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.lang3.ObjectUtils;
import org.apache.commons.lang3.Validate; import org.apache.commons.lang3.Validate;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.entity;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.search;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.model.util;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Model
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.model.util; package ca.uhn.fhir.jpa.model.util;
/*-
* #%L
* HAPI FHIR Model
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import java.io.CharArrayWriter; import java.io.CharArrayWriter;
import java.text.Normalizer; import java.text.Normalizer;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.searchparam; package ca.uhn.fhir.jpa.searchparam;
/*-
* #%L
* HAPI FHIR Search Parameters
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
public class SearchParamConstants { public class SearchParamConstants {
public static final String EXT_SP_UNIQUE = "http://hapifhir.io/fhir/StructureDefinition/sp-unique"; public static final String EXT_SP_UNIQUE = "http://hapifhir.io/fhir/StructureDefinition/sp-unique";

View File

@ -24,7 +24,7 @@ import static org.apache.commons.lang3.StringUtils.isNotBlank;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.searchparam.extractor; package ca.uhn.fhir.jpa.searchparam.extractor;
/*-
* #%L
* HAPI FHIR Search Parameters
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.RuntimeSearchParam; import ca.uhn.fhir.context.RuntimeSearchParam;
import ca.uhn.fhir.jpa.model.entity.ResourceTable; import ca.uhn.fhir.jpa.model.entity.ResourceTable;
import org.hl7.fhir.instance.model.api.IBaseResource; import org.hl7.fhir.instance.model.api.IBaseResource;

View File

@ -9,16 +9,16 @@ import java.util.Set;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.searchparam.extractor; package ca.uhn.fhir.jpa.searchparam.extractor;
/*-
* #%L
* HAPI FHIR Search Parameters
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.ConfigurationException; import ca.uhn.fhir.context.ConfigurationException;
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.RuntimeResourceDefinition; import ca.uhn.fhir.context.RuntimeResourceDefinition;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.extractor;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.registry;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.searchparam.registry; package ca.uhn.fhir.jpa.searchparam.registry;
/*-
* #%L
* HAPI FHIR Search Parameters
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; import ca.uhn.fhir.jpa.searchparam.SearchParameterMap;
import ca.uhn.fhir.rest.api.server.IBundleProvider; import ca.uhn.fhir.rest.api.server.IBundleProvider;
import org.hl7.fhir.instance.model.api.IBaseResource; import org.hl7.fhir.instance.model.api.IBaseResource;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.registry;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.registry;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.registry;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.searchparam.registry;
/* /*
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Search Parameters
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.subscription; package ca.uhn.fhir.jpa.subscription;
/*-
* #%L
* HAPI FHIR Subscription Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; import ca.uhn.fhir.jpa.searchparam.SearchParameterMap;
import ca.uhn.fhir.jpa.searchparam.registry.BaseSearchParamRegistry; import ca.uhn.fhir.jpa.searchparam.registry.BaseSearchParamRegistry;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.subscription;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Subscription Server
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.subscription.config; package ca.uhn.fhir.jpa.subscription.config;
/*-
* #%L
* HAPI FHIR Subscription Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamProvider; import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamProvider;
import ca.uhn.fhir.jpa.subscription.FhirClientSearchParamProvider; import ca.uhn.fhir.jpa.subscription.FhirClientSearchParamProvider;

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.subscription.config; package ca.uhn.fhir.jpa.subscription.config;
/*-
* #%L
* HAPI FHIR Subscription Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.ParserOptions; import ca.uhn.fhir.context.ParserOptions;
import ca.uhn.fhir.jpa.searchparam.extractor.SearchParamExtractorDstu3; import ca.uhn.fhir.jpa.searchparam.extractor.SearchParamExtractorDstu3;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.subscription.matcher;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Subscription Server
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.subscription.matcher;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Subscription Server
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -1,5 +1,25 @@
package ca.uhn.fhir.jpa.subscription.matcher; package ca.uhn.fhir.jpa.subscription.matcher;
/*-
* #%L
* HAPI FHIR Subscription Server
* %%
* Copyright (C) 2014 - 2018 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
import ca.uhn.fhir.context.RuntimeSearchParam; import ca.uhn.fhir.context.RuntimeSearchParam;
import ca.uhn.fhir.jpa.model.entity.ForcedId; import ca.uhn.fhir.jpa.model.entity.ForcedId;
import ca.uhn.fhir.jpa.model.entity.ResourceTable; import ca.uhn.fhir.jpa.model.entity.ResourceTable;

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.subscription.matcher;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Subscription Server
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%

View File

@ -2,7 +2,7 @@ package ca.uhn.fhir.jpa.subscription.matcher;
/*- /*-
* #%L * #%L
* HAPI FHIR JPA Server * HAPI FHIR Subscription Server
* %% * %%
* Copyright (C) 2014 - 2018 University Health Network * Copyright (C) 2014 - 2018 University Health Network
* %% * %%