Interface DocumentReference_RelatesToBuilder
-
- All Known Implementing Classes:
DocumentReference_RelatesToBuilder.Impl
public interface DocumentReference_RelatesToBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentReference_RelatesToBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.DocumentReference.RelatesTobuild()static DocumentReference_RelatesToBuilder.Implbuilder(com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE code, com.babylonhealth.lit.core_java.builders.ReferenceBuilder target)static DocumentReference_RelatesToBuilder.Implinit(com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE code, com.babylonhealth.lit.core.model.Reference target)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.DocumentReference.RelatesTo build()
-
init
static DocumentReference_RelatesToBuilder.Impl init(com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE code, com.babylonhealth.lit.core.model.Reference target)
-
builder
static DocumentReference_RelatesToBuilder.Impl builder(com.babylonhealth.lit.hl7.DOCUMENT_RELATIONSHIP_TYPE code, com.babylonhealth.lit.core_java.builders.ReferenceBuilder target)
-
-