Uses of Class
org.hl7.fhir.r4.model.CommunicationRequest
-
Packages that use CommunicationRequest Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CommunicationRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CommunicationRequest Modifier and Type Method Description protected CommunicationRequestJsonParser. parseCommunicationRequest(com.google.gson.JsonObject json)protected CommunicationRequestXmlParser. parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CommunicationRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CommunicationRequest Modifier and Type Field Description protected List<CommunicationRequest>ClaimResponse. communicationRequestTargetThe actual objects that are the target of the reference (Request for additional supporting or authorizing information.)protected List<CommunicationRequest>CommunicationRequest. replacesTargetThe actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)Methods in org.hl7.fhir.r4.model that return types with arguments of type CommunicationRequest Modifier and Type Method Description List<CommunicationRequest>ClaimResponse. getCommunicationRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<CommunicationRequest>CommunicationRequest. getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type CommunicationRequest Modifier and Type Method Description voidCommunicationRequest. copyValues(CommunicationRequest dst)
-