Uses of Class
org.hl7.fhir.r4.model.Endpoint
-
Uses of Endpoint in org.hl7.fhir.r4.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
(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
Modifier 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.)Modifier 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()
Modifier 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) instead