
Uses of Class
org.hl7.fhir.r4.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidJsonParser.composeEndpoint(String name, Endpoint element) protected voidRdfParser.composeEndpoint(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.composeEndpointInner(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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EndpointModifier and TypeFieldDescriptionHealthcareService.endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the specific healthcare services defined at this resource.)ImagingStudy.endpointTargetThe actual objects that are the target of the reference (The network service providing access (e.g., query, view, or retrieval) for the study.ImagingStudy.ImagingStudySeriesComponent.endpointTargetThe actual objects that are the target of the reference (The network service providing access (e.g., query, view, or retrieval) for this series.InsurancePlan.endpointTargetThe actual objects that are the target of the reference (The technical endpoints providing access to services operated for the health insurance product.)Location.endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.)Organization.endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the organization.)OrganizationAffiliation.endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for this role.)PractitionerRole.endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the practitioner with this role.)Methods in org.hl7.fhir.r4.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.setManagingOrganizationTarget(Organization 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.r4.model with parameters of type Endpoint