Uses of Class
org.hl7.fhir.dstu3.model.CommunicationRequest
Packages that use CommunicationRequest
-
Uses of CommunicationRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CommunicationRequestModifier and TypeMethodDescriptionprotected CommunicationRequestJsonParser.parseCommunicationRequest(com.google.gson.JsonObject json)protected CommunicationRequestXmlParser.parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type CommunicationRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunicationRequest(String name, CommunicationRequest element)protected voidRdfParser.composeCommunicationRequest(Turtle.Complex parent, String parentType, String name, CommunicationRequest element, int index)protected voidXmlParser.composeCommunicationRequest(String name, CommunicationRequest element)protected voidXmlParser.composeCommunicationRequestElements(CommunicationRequest element)protected voidJsonParser.composeCommunicationRequestInner(CommunicationRequest element)JsonParser.parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner)XmlParser.parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner)protected booleanXmlParser.parseCommunicationRequestCommunicationRequestPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res)protected voidJsonParser.parseCommunicationRequestCommunicationRequestPayloadComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res)JsonParser.parseCommunicationRequestCommunicationRequestRequesterComponent(com.google.gson.JsonObject json, CommunicationRequest owner)XmlParser.parseCommunicationRequestCommunicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner)protected booleanXmlParser.parseCommunicationRequestCommunicationRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res)protected voidJsonParser.parseCommunicationRequestCommunicationRequestRequesterComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res)protected booleanXmlParser.parseCommunicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest res)protected voidJsonParser.parseCommunicationRequestProperties(com.google.gson.JsonObject json, CommunicationRequest res) -
Uses of CommunicationRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CommunicationRequestModifier and TypeFieldDescriptionprotected List<CommunicationRequest>ClaimResponse.communicationRequestTargetThe actual objects that are the target of the reference (Request for additional supporting or authorizing information, such as: documents, images or resources.)protected List<CommunicationRequest>ProcessResponse.communicationRequestTargetThe actual objects that are the target of the reference (Request for additional supporting or authorizing information, such as: documents, images or resources.)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.dstu3.model that return CommunicationRequestModifier and TypeMethodDescriptionCommunicationRequest.addBasedOn(Reference t)CommunicationRequest.addCategory(CodeableConcept t)ClaimResponse.addCommunicationRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadProcessResponse.addCommunicationRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.addIdentifier(Identifier t)CommunicationRequest.addMedium(CodeableConcept t)CommunicationRequest.addNote(Annotation t)CommunicationRequest.addPayload(CommunicationRequest.CommunicationRequestPayloadComponent t)CommunicationRequest.addReasonCode(CodeableConcept t)CommunicationRequest.addReasonReference(Reference t)CommunicationRequest.addRecipient(Reference t)CommunicationRequest.addReplaces(Reference t)CommunicationRequest.addReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.copy()CommunicationRequest.setAuthoredOn(Date value)CommunicationRequest.setAuthoredOnElement(DateTimeType value)CommunicationRequest.setBasedOn(List<Reference> theBasedOn)CommunicationRequest.setCategory(List<CodeableConcept> theCategory)CommunicationRequest.setContext(Reference value)CommunicationRequest.setContextTarget(Resource value)CommunicationRequest.setGroupIdentifier(Identifier value)CommunicationRequest.setIdentifier(List<Identifier> theIdentifier)CommunicationRequest.setMedium(List<CodeableConcept> theMedium)CommunicationRequest.setNote(List<Annotation> theNote)CommunicationRequest.setOccurrence(Type value)CommunicationRequest.setPayload(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload)CommunicationRequest.setPriority(CommunicationRequest.CommunicationPriority value)CommunicationRequest.setPriorityElement(Enumeration<CommunicationRequest.CommunicationPriority> value)CommunicationRequest.setReasonCode(List<CodeableConcept> theReasonCode)CommunicationRequest.setReasonReference(List<Reference> theReasonReference)CommunicationRequest.setRecipient(List<Reference> theRecipient)CommunicationRequest.setReplaces(List<Reference> theReplaces)CommunicationRequest.setRequester(CommunicationRequest.CommunicationRequestRequesterComponent value)CommunicationRequest.setSenderTarget(Resource value)CommunicationRequest.setStatus(CommunicationRequest.CommunicationRequestStatus value)CommunicationRequest.setStatusElement(Enumeration<CommunicationRequest.CommunicationRequestStatus> value)CommunicationRequest.setSubject(Reference value)CommunicationRequest.setSubjectTarget(Resource value)protected CommunicationRequestCommunicationRequest.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CommunicationRequestModifier and TypeMethodDescriptionClaimResponse.getCommunicationRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadProcessResponse.getCommunicationRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) instead