Uses of Class
ca.uhn.fhir.context.RuntimeResourceDefinition
-
Packages that use RuntimeResourceDefinition Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.parser ca.uhn.fhir.util -
-
Uses of RuntimeResourceDefinition in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return RuntimeResourceDefinition Modifier and Type Method Description RuntimeResourceDefinitionRuntimeResourceDefinition. getBaseDefinition()If this definition refers to a class which extends another resource definition type, this method will return the definition of the topmost resource.RuntimeResourceDefinitionFhirContext. getResourceDefinition(FhirVersionEnum theVersion, String theResourceName)RuntimeResourceDefinitionFhirContext. getResourceDefinition(Class<? extends IBaseResource> theResourceType)Returns the scanned runtime model for the given type.RuntimeResourceDefinitionFhirContext. getResourceDefinition(String theResourceName)Returns the scanned runtime model for the given type.RuntimeResourceDefinitionFhirContext. getResourceDefinition(IBaseResource theResource)Returns the scanned runtime model for the given type.RuntimeResourceDefinitionFhirContext. getResourceDefinitionById(String theId)Returns the scanned runtime model for the given type.Methods in ca.uhn.fhir.context that return types with arguments of type RuntimeResourceDefinition Modifier and Type Method Description Collection<RuntimeResourceDefinition>FhirContext. getResourceDefinitionsWithExplicitId()Returns the scanned runtime models. -
Uses of RuntimeResourceDefinition in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type RuntimeResourceDefinition Modifier and Type Method Description IBaseResourceIFhirVersion. generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase) -
Uses of RuntimeResourceDefinition in ca.uhn.fhir.parser
Constructors in ca.uhn.fhir.parser with parameters of type RuntimeResourceDefinition Constructor Description CompositeChildElement(RuntimeResourceDefinition theResDef, BaseParser.EncodeContext theEncodeContext) -
Uses of RuntimeResourceDefinition in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return RuntimeResourceDefinition Modifier and Type Method Description static RuntimeResourceDefinitionUrlUtil. parseUrlResourceType(FhirContext theCtx, String theUrl)
-