| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
JsonParser.parseEndpoint(com.google.gson.JsonObject json) |
protected Endpoint |
XmlParser.parseEndpoint(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeEndpoint(String name,
Endpoint element) |
protected void |
XmlParser.composeEndpoint(String name,
Endpoint element) |
protected void |
RdfParser.composeEndpoint(Turtle.Complex parent,
String parentType,
String name,
Endpoint element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Endpoint> |
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.
|
protected List<Endpoint> |
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.
|
protected List<Endpoint> |
OrganizationAffiliation.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for this role.)
|
protected List<Endpoint> |
HealthcareService.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.)
|
protected List<Endpoint> |
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.)
|
protected List<Endpoint> |
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.)
|
protected List<Endpoint> |
Organization.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the organization.)
|
protected List<Endpoint> |
Location.endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the location.)
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.addContact(ContactPoint t) |
Endpoint |
ImagingStudy.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
ImagingStudy.ImagingStudySeriesComponent.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
OrganizationAffiliation.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
HealthcareService.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
PractitionerRole.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
InsurancePlan.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
Organization.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
Location.addEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Endpoint |
Endpoint.addHeader(String value) |
Endpoint |
Endpoint.addIdentifier(Identifier t) |
Endpoint |
Endpoint.addPayloadMimeType(String value) |
Endpoint |
Endpoint.addPayloadType(CodeableConcept t) |
Endpoint |
Endpoint.copy() |
Endpoint |
Endpoint.setAddress(String value) |
Endpoint |
Endpoint.setAddressElement(UrlType value) |
Endpoint |
Endpoint.setConnectionType(Coding value) |
Endpoint |
Endpoint.setContact(List<ContactPoint> theContact) |
Endpoint |
Endpoint.setHeader(List<StringType> theHeader) |
Endpoint |
Endpoint.setIdentifier(List<Identifier> theIdentifier) |
Endpoint |
Endpoint.setManagingOrganization(Reference value) |
Endpoint |
Endpoint.setManagingOrganizationTarget(Organization value) |
Endpoint |
Endpoint.setName(String value) |
Endpoint |
Endpoint.setNameElement(StringType value) |
Endpoint |
Endpoint.setPayloadMimeType(List<CodeType> thePayloadMimeType) |
Endpoint |
Endpoint.setPayloadType(List<CodeableConcept> thePayloadType) |
Endpoint |
Endpoint.setPeriod(Period value) |
Endpoint |
Endpoint.setStatus(Endpoint.EndpointStatus value) |
Endpoint |
Endpoint.setStatusElement(Enumeration<Endpoint.EndpointStatus> value) |
protected Endpoint |
Endpoint.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ImagingStudy.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
ImagingStudy.ImagingStudySeriesComponent.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
OrganizationAffiliation.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
HealthcareService.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
PractitionerRole.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
InsurancePlan.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
Organization.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Endpoint> |
Location.getEndpointTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.copyValues(Endpoint dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.