
Package ca.uhn.fhir.jpa.ips.api
Interface SectionRegistry.INoInfoGenerator
- Enclosing class:
- SectionRegistry
public static interface SectionRegistry.INoInfoGenerator
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
generate
(org.hl7.fhir.instance.model.api.IIdType theSubjectId) Generate an appropriate no-info resource.
-
Method Details
-
generate
org.hl7.fhir.instance.model.api.IBaseResource generate(org.hl7.fhir.instance.model.api.IIdType theSubjectId) Generate an appropriate no-info resource. The resource does not need to have an ID populated, although it can if it is a resource found in the repository.
-