Uses of Class
org.hl7.fhir.r5.model.CommunicationRequest
Packages that use CommunicationRequest
-
Uses of CommunicationRequest in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type CommunicationRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunicationRequest(String name, CommunicationRequest element)protected voidRdfParser.composeCommunicationRequest(org.hl7.fhir.utilities.turtle.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.composeCommunicationRequestProperties(CommunicationRequest element)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.r5.model
Methods in org.hl7.fhir.r5.model that return CommunicationRequestModifier and TypeMethodDescriptionCommunicationRequest.addBasedOn(Reference t)CommunicationRequest.addCategory(CodeableConcept t)CommunicationRequest.addIdentifier(Identifier t)CommunicationRequest.addInformationProvider(Reference t)CommunicationRequest.addMedium(CodeableConcept t)CommunicationRequest.addNote(Annotation t)CommunicationRequest.addPayload(CommunicationRequest.CommunicationRequestPayloadComponent t)CommunicationRequest.addReason(CodeableReference t)CommunicationRequest.addRecipient(Reference t)CommunicationRequest.addReplaces(Reference t)CommunicationRequest.copy()CommunicationRequest.setAuthoredOn(Date value)CommunicationRequest.setAuthoredOnElement(DateTimeType value)CommunicationRequest.setBasedOn(List<Reference> theBasedOn)CommunicationRequest.setCategory(List<CodeableConcept> theCategory)CommunicationRequest.setDoNotPerform(boolean value)CommunicationRequest.setDoNotPerformElement(BooleanType value)CommunicationRequest.setEncounter(Reference value)CommunicationRequest.setGroupIdentifier(Identifier value)CommunicationRequest.setIdentifier(List<Identifier> theIdentifier)CommunicationRequest.setInformationProvider(List<Reference> theInformationProvider)CommunicationRequest.setIntent(Enumerations.RequestIntent value)CommunicationRequest.setIntentElement(Enumeration<Enumerations.RequestIntent> value)CommunicationRequest.setMedium(List<CodeableConcept> theMedium)CommunicationRequest.setNote(List<Annotation> theNote)CommunicationRequest.setOccurrence(DataType value)CommunicationRequest.setPayload(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload)CommunicationRequest.setPriority(Enumerations.RequestPriority value)CommunicationRequest.setPriorityElement(Enumeration<Enumerations.RequestPriority> value)CommunicationRequest.setReason(List<CodeableReference> theReason)CommunicationRequest.setRecipient(List<Reference> theRecipient)CommunicationRequest.setReplaces(List<Reference> theReplaces)CommunicationRequest.setRequester(Reference value)CommunicationRequest.setStatus(Enumerations.RequestStatus value)CommunicationRequest.setStatusElement(Enumeration<Enumerations.RequestStatus> value)CommunicationRequest.setStatusReason(CodeableConcept value)CommunicationRequest.setSubject(Reference value)protected CommunicationRequestCommunicationRequest.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type CommunicationRequestModifier and TypeMethodDescriptionvoidCommunicationRequest.copyValues(CommunicationRequest dst)