Uses of Class
org.hl7.fhir.r5.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in org.hl7.fhir.r5.formats
Methods 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.model
Methods in org.hl7.fhir.r5.model that return EndpointModifier and TypeMethodDescriptionEndpoint.addContact(ContactPoint t)Endpoint.addIdentifier(Identifier t)Endpoint.addPayloadMimeType(String value)Endpoint.addPayloadType(CodeableConcept t)Endpoint.copy()Endpoint.setAddress(String value)Endpoint.setAddressElement(UrlType value)Endpoint.setConnectionType(Coding value)Endpoint.setContact(List<ContactPoint> theContact)Endpoint.setHeader(List<StringType> theHeader)Endpoint.setIdentifier(List<Identifier> theIdentifier)Endpoint.setManagingOrganization(Reference value)Endpoint.setNameElement(StringType value)Endpoint.setPayloadMimeType(List<CodeType> thePayloadMimeType)Endpoint.setPayloadType(List<CodeableConcept> thePayloadType)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