Uses of Interface
ca.uhn.fhir.model.api.IElement
-
-
Uses of IElement in ca.uhn.fhir.model.api
Subinterfaces of IElement in ca.uhn.fhir.model.api Modifier and Type Interface Description interfaceICompositeDatatypeinterfaceICompositeElementinterfaceIDatatypeinterfaceIExtensioninterfaceIIdentifiableElementinterfaceIPrimitiveDatatype<T>interfaceIResourceThis interface is the parent interface for all FHIR Resource definition classes.interfaceIResourceBlockinterfaceIStreamingDatatype<T>interfaceISupportsUndeclaredExtensionsClasses in ca.uhn.fhir.model.api that implement IElement Modifier and Type Class Description classBaseElementclassBaseIdentifiableElementclassBasePrimitive<T>classExtensionDtclassTagA single tagMethods in ca.uhn.fhir.model.api with type parameters of type IElement Modifier and Type Method Description <T extends IElement>
List<T>ExtensionDt. getAllPopulatedChildElementsOfType(Class<T> theType)Deprecated.<T extends IElement>
List<T>ICompositeElement. getAllPopulatedChildElementsOfType(Class<T> theType)Deprecated.This method is not used by HAPI at this point, so there isn't much point to keeping it around. -
Uses of IElement in ca.uhn.fhir.model.api.annotation
Methods in ca.uhn.fhir.model.api.annotation that return types with arguments of type IElement Modifier and Type Method Description Class<? extends IElement>[]type()Lists the allowable types for this field, if the field supports multiple types (otherwise does not need to be populated). -
Uses of IElement in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IElement Modifier and Type Class Description classBaseCodingDtclassBaseContainedDtclassBaseHumanNameDtclassBaseIdentifierDtclassBaseNarrativeDt<T extends Enum<?>>classBaseQuantityDtclassBaseResourceReferenceDt -
Uses of IElement in ca.uhn.fhir.model.base.resource
Subinterfaces of IElement in ca.uhn.fhir.model.base.resource Modifier and Type Interface Description interfaceBaseConformanceinterfaceBaseOperationOutcomeinterfaceBaseSecurityEventClasses in ca.uhn.fhir.model.base.resource that implement IElement Modifier and Type Class Description static classBaseOperationOutcome.BaseIssue -
Uses of IElement in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IElement Modifier and Type Class Description classBase64BinaryDtclassBaseDateTimeDtclassBooleanDtclassBoundCodeDt<T extends Enum<?>>classCodeDtclassDateDtRepresents a FHIR date datatype.classDateTimeDtRepresents a FHIR dateTime datatype.classDecimalDtclassIdDtRepresents the FHIR ID type.classInstantDtRepresents a FHIR instant datatype.classIntegerDtclassMarkdownDtclassOidDtclassPositiveIntDtclassStringDtclassTimeDtRepresents a Time datatype, per the FHIR specification.classUnsignedIntDtclassUriDtclassXhtmlDtNote that as of HAPI FHIR 3.1.0, this method no longer uses the StAX XMLEvent type as the XML representation, and uses a String instead. -
Uses of IElement in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IElement Modifier and Type Class Description static classDateParam.DateParamDateTimeHolderclassInternalCodingDtMethods in ca.uhn.fhir.rest.param with type parameters of type IElement Modifier and Type Method Description <T extends IElement>
List<T>InternalCodingDt. getAllPopulatedChildElementsOfType(Class<T> theType)Deprecated. -
Uses of IElement in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with type parameters of type IElement Modifier and Type Method Description static <T extends IElement>
List<T>ElementUtil. allPopulatedChildElements(Class<T> theType, Object... theElements)Note that this method does not work on HL7.org structuresMethods in ca.uhn.fhir.util with parameters of type IElement Modifier and Type Method Description static booleanElementUtil. isEmpty(IElement... theElements) -
Uses of IElement in org.hl7.fhir.instance.model.api
Subinterfaces of IElement in org.hl7.fhir.instance.model.api Modifier and Type Interface Description interfaceIAnyResourceinterfaceIBaseBackboneElementinterfaceIBaseBinaryinterfaceIBaseBooleanDatatypeinterfaceIBaseBundleinterfaceIBaseConformanceinterfaceIBaseDatatypeinterfaceIBaseDecimalDatatypeinterfaceIBaseEnumeration<T extends Enum<?>>interfaceIBaseExtension<T,D>interfaceIBaseIntegerDatatypeinterfaceIBaseLongDatatypeinterfaceIBaseMetaTypeinterfaceIBaseOperationOutcomeinterfaceIBaseParametersinterfaceIBaseReferenceinterfaceIBaseResourceFor now, this is a simple marker interface indicating that a class is a resource type.interfaceIBaseXhtmlinterfaceICompositeTypeinterfaceIDomainResourceinterfaceIIdTypeBase interface for ID datatype.interfaceINarrativeinterfaceIPrimitiveType<T>
-