
Uses of Class
org.hl7.fhir.r4.model.UrlType
Packages that use UrlType
-
Uses of UrlType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return UrlTypeModifier and TypeMethodDescriptionprotected UrlTypeprotected UrlTypeXmlParser.parseUrl(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type UrlTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeUrl(Turtle.Complex parent, String parentType, String name, UrlType value, int index) protected voidXmlParser.composeUrl(String name, UrlType value) protected voidJsonParser.composeUrlCore(String name, UrlType value, boolean inArray) protected voidJsonParser.composeUrlExtras(String name, UrlType value, boolean inArray) -
Uses of UrlType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as UrlTypeModifier and TypeFieldDescriptionprotected UrlTypeCapabilityStatement.CapabilityStatementMessagingEndpointComponent.addressThe network address of the endpoint.protected UrlTypeEndpoint.addressThe uri that describes the actual end-point to connect to.protected UrlTypeMessageHeader.MessageDestinationComponent.endpointIndicates where the message should be routed to.protected UrlTypeMessageHeader.MessageSourceComponent.endpointIdentifies the routing target to send acknowledgements to.protected UrlTypeSubscription.SubscriptionChannelComponent.endpointThe url that describes the actual end-point to send messages to.protected UrlTypeImplementationGuide.ManifestResourceComponent.relativePathThe relative path for primary page for this resource within the IG.protected UrlTypeImplementationGuide.ImplementationGuideManifestComponent.renderingA pointer to official web page, PDF or other rendering of the implementation guide.protected UrlTypeAttachment.urlA location where the data can be accessed.protected UrlTypeCapabilityStatement.CapabilityStatementImplementationComponent.urlAn absolute base URL for the implementation.protected UrlTypeRelatedArtifact.urlA url for the artifact that can be followed to access the actual content.protected UrlTypeTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.urlAn absolute base URL for the implementation.Methods in org.hl7.fhir.r4.model that return UrlTypeModifier and TypeMethodDescriptionUrlType.copy()ConstructorCapabilityStatement.CapabilityStatementMessagingEndpointComponent.getAddressElement()Endpoint.getAddressElement()MessageHeader.MessageDestinationComponent.getEndpointElement()MessageHeader.MessageSourceComponent.getEndpointElement()Subscription.SubscriptionChannelComponent.getEndpointElement()ImplementationGuide.ImplementationGuideDefinitionPageComponent.getNameUrlType()ImplementationGuide.ManifestResourceComponent.getRelativePathElement()ImplementationGuide.ImplementationGuideManifestComponent.getRenderingElement()Attachment.getUrlElement()CapabilityStatement.CapabilityStatementImplementationComponent.getUrlElement()RelatedArtifact.getUrlElement()TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.getUrlElement()static UrlTypeMethods in org.hl7.fhir.r4.model with parameters of type UrlTypeModifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementMessagingEndpointComponent.setAddressElement(UrlType value) Endpoint.setAddressElement(UrlType value) MessageHeader.MessageDestinationComponent.setEndpointElement(UrlType value) MessageHeader.MessageSourceComponent.setEndpointElement(UrlType value) Subscription.SubscriptionChannelComponent.setEndpointElement(UrlType value) ImplementationGuide.ManifestResourceComponent.setRelativePathElement(UrlType value) ImplementationGuide.ImplementationGuideManifestComponent.setRenderingElement(UrlType value) Attachment.setUrlElement(UrlType value) CapabilityStatement.CapabilityStatementImplementationComponent.setUrlElement(UrlType value) RelatedArtifact.setUrlElement(UrlType value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setUrlElement(UrlType value) Constructors in org.hl7.fhir.r4.model with parameters of type UrlTypeModifierConstructorDescriptionCapabilityStatementMessagingEndpointComponent(Coding protocol, UrlType address) ConstructorEndpoint(Enumeration<Endpoint.EndpointStatus> status, Coding connectionType, UrlType address) ConstructorMessageDestinationComponent(UrlType endpoint) ConstructorMessageSourceComponent(UrlType endpoint) Constructor