Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition
Packages that use Composition
-
Uses of Composition in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CompositionModifier and TypeMethodDescriptionComposition.addAttester(Composition.Attester theValue)Adds a given new value for attester ()Composition.addEvent(Composition.Event theValue)Adds a given new value for event ()Composition.addSection(Composition.Section theValue)Adds a given new value for section ()Composition.setAttester(List<Composition.Attester> theValue)Sets the value(s) for attester ()Composition.setAuthor(List<ResourceReferenceDt> theValue)Sets the value(s) for author ()Composition.setClassElement(CodeableConceptDt theValue)Sets the value(s) for class ()Composition.setConfidentiality(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for confidentiality ()Composition.setConfidentiality(String theCode)Sets the value for confidentiality ()Composition.setCustodian(ResourceReferenceDt theValue)Sets the value(s) for custodian ()Composition.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date ()Sets the value for date ()Composition.setDateWithSecondsPrecision(Date theDate)Sets the value for date ()Composition.setEncounter(ResourceReferenceDt theValue)Sets the value(s) for encounter ()Composition.setEvent(List<Composition.Event> theValue)Sets the value(s) for event ()Composition.setIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()Composition.setSection(List<Composition.Section> theValue)Sets the value(s) for section ()Composition.setStatus(CompositionStatusEnum theValue)Sets the value(s) for status ()Composition.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<CompositionStatusEnum> theValue)Sets the value(s) for status ()Composition.setSubject(ResourceReferenceDt theValue)Sets the value(s) for subject ()Composition.setTitle(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for title ()Sets the value for title ()Composition.setType(CodeableConceptDt theValue)Sets the value(s) for type ()