
Uses of Class
org.hl7.fhir.r5.model.Endpoint
Packages that use Endpoint
- 
Uses of Endpoint in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return EndpointModifier and TypeMethodDescriptionprotected EndpointJsonParser.parseEndpoint(com.google.gson.JsonObject json) protected EndpointXmlParser.parseEndpoint(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidJsonParser.composeEndpoint(String name, Endpoint element) protected voidRdfParser.composeEndpoint(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Endpoint element, int index) protected voidXmlParser.composeEndpoint(String name, Endpoint element) protected voidXmlParser.composeEndpointElements(Endpoint element) protected voidJsonParser.composeEndpointProperties(Endpoint element) protected booleanXmlParser.parseEndpointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Endpoint res) protected voidJsonParser.parseEndpointProperties(com.google.gson.JsonObject json, Endpoint res) 
- 
Uses of Endpoint in org.hl7.fhir.r5.modelMethods 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 EndpointEndpoint.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Endpoint