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 UuidTypeprotected UuidTypeXmlParser.parseUuid(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type UuidTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeUuid(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, UuidType value, int index) protected voidXmlParser.composeUuid(String name, UuidType value) protected voidJsonParser.composeUuidCore(String name, UuidType value, boolean inArray) protected voidJsonParser.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 UuidTypeTypeConvertor.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 UuidTypeCDSHooksRequest.hookInstanceWhile working in the CDS Client, a user can perform multiple actions in series or in parallel.protected UuidTypeCDSHooksResponse.CDSHooksResponseCardsComponent.uuidUnique identifier of the card.protected UuidTypeCDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.uuidUnique 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)