Uses of Interface
org.hl7.fhir.instance.model.api.ICompositeType
Package
Description
-
Uses of ICompositeType in ca.uhn.fhir.context
ModifierConstructorDescriptionRuntimeCompositeDatatypeDefinition
(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
-
Uses of ICompositeType in ca.uhn.fhir.model.base.composite
Modifier and TypeClassDescriptionclass
class
class
BaseNarrativeDt<T extends Enum<?>>
class
class
-
Uses of ICompositeType in ca.uhn.fhir.rest.param
-
Uses of ICompositeType in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic ICompositeType
AttachmentUtil.newInstance
(FhirContext theFhirCtx) Modifier and TypeMethodDescriptionstatic IPrimitiveType
<CodeDt> 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 void
AttachmentUtil.setContentType
(FhirContext theContext, ICompositeType theAttachment, String theContentType) static void
AttachmentUtil.setData
(FhirContext theContext, ICompositeType theAttachment, byte[] theBytes) static void
AttachmentUtil.setSize
(FhirContext theContext, ICompositeType theAttachment, Integer theLength) static void
AttachmentUtil.setUrl
(FhirContext theContext, ICompositeType theAttachment, String theUrl) -
Uses of ICompositeType in org.hl7.fhir.instance.model.api