
Uses of Class
org.hl7.fhir.r5.model.Contract.ActionComponent
Packages that use Contract.ActionComponent
-
Uses of Contract.ActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Contract.ActionComponentModifier and TypeMethodDescriptionprotected Contract.ActionComponentJsonParser.parseContractActionComponent(com.google.gson.JsonObject json) protected Contract.ActionComponentXmlParser.parseContractActionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Contract.ActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeActionComponent(String name, Contract.ActionComponent element) protected voidJsonParser.composeActionComponentProperties(Contract.ActionComponent element) protected voidRdfParser.composeContractActionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Contract.ActionComponent element, int index) protected voidXmlParser.composeContractActionComponent(String name, Contract.ActionComponent element) protected voidXmlParser.composeContractActionComponentElements(Contract.ActionComponent element) protected booleanXmlParser.parseContractActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract.ActionComponent res) protected voidJsonParser.parseContractActionComponentProperties(com.google.gson.JsonObject json, Contract.ActionComponent res) -
Uses of Contract.ActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Contract.ActionComponentModifier and TypeFieldDescriptionprotected List<Contract.ActionComponent> Contract.TermComponent.actionAn actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Methods in org.hl7.fhir.r5.model that return Contract.ActionComponentModifier and TypeMethodDescriptionContract.TermComponent.addAction()Contract.ActionComponent.addContextLinkId(String value) Contract.ActionComponent.addNote(Annotation t) Contract.ActionComponent.addPerformerLinkId(String value) Contract.ActionComponent.addPerformerType(CodeableConcept t) Contract.ActionComponent.addReason(CodeableReference t) Contract.ActionComponent.addReasonLinkId(String value) Contract.ActionComponent.addRequester(Reference t) Contract.ActionComponent.addRequesterLinkId(String value) Contract.ActionComponent.addSecurityLabelNumber(int value) Contract.ActionComponent.addSubject(Contract.ActionSubjectComponent t) Contract.ActionComponent.copy()Contract.TermComponent.getActionFirstRep()Contract.ActionComponent.setContext(Reference value) Contract.ActionComponent.setContextLinkId(List<StringType> theContextLinkId) Contract.ActionComponent.setDoNotPerform(boolean value) Contract.ActionComponent.setDoNotPerformElement(BooleanType value) Contract.ActionComponent.setIntent(CodeableConcept value) Contract.ActionComponent.setLinkId(List<StringType> theLinkId) Contract.ActionComponent.setNote(List<Annotation> theNote) Contract.ActionComponent.setOccurrence(DataType value) Contract.ActionComponent.setPerformer(Reference value) Contract.ActionComponent.setPerformerLinkId(List<StringType> thePerformerLinkId) Contract.ActionComponent.setPerformerRole(CodeableConcept value) Contract.ActionComponent.setPerformerType(List<CodeableConcept> thePerformerType) Contract.ActionComponent.setReason(List<CodeableReference> theReason) Contract.ActionComponent.setReasonLinkId(List<StringType> theReasonLinkId) Contract.ActionComponent.setRequester(List<Reference> theRequester) Contract.ActionComponent.setRequesterLinkId(List<StringType> theRequesterLinkId) Contract.ActionComponent.setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber) Contract.ActionComponent.setStatus(CodeableConcept value) Contract.ActionComponent.setSubject(List<Contract.ActionSubjectComponent> theSubject) Contract.ActionComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Contract.ActionComponentMethods in org.hl7.fhir.r5.model with parameters of type Contract.ActionComponentModifier and TypeMethodDescriptionContract.TermComponent.addAction(Contract.ActionComponent t) voidContract.ActionComponent.copyValues(Contract.ActionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Contract.ActionComponentModifier and TypeMethodDescriptionContract.TermComponent.setAction(List<Contract.ActionComponent> theAction)