Uses of Class
org.hl7.fhir.r5.model.Endpoint
-
Uses of Endpoint in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Endpoint
Extensions.setReleaseDate
(Endpoint context, String value) Modifier and TypeMethodDescriptionstatic String
Extensions.getReleaseDate
(Endpoint context) static Endpoint
Extensions.setReleaseDate
(Endpoint context, String value) -
Uses of Endpoint in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Endpoint
JsonParser.parseEndpoint
(com.google.gson.JsonObject json) protected Endpoint
XmlParser.parseEndpoint
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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()