| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected UrlType |
JsonParser.parseUrl(String v) |
protected UrlType |
XmlParser.parseUrl(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlParser.composeUrl(String name,
UrlType value) |
protected void |
RdfParser.composeUrl(Turtle.Complex parent,
String parentType,
String name,
UrlType value,
int index) |
protected void |
JsonParser.composeUrlCore(String name,
UrlType value,
boolean inArray) |
protected void |
JsonParser.composeUrlExtras(String name,
UrlType value,
boolean inArray) |
| Modifier and Type | Field and Description |
|---|---|
protected UrlType |
Endpoint.address
The uri that describes the actual end-point to connect to.
|
protected UrlType |
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.address
The network address of the endpoint.
|
protected UrlType |
Subscription.SubscriptionChannelComponent.endpoint
The url that describes the actual end-point to send messages to.
|
protected UrlType |
MessageHeader.MessageDestinationComponent.endpoint
Indicates where the message should be routed to.
|
protected UrlType |
MessageHeader.MessageSourceComponent.endpoint
Identifies the routing target to send acknowledgements to.
|
protected UrlType |
ImplementationGuide.ManifestResourceComponent.relativePath
The relative path for primary page for this resource within the IG.
|
protected UrlType |
ImplementationGuide.ImplementationGuideManifestComponent.rendering
A pointer to official web page, PDF or other rendering of the implementation guide.
|
protected UrlType |
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.url
An absolute base URL for the implementation.
|
protected UrlType |
CapabilityStatement.CapabilityStatementImplementationComponent.url
An absolute base URL for the implementation.
|
protected UrlType |
Attachment.url
A location where the data can be accessed.
|
protected UrlType |
RelatedArtifact.url
A url for the artifact that can be followed to access the actual content.
|
| Modifier and Type | Method and Description |
|---|---|
UrlType |
Base.castToUrl(Base b) |
UrlType |
UrlType.copy()
Constructor
|
UrlType |
Endpoint.getAddressElement() |
UrlType |
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.getAddressElement() |
UrlType |
Subscription.SubscriptionChannelComponent.getEndpointElement() |
UrlType |
MessageHeader.MessageDestinationComponent.getEndpointElement() |
UrlType |
MessageHeader.MessageSourceComponent.getEndpointElement() |
UrlType |
ImplementationGuide.ImplementationGuideDefinitionPageComponent.getNameUrlType() |
UrlType |
ImplementationGuide.ManifestResourceComponent.getRelativePathElement() |
UrlType |
ImplementationGuide.ImplementationGuideManifestComponent.getRenderingElement() |
UrlType |
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.getUrlElement() |
UrlType |
CapabilityStatement.CapabilityStatementImplementationComponent.getUrlElement() |
UrlType |
Attachment.getUrlElement() |
UrlType |
RelatedArtifact.getUrlElement() |
static UrlType |
Factory.newUrl(String value) |
| Constructor and Description |
|---|
CapabilityStatementMessagingEndpointComponent(Coding protocol,
UrlType address)
Constructor
|
Endpoint(Enumeration<Endpoint.EndpointStatus> status,
Coding connectionType,
UrlType address)
Constructor
|
MessageDestinationComponent(UrlType endpoint)
Constructor
|
MessageSourceComponent(UrlType endpoint)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.