Uses of Interface
org.hl7.fhir.instance.model.api.ICompositeType
-
Packages that use ICompositeType Package Description ca.uhn.fhir.context ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.rest.param ca.uhn.fhir.util org.hl7.fhir.instance.model.api -
-
Uses of ICompositeType in ca.uhn.fhir.context
Constructor parameters in ca.uhn.fhir.context with type arguments of type ICompositeType Constructor Description RuntimeCompositeDatatypeDefinition(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.api Modifier and Type Interface Description interfaceICompositeDatatypeClasses in ca.uhn.fhir.model.api that implement ICompositeType Modifier and Type Class Description classExtensionDt -
Uses of ICompositeType in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement ICompositeType Modifier and Type Class Description classBaseCodingDtclassBaseIdentifierDtclassBaseNarrativeDt<T extends Enum<?>>classBaseQuantityDtclassBaseResourceReferenceDt -
Uses of ICompositeType in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement ICompositeType Modifier and Type Class Description classInternalCodingDt -
Uses of ICompositeType in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return ICompositeType Modifier and Type Method Description static ICompositeTypeAttachmentUtil. newInstance(FhirContext theFhirCtx)Methods in ca.uhn.fhir.util with parameters of type ICompositeType Modifier and Type Method Description static 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.api Modifier and Type Interface Description interfaceIBaseExtension<T,D>interfaceIBaseMetaTypeinterfaceIBaseReferenceinterfaceINarrative
-