Uses of Class
org.hl7.fhir.r4.model.Endpoint
-
Packages that use Endpoint Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Endpoint in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Endpoint Modifier and Type Method Description protected 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 Endpoint Modifier and Type Method Description protected 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 Endpoint Modifier and Type Field Description protected List<Endpoint>HealthcareService. 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.)protected List<Endpoint>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.protected List<Endpoint>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.protected List<Endpoint>InsurancePlan. endpointTargetThe actual objects that are the target of the reference (The technical endpoints providing access to services operated for the health insurance product.)protected List<Endpoint>Location. endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.)protected List<Endpoint>Organization. endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for the organization.)protected List<Endpoint>OrganizationAffiliation. endpointTargetThe actual objects that are the target of the reference (Technical endpoints providing access to services operated for this role.)protected List<Endpoint>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 Endpoint Modifier and Type Method Description EndpointEndpoint. addContact(ContactPoint t)EndpointHealthcareService. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointImagingStudy. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointImagingStudy.ImagingStudySeriesComponent. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointInsurancePlan. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointLocation. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointOrganization. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointOrganizationAffiliation. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointPractitionerRole. addEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadEndpointEndpoint. addHeader(String value)EndpointEndpoint. addIdentifier(Identifier t)EndpointEndpoint. addPayloadMimeType(String value)EndpointEndpoint. addPayloadType(CodeableConcept t)EndpointEndpoint. copy()EndpointEndpoint. setAddress(String value)EndpointEndpoint. setAddressElement(UrlType value)EndpointEndpoint. setConnectionType(Coding value)EndpointEndpoint. setContact(List<ContactPoint> theContact)EndpointEndpoint. setHeader(List<StringType> theHeader)EndpointEndpoint. setIdentifier(List<Identifier> theIdentifier)EndpointEndpoint. setManagingOrganization(Reference value)EndpointEndpoint. setManagingOrganizationTarget(Organization value)EndpointEndpoint. setName(String value)EndpointEndpoint. setNameElement(StringType value)EndpointEndpoint. setPayloadMimeType(List<CodeType> thePayloadMimeType)EndpointEndpoint. setPayloadType(List<CodeableConcept> thePayloadType)EndpointEndpoint. setPeriod(Period value)EndpointEndpoint. setStatus(Endpoint.EndpointStatus value)EndpointEndpoint. setStatusElement(Enumeration<Endpoint.EndpointStatus> value)protected EndpointEndpoint. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>HealthcareService. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>ImagingStudy. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>ImagingStudy.ImagingStudySeriesComponent. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>InsurancePlan. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>Location. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>Organization. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>OrganizationAffiliation. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Endpoint>PractitionerRole. getEndpointTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Endpoint Modifier and Type Method Description voidEndpoint. copyValues(Endpoint dst)
-