Uses of Interface
org.hl7.fhir.instance.model.api.IPrimitiveType
-
-
Uses of IPrimitiveType in ca.uhn.fhir.context
Constructor parameters in ca.uhn.fhir.context with type arguments of type IPrimitiveType Constructor Description RuntimeIdDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType)RuntimePrimitiveDatatypeDefinition(DatatypeDef theDef, Class<? extends IPrimitiveType<?>> theImplementingClass, boolean theStandardType) -
Uses of IPrimitiveType in ca.uhn.fhir.context.support
Method parameters in ca.uhn.fhir.context.support with type arguments of type IPrimitiveType Modifier and Type Method Description IBaseParametersIContextValidationSupport.LookupCodeResult. toParameters(FhirContext theContext, List<? extends IPrimitiveType<String>> theProperties) -
Uses of IPrimitiveType in ca.uhn.fhir.model.api
Subinterfaces of IPrimitiveType in ca.uhn.fhir.model.api Modifier and Type Interface Description interfaceIPrimitiveDatatype<T>interfaceIStreamingDatatype<T>Classes in ca.uhn.fhir.model.api that implement IPrimitiveType Modifier and Type Class Description classBasePrimitive<T>Fields in ca.uhn.fhir.model.api with type parameters of type IPrimitiveType Modifier and Type Field Description static ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<InstantDt,IPrimitiveType<Date>>ResourceMetadataKeyEnum. DELETED_ATIf present and populated with a date/time (as an instance ofInstantDt), this value is an indication that the resource is in the deleted state.Methods in ca.uhn.fhir.model.api that return IPrimitiveType Modifier and Type Method Description IPrimitiveType<Date>IFhirVersion. getLastUpdated(IBaseResource theResource)IPrimitiveType<T>IPrimitiveDatatype. setValue(T theValue) -
Uses of IPrimitiveType in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IPrimitiveType 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 IPrimitiveType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with type parameters of type IPrimitiveType Modifier and Type Method Description protected <T extends IPrimitiveType<String>>
List<T>BaseParser. getProfileTagsForEncoding(IBaseResource theResource, List<T> theProfiles) -
Uses of IPrimitiveType in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api with parameters of type IPrimitiveType Modifier and Type Method Description voidIVersionSpecificBundleFactory. addRootPropertiesToBundle(String theId, String theServerBase, String theLinkSelf, String theLinkPrev, String theLinkNext, Integer theTotalResults, BundleTypeEnum theBundleType, IPrimitiveType<Date> theLastUpdated) -
Uses of IPrimitiveType in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IPrimitiveType Modifier and Type Method Description IHistoryTyped<T>IHistoryTyped. since(IPrimitiveType<Date> theCutoff)Request that the server return only resource versions that were created at or after the given time (inclusive)ICriterion<StringClientParam>StringClientParam.IStringMatch. value(IPrimitiveType<String> theValue)Requests that resources be returned which match the given value -
Uses of IPrimitiveType in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param that implement IPrimitiveType Modifier and Type Class Description static classDateParam.DateParamDateTimeHolderMethods in ca.uhn.fhir.rest.param with parameters of type IPrimitiveType Modifier and Type Method Description voidDateRangeParam. setRangeFromDatesInclusive(IPrimitiveType<Date> theLowerBound, IPrimitiveType<Date> theUpperBound)Sets the range from a pair of dates, inclusive on both ends.QuantityParamQuantityParam. setSystem(IPrimitiveType<String> theSystem)voidDateParam. setValue(IPrimitiveType<Date> theValue)Sets the value using a FHIR Date type, such as aDateDt, or a DateTimeType.QuantityParamQuantityParam. setValue(IPrimitiveType<BigDecimal> theValue)Constructors in ca.uhn.fhir.rest.param with parameters of type IPrimitiveType Constructor Description DateParam(ParamPrefixEnum thePrefix, IPrimitiveType<Date> theDate)ConstructorDateRangeParam(IPrimitiveType<Date> theLowerBound, IPrimitiveType<Date> theUpperBound)Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends) -
Uses of IPrimitiveType in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IPrimitiveType Modifier and Type Method Description protected IPrimitiveType<?>FhirPrimitiveBinder. doParse(String theString)Methods in ca.uhn.fhir.rest.param.binder with parameters of type IPrimitiveType Modifier and Type Method Description protected StringFhirPrimitiveBinder. doEncode(IPrimitiveType<?> theString)Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IPrimitiveType Constructor Description FhirPrimitiveBinder(Class<IPrimitiveType<?>> theType) -
Uses of IPrimitiveType in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return IPrimitiveType Modifier and Type Method Description static IPrimitiveType<?>ParametersUtil. createCode(FhirContext theContext, String theValue)static IPrimitiveType<?>ParametersUtil. createString(FhirContext theContext, String theValue)static IPrimitiveType<?>ParametersUtil. createUri(FhirContext theContext, String theValue)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<byte[]>BinaryUtil. getOrCreateData(FhirContext theContext, IBaseBinary theBinary)Fetches the base64Binary value of Binary.data (or Binary.content on versions of FHIR before R4), creating it if it does not already exist.static IPrimitiveType<String>AttachmentUtil. getOrCreateUrl(FhirContext theContext, ICompositeType theAttachment)Methods in ca.uhn.fhir.util with parameters of type IPrimitiveType Modifier and Type Method Description static StringUrlUtil. sanitizeUrlPart(IPrimitiveType<?> theString)This method specifically HTML-encodes the " and < characters in order to prevent injection attacksMethod parameters in ca.uhn.fhir.util with type arguments of type IPrimitiveType Modifier and Type Method Description static StringDatatypeUtil. joinStringsSpaceSeparated(List<? extends IPrimitiveType<String>> theStrings)Joins a list of strings with a single space (' ') between each stringstatic Set<String>DatatypeUtil. toStringSet(List<? extends IPrimitiveType<?>> theStringList)Convert a list of FHIR String objects to a set of native java Strings -
Uses of IPrimitiveType in org.hl7.fhir.instance.model.api
Subinterfaces of IPrimitiveType in org.hl7.fhir.instance.model.api Modifier and Type Interface Description interfaceIBaseBooleanDatatypeinterfaceIBaseDecimalDatatypeinterfaceIBaseEnumeration<T extends Enum<?>>interfaceIBaseIntegerDatatypeinterfaceIBaseLongDatatypeinterfaceIBaseXhtmlinterfaceIIdTypeBase interface for ID datatype.Methods in org.hl7.fhir.instance.model.api that return IPrimitiveType Modifier and Type Method Description IPrimitiveType<byte[]>IBaseBinary. getContentElement()IPrimitiveType<String>IBaseReference. getDisplayElement()IPrimitiveType<String>IAnyResource. getLanguageElement()IPrimitiveType<T>IPrimitiveType. setValue(T theValue)Methods in org.hl7.fhir.instance.model.api that return types with arguments of type IPrimitiveType Modifier and Type Method Description List<? extends IPrimitiveType<String>>IBaseMetaType. getProfile()
-