
Uses of Class
org.hl7.fhir.r5.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return EndpointModifier and TypeMethodDescriptionstatic Endpoint
Extensions.setReleaseDate
(Endpoint context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type EndpointModifier and TypeMethodDescriptionstatic String
Extensions.getReleaseDate
(Endpoint context) static Endpoint
Extensions.setReleaseDate
(Endpoint context, String value) -
Uses of Endpoint in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EndpointModifier and TypeMethodDescriptionprotected Endpoint
JsonParser.parseEndpoint
(com.google.gson.JsonObject json) protected Endpoint
XmlParser.parseEndpoint
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EndpointModifier and TypeMethodDescriptionprotected void
JsonParser.composeEndpoint
(String name, Endpoint element) protected void
RdfParser.composeEndpoint
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Endpoint element, int index) protected void
XmlParser.composeEndpoint
(String name, Endpoint element) protected void
XmlParser.composeEndpointElements
(Endpoint element) protected void
JsonParser.composeEndpointProperties
(Endpoint element) protected boolean
XmlParser.parseEndpointContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Endpoint res) protected void
JsonParser.parseEndpointProperties
(com.google.gson.JsonObject json, Endpoint res) -
Uses of Endpoint in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return EndpointModifier and TypeMethodDescriptionEndpoint.addConnectionType
(CodeableConcept t) Endpoint.addContact
(ContactPoint t) Endpoint.addEnvironmentType
(CodeableConcept t) Endpoint.addIdentifier
(Identifier t) Endpoint.addPayload
(Endpoint.EndpointPayloadComponent t) Endpoint.copy()
Endpoint.setAddress
(String value) Endpoint.setAddressElement
(UrlType value) Endpoint.setConnectionType
(List<CodeableConcept> theConnectionType) Endpoint.setContact
(List<ContactPoint> theContact) Endpoint.setDescription
(String value) Endpoint.setDescriptionElement
(StringType value) Endpoint.setEnvironmentType
(List<CodeableConcept> theEnvironmentType) Endpoint.setHeader
(List<StringType> theHeader) Endpoint.setIdentifier
(List<Identifier> theIdentifier) Endpoint.setManagingOrganization
(Reference value) Endpoint.setNameElement
(StringType value) Endpoint.setPayload
(List<Endpoint.EndpointPayloadComponent> thePayload) Endpoint.setStatus
(Endpoint.EndpointStatus value) Endpoint.setStatusElement
(Enumeration<Endpoint.EndpointStatus> value) protected Endpoint
Endpoint.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Endpoint