![](/hapi-fhir/images/logos/raccoon-forwards.png)
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 Endpoint
JsonParser.parseEndpoint
(com.google.gson.JsonObject json) protected Endpoint
XmlParser.parseEndpoint
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type EndpointModifier and TypeMethodDescriptionprotected void
JsonParser.composeEndpoint
(String name, Endpoint element) protected void
RdfParser.composeEndpoint
(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.composeEndpointInner
(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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EndpointModifier and TypeFieldDescriptionHealthcareService.endpointTarget
The 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.endpointTarget
The 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.endpointTarget
The actual objects that are the target of the reference (The network service providing access (e.g., query, view, or retrieval) for this series.InsurancePlan.endpointTarget
The actual objects that are the target of the reference (The technical endpoints providing access to services operated for the health insurance product.)Location.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.)Organization.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the organization.)OrganizationAffiliation.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for this role.)PractitionerRole.endpointTarget
The 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) HealthcareService.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.ImagingStudySeriesComponent.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadInsurancePlan.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadLocation.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadOrganization.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadOrganizationAffiliation.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPractitionerRole.addEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEndpoint.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 Endpoint
Endpoint.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type EndpointModifier and TypeMethodDescriptionHealthcareService.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.ImagingStudySeriesComponent.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadInsurancePlan.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadLocation.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadOrganization.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadOrganizationAffiliation.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPractitionerRole.getEndpointTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Endpoint