| 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 |
| Constructor and 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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICompositeDatatype |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionDt |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCodingDt |
class |
BaseIdentifierDt |
class |
BaseNarrativeDt<T extends Enum<?>> |
class |
BaseQuantityDt |
class |
BaseResourceReferenceDt |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalCodingDt |
| Modifier and Type | Method and 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 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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBaseExtension<T,D> |
interface |
IBaseMetaType |
interface |
IBaseReference |
interface |
INarrative |
Copyright © 2014–2019 University Health Network. All rights reserved.