
Uses of Class
org.hl7.fhir.r5.model.UuidType
Packages that use UuidType
-
Uses of UuidType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return UuidTypeModifier and TypeMethodDescriptionprotected UuidType
protected UuidType
XmlParser.parseUuid
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type UuidTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeUuid
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, UuidType value, int index) protected void
XmlParser.composeUuid
(String name, UuidType value) protected void
JsonParser.composeUuidCore
(String name, UuidType value, boolean inArray) protected void
JsonParser.composeUuidExtras
(String name, UuidType value, boolean inArray) -
Uses of UuidType in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return UuidTypeModifier and TypeMethodDescriptionstatic UuidType
TypeConvertor.castToUuid
(Base b) UuidType.copy()
ConstructorElementDefinition.getDefaultValueUuidType()
ElementDefinition.getFixedUuidType()
ElementDefinition.getPatternUuidType()
ElementDefinition.ElementDefinitionExampleComponent.getValueUuidType()
Extension.getValueUuidType()
Parameters.ParametersParameterComponent.getValueUuidType()
Task.TaskInputComponent.getValueUuidType()
Task.TaskOutputComponent.getValueUuidType()
Transport.ParameterComponent.getValueUuidType()
Transport.TransportOutputComponent.getValueUuidType()
-
Uses of UuidType in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools declared as UuidTypeModifier and TypeFieldDescriptionprotected UuidType
CDSHooksRequest.hookInstance
While working in the CDS Client, a user can perform multiple actions in series or in parallel.protected UuidType
CDSHooksResponse.CDSHooksResponseCardsComponent.uuid
Unique identifier of the card.protected UuidType
CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.uuid
Unique identifier, used for auditing and logging suggestionsMethods in org.hl7.fhir.r5.tools that return UuidTypeModifier and TypeMethodDescriptionCDSHooksRequest.getHookInstanceElement()
CDSHooksResponse.CDSHooksResponseCardsComponent.getUuidElement()
CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.getUuidElement()
Methods in org.hl7.fhir.r5.tools with parameters of type UuidTypeModifier and TypeMethodDescriptionCDSHooksRequest.setHookInstanceElement
(UuidType value) CDSHooksResponse.CDSHooksResponseCardsComponent.setUuidElement
(UuidType value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.setUuidElement
(UuidType value)