Uses of Interface
org.hl7.fhir.instance.model.api.ICompositeType
Packages that use ICompositeType
Package
Description
-
Uses of ICompositeType in ca.uhn.fhir.context
Constructor parameters in ca.uhn.fhir.context with type arguments of type ICompositeTypeModifierConstructorDescriptionRuntimeCompositeDatatypeDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeExtensionDtDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) -
Uses of ICompositeType in ca.uhn.fhir.model.api
Subinterfaces of ICompositeType in ca.uhn.fhir.model.apiClasses in ca.uhn.fhir.model.api that implement ICompositeType -
Uses of ICompositeType in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement ICompositeTypeModifier and TypeClassDescriptionclassclassclassBaseNarrativeDt<T extends Enum<?>>classclass -
Uses of ICompositeType in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement ICompositeType -
Uses of ICompositeType in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return ICompositeTypeModifier and TypeMethodDescriptionstatic ICompositeTypeAttachmentUtil.newInstance(FhirContext theFhirCtx)Methods in ca.uhn.fhir.util with parameters of type ICompositeTypeModifier and TypeMethodDescriptionstatic IPrimitiveType<String>AttachmentUtil.getOrCreateContentType(FhirContext theContext, ICompositeType theAttachment)static IPrimitiveType<byte[]>AttachmentUtil.getOrCreateData(FhirContext theContext, ICompositeType theAttachment)Fetches the base64Binary value of Attachment.data, creating it if it does not already exist.static IPrimitiveType<String>AttachmentUtil.getOrCreateUrl(FhirContext theContext, ICompositeType theAttachment)static voidAttachmentUtil.setContentType(FhirContext theContext, ICompositeType theAttachment, String theContentType)static voidAttachmentUtil.setData(FhirContext theContext, ICompositeType theAttachment, byte[] theBytes)static voidAttachmentUtil.setSize(FhirContext theContext, ICompositeType theAttachment, Integer theLength)static voidAttachmentUtil.setUrl(FhirContext theContext, ICompositeType theAttachment, String theUrl) -
Uses of ICompositeType in org.hl7.fhir.instance.model.api
Subinterfaces of ICompositeType in org.hl7.fhir.instance.model.apiModifier and TypeInterfaceDescriptioninterfaceIBaseExtension<T,D>interfaceinterfaceinterface