
Uses of Class
org.hl7.fhir.r5.model.Contract.SecurityLabelComponent
Packages that use Contract.SecurityLabelComponent
-
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Contract.SecurityLabelComponentModifier and TypeMethodDescriptionprotected Contract.SecurityLabelComponentJsonParser.parseContractSecurityLabelComponent(com.google.gson.JsonObject json) protected Contract.SecurityLabelComponentXmlParser.parseContractSecurityLabelComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeContractSecurityLabelComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Contract.SecurityLabelComponent element, int index) protected voidXmlParser.composeContractSecurityLabelComponent(String name, Contract.SecurityLabelComponent element) protected voidXmlParser.composeContractSecurityLabelComponentElements(Contract.SecurityLabelComponent element) protected voidJsonParser.composeSecurityLabelComponent(String name, Contract.SecurityLabelComponent element) protected voidJsonParser.composeSecurityLabelComponentProperties(Contract.SecurityLabelComponent element) protected booleanXmlParser.parseContractSecurityLabelComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract.SecurityLabelComponent res) protected voidJsonParser.parseContractSecurityLabelComponentProperties(com.google.gson.JsonObject json, Contract.SecurityLabelComponent res) -
Uses of Contract.SecurityLabelComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Contract.SecurityLabelComponentModifier and TypeFieldDescriptionprotected List<Contract.SecurityLabelComponent> Contract.TermComponent.securityLabelSecurity labels that protect the handling of information about the term and its elements, which may be specifically identified.Methods in org.hl7.fhir.r5.model that return Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.SecurityLabelComponent.addCategory(Coding t) Contract.SecurityLabelComponent.addControl(Coding t) Contract.SecurityLabelComponent.addNumber(int value) Contract.TermComponent.addSecurityLabel()Contract.SecurityLabelComponent.copy()Contract.TermComponent.getSecurityLabelFirstRep()Contract.SecurityLabelComponent.setCategory(List<Coding> theCategory) Contract.SecurityLabelComponent.setClassification(Coding value) Contract.SecurityLabelComponent.setControl(List<Coding> theControl) Contract.SecurityLabelComponent.setNumber(List<UnsignedIntType> theNumber) Methods in org.hl7.fhir.r5.model that return types with arguments of type Contract.SecurityLabelComponentMethods in org.hl7.fhir.r5.model with parameters of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.TermComponent.addSecurityLabel(Contract.SecurityLabelComponent t) voidContract.SecurityLabelComponent.copyValues(Contract.SecurityLabelComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Contract.SecurityLabelComponentModifier and TypeMethodDescriptionContract.TermComponent.setSecurityLabel(List<Contract.SecurityLabelComponent> theSecurityLabel)