
Uses of Class
org.hl7.fhir.r5.model.Contract
Packages that use Contract
-
Uses of Contract in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ContractModifier and TypeMethodDescriptionprotected ContractJsonParser.parseContract(com.google.gson.JsonObject json) protected ContractXmlParser.parseContract(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ContractModifier and TypeMethodDescriptionprotected voidJsonParser.composeContract(String name, Contract element) protected voidRdfParser.composeContract(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Contract element, int index) protected voidXmlParser.composeContract(String name, Contract element) protected voidXmlParser.composeContractElements(Contract element) protected voidJsonParser.composeContractProperties(Contract element) protected booleanXmlParser.parseContractContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract res) protected voidJsonParser.parseContractProperties(com.google.gson.JsonObject json, Contract res) -
Uses of Contract in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ContractModifier and TypeMethodDescriptionContract.addAuthority(Reference t) Contract.addFriendly(Contract.FriendlyLanguageComponent t) Contract.addIdentifier(Identifier t) Contract.addLegal(Contract.LegalLanguageComponent t) Contract.addRelevantHistory(Reference t) Contract.addRule(Contract.ComputableLanguageComponent t) Contract.addSigner(Contract.SignatoryComponent t) Contract.addSubject(Reference t) Contract.addSubType(CodeableConcept t) Contract.addSupportingInfo(Reference t) Contract.addTerm(Contract.TermComponent t) Contract.copy()Contract.setAlias(List<StringType> theAlias) Contract.setApplies(Period value) Contract.setAuthority(List<Reference> theAuthority) Contract.setContentDefinition(Contract.ContentDefinitionComponent value) Contract.setContentDerivative(CodeableConcept value) Contract.setExpirationType(CodeableConcept value) Contract.setFriendly(List<Contract.FriendlyLanguageComponent> theFriendly) Contract.setIdentifier(List<Identifier> theIdentifier) Contract.setInstantiatesCanonical(Reference value) Contract.setInstantiatesUri(String value) Contract.setInstantiatesUriElement(UriType value) Contract.setIssuedElement(DateTimeType value) Contract.setLegal(List<Contract.LegalLanguageComponent> theLegal) Contract.setLegallyBinding(DataType value) Contract.setLegalState(CodeableConcept value) Contract.setNameElement(StringType value) Contract.setRelevantHistory(List<Reference> theRelevantHistory) Contract.setRule(List<Contract.ComputableLanguageComponent> theRule) Contract.setScope(CodeableConcept value) Contract.setSigner(List<Contract.SignatoryComponent> theSigner) Contract.setStatus(Contract.ContractResourceStatusCodes value) Contract.setStatusElement(Enumeration<Contract.ContractResourceStatusCodes> value) Contract.setSubject(List<Reference> theSubject) Contract.setSubtitle(String value) Contract.setSubtitleElement(StringType value) Contract.setSubType(List<CodeableConcept> theSubType) Contract.setSupportingInfo(List<Reference> theSupportingInfo) Contract.setTerm(List<Contract.TermComponent> theTerm) Contract.setTitleElement(StringType value) Contract.setType(CodeableConcept value) Contract.setUrlElement(UriType value) Contract.setVersion(String value) Contract.setVersionElement(StringType value) protected ContractContract.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Contract