Uses of Class
ca.uhn.fhir.model.base.composite.BaseContainedDt
-
Packages that use BaseContainedDt Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api -
-
Uses of BaseContainedDt in ca.uhn.fhir.context
Constructor parameters in ca.uhn.fhir.context with type arguments of type BaseContainedDt Constructor Description RuntimeElemContainedResources(Class<? extends BaseContainedDt> theClass, boolean theStandardType) -
Uses of BaseContainedDt in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return BaseContainedDt Modifier and Type Method Description BaseContainedDtIResource. getContained()Returns the contained resource list for this resource.
-